Skip to content

Commit 045f1d9

Browse files
committed
fix lint errors
1 parent 1452110 commit 045f1d9

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/DaprComponents.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,15 @@
259259
"required": true,
260260
"type": "string"
261261
},
262+
{
263+
"name": "daprComponentEnvelope",
264+
"in": "body",
265+
"required": true,
266+
"description": "Properties of a Dapr Component that need to be updated",
267+
"schema": {
268+
"$ref": "#/definitions/DaprComponentPatch"
269+
}
270+
},
262271
{
263272
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
264273
}
@@ -267,7 +276,7 @@
267276
"200": {
268277
"description": "OK",
269278
"schema": {
270-
"$ref": "#/definitions/DaprComponentPatch"
279+
"$ref": "#/definitions/DaprComponent"
271280
}
272281
},
273282
"default": {
@@ -369,7 +378,7 @@
369378
}
370379
},
371380
"DaprComponentPatch": {
372-
"description": "An updat to dapr component",
381+
"description": "An update to dapr component",
373382
"type": "object",
374383
"properties": {
375384
"tags": {

0 commit comments

Comments
 (0)