From 045f1d94bddf3527eab98b7a376070ab30fdd760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ruslan=20Yakushev=20=F0=9F=9A=B4?= Date: Tue, 1 Feb 2022 15:54:26 -0800 Subject: [PATCH] fix lint errors --- .../preview/2022-01-01-preview/DaprComponents.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/DaprComponents.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/DaprComponents.json index 3b8aaff8af60..97dd5efaae58 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/DaprComponents.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/DaprComponents.json @@ -259,6 +259,15 @@ "required": true, "type": "string" }, + { + "name": "daprComponentEnvelope", + "in": "body", + "required": true, + "description": "Properties of a Dapr Component that need to be updated", + "schema": { + "$ref": "#/definitions/DaprComponentPatch" + } + }, { "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } @@ -267,7 +276,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/DaprComponentPatch" + "$ref": "#/definitions/DaprComponent" } }, "default": { @@ -369,7 +378,7 @@ } }, "DaprComponentPatch": { - "description": "An updat to dapr component", + "description": "An update to dapr component", "type": "object", "properties": { "tags": {