From 5b763741bfa4963707d48ff9c0034904b918958f Mon Sep 17 00:00:00 2001 From: Jianping Zeng Date: Thu, 29 Nov 2018 08:55:02 +0800 Subject: [PATCH] Fix the error The 200 response model for an ARM PUT operation must have x-ms-azure-resource extension set to true in its hierarchy. Operation: 'Tags_CreateOrUpdate' Model: 'TagDetails' (#4600) Merging this Pull request but it might cause breaking changes on some of the SDKs --- .../Microsoft.Resources/stable/2018-05-01/resources.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/resources/resource-manager/Microsoft.Resources/stable/2018-05-01/resources.json b/specification/resources/resource-manager/Microsoft.Resources/stable/2018-05-01/resources.json index 13c788d880ff..1be8d73316af 100644 --- a/specification/resources/resource-manager/Microsoft.Resources/stable/2018-05-01/resources.json +++ b/specification/resources/resource-manager/Microsoft.Resources/stable/2018-05-01/resources.json @@ -3201,6 +3201,7 @@ "description": "The list of tag values." } }, + "x-ms-azure-resource": true, "description": "Tag details." }, "TagsListResult": {