Skip to content

Commit

Permalink
remove x-ms-secret from PrivateClouds_ListAdminCredentials return
Browse files Browse the repository at this point in the history
  • Loading branch information
cataggar committed Oct 21, 2020
1 parent a97e492 commit a2fe16d
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -1964,8 +1963,7 @@
"vcenterPassword": {
"description": "vCenter admin password",
"type": "string",
"readOnly": true,
"x-ms-secret": true
"readOnly": true
}
}
},
Expand Down

0 comments on commit a2fe16d

Please sign in to comment.