You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/vmwarevirtustream/resource-manager/Microsoft.VMwareVirtustream/preview/2019-08-09-preview/vmwarevirtustream.json
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -941,7 +941,8 @@
941
941
},
942
942
"password": {
943
943
"description": "The password of the Active Directory user with a minimum of read-only access to Base DN for users and groups.",
944
-
"type": "string"
944
+
"type": "string",
945
+
"x-ms-secret": true
945
946
}
946
947
}
947
948
},
@@ -1040,11 +1041,13 @@
1040
1041
},
1041
1042
"vcenterPassword": {
1042
1043
"description": "Optionally, set the vCenter admin password when the private cloud is created",
1043
-
"type": "string"
1044
+
"type": "string",
1045
+
"x-ms-secret": true
1044
1046
},
1045
1047
"nsxtPassword": {
1046
1048
"description": "Optionally, set the NSX-T Manager password when the private cloud is created",
0 commit comments