From cdfa2d94a54855f55085c7425a58578749038a4d Mon Sep 17 00:00:00 2001 From: Jianping Zeng Date: Wed, 28 Nov 2018 14:17:28 -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' --- .../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": {