From a2fe16de19dd0bcf23eeccd14f20bcd2a8e7f1f3 Mon Sep 17 00:00:00 2001 From: Cameron Taggart Date: Wed, 21 Oct 2020 15:44:23 -0600 Subject: [PATCH] remove x-ms-secret from PrivateClouds_ListAdminCredentials return --- .../Microsoft.AVS/stable/2020-03-20/vmware.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 22f020ad6bff..e5419f1a7fee 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 @@ -1953,8 +1953,7 @@ "nsxtPassword": { "description": "NSX-T Manager password", "type": "string", - "readOnly": true, - "x-ms-secret": true + "readOnly": true }, "vcenterUsername": { "description": "vCenter admin username", @@ -1964,8 +1963,7 @@ "vcenterPassword": { "description": "vCenter admin password", "type": "string", - "readOnly": true, - "x-ms-secret": true + "readOnly": true } } },