From c4d8eb435374b6bec4bd00900ea55c37fe4d238b Mon Sep 17 00:00:00 2001 From: Yang Yuan Date: Fri, 19 Apr 2019 16:19:19 -0700 Subject: [PATCH 1/2] Support Update properties --- .../stable/2017-04-18/cognitiveservices.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18/cognitiveservices.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18/cognitiveservices.json index 22fe04767512..5f7ec464180d 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18/cognitiveservices.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18/cognitiveservices.json @@ -728,6 +728,10 @@ "type": "string" }, "description": "Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters." + }, + "properties": { + "type": "object", + "description": "Additional properties for Account. Only provided fileds will be updated." } }, "description": "The parameters to provide for the account." From 90f73befd81d065883b594f8d9280062050f296e Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 23 Apr 2019 00:48:24 -0700 Subject: [PATCH 2/2] Update specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18/cognitiveservices.json Co-Authored-By: yangyuan --- .../stable/2017-04-18/cognitiveservices.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18/cognitiveservices.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18/cognitiveservices.json index 5f7ec464180d..3df7d2a171a8 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18/cognitiveservices.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18/cognitiveservices.json @@ -731,7 +731,7 @@ }, "properties": { "type": "object", - "description": "Additional properties for Account. Only provided fileds will be updated." + "description": "Additional properties for Account. Only provided fields will be updated." } }, "description": "The parameters to provide for the account." @@ -1332,4 +1332,4 @@ "x-ms-parameter-location": "method" } } -} \ No newline at end of file +}