Skip to content

Commit

Permalink
Revert "remove x-ms-secret from PrivateClouds_ListAdminCredentials re…
Browse files Browse the repository at this point in the history
…turn"

This reverts commit a2fe16d.
  • Loading branch information
cataggar committed Oct 21, 2020
1 parent 7dc9e4f commit 214ed73
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1965,7 +1965,8 @@
"nsxtPassword": {
"description": "NSX-T Manager password",
"type": "string",
"readOnly": true
"readOnly": true,
"x-ms-secret": true
},
"vcenterUsername": {
"description": "vCenter admin username",
Expand All @@ -1975,7 +1976,8 @@
"vcenterPassword": {
"description": "vCenter admin password",
"type": "string",
"readOnly": true
"readOnly": true,
"x-ms-secret": true
}
}
},
Expand Down

0 comments on commit 214ed73

Please sign in to comment.