Skip to content

Commit

Permalink
add x-ms-secret to some fields of KubernetesProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Zhao committed Jul 21, 2021
1 parent 7a831dc commit 9e6132c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3273,11 +3273,13 @@
"properties": {
"relayConnectionString": {
"description": "Relay connection string.",
"type": "string"
"type": "string",
"x-ms-secret": true
},
"serviceBusConnectionString": {
"description": "ServiceBus connection string.",
"type": "string"
"type": "string",
"x-ms-secret": true
},
"extensionPrincipalId": {
"description": "Extension principal-id.",
Expand Down

0 comments on commit 9e6132c

Please sign in to comment.