From 8df7086a82b38d2e01708898c4c7ed070e188236 Mon Sep 17 00:00:00 2001 From: Cameron Taggart Date: Wed, 1 Jul 2020 12:45:04 -0600 Subject: [PATCH] add tags to PrivateCloudUpdate --- .../Microsoft.AVS/stable/2020-03-20/vmware.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/specification/vmware/resource-manager/Microsoft.AVS/stable/2020-03-20/vmware.json b/specification/vmware/resource-manager/Microsoft.AVS/stable/2020-03-20/vmware.json index d6d409f293c7..1a8d82df26ce 100644 --- a/specification/vmware/resource-manager/Microsoft.AVS/stable/2020-03-20/vmware.json +++ b/specification/vmware/resource-manager/Microsoft.AVS/stable/2020-03-20/vmware.json @@ -1544,6 +1544,13 @@ "PrivateCloudUpdate": { "description": "An update to a private cloud resource", "properties": { + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." + }, "properties": { "description": "The updatable properties of a private cloud resource", "$ref": "#/definitions/PrivateCloudUpdateProperties",