Skip to content

Commit 3358dff

Browse files
committed
"x-ms-secret": true
1 parent 3413584 commit 3358dff

File tree

1 file changed

+10
-5
lines changed
  • specification/vmwarevirtustream/resource-manager/Microsoft.VMwareVirtustream/preview/2019-08-09-preview

1 file changed

+10
-5
lines changed

specification/vmwarevirtustream/resource-manager/Microsoft.VMwareVirtustream/preview/2019-08-09-preview/vmwarevirtustream.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,8 @@
941941
},
942942
"password": {
943943
"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
945946
}
946947
}
947948
},
@@ -1040,11 +1041,13 @@
10401041
},
10411042
"vcenterPassword": {
10421043
"description": "Optionally, set the vCenter admin password when the private cloud is created",
1043-
"type": "string"
1044+
"type": "string",
1045+
"x-ms-secret": true
10441046
},
10451047
"nsxtPassword": {
10461048
"description": "Optionally, set the NSX-T Manager password when the private cloud is created",
1047-
"type": "string"
1049+
"type": "string",
1050+
"x-ms-secret": true
10481051
}
10491052
}
10501053
},
@@ -1156,7 +1159,8 @@
11561159
"nsxtPassword": {
11571160
"description": "NSX-T Manager password",
11581161
"type": "string",
1159-
"readOnly": true
1162+
"readOnly": true,
1163+
"x-ms-secret": true
11601164
},
11611165
"vcenterUsername": {
11621166
"description": "vCenter admin username",
@@ -1166,7 +1170,8 @@
11661170
"vcenterPassword": {
11671171
"description": "vCenter admin password",
11681172
"type": "string",
1169-
"readOnly": true
1173+
"readOnly": true,
1174+
"x-ms-secret": true
11701175
}
11711176
}
11721177
}

0 commit comments

Comments
 (0)