Skip to content

Commit

Permalink
Merge pull request Azure#23 from RichardZhaoW/newVersion20210701_locked
Browse files Browse the repository at this point in the history
add x-ms-secret to some fields of KubernetesProperties
  • Loading branch information
zhaomuzhi authored Jul 21, 2021
2 parents 7a831dc + 9e6132c commit 7c5cc6c
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 7c5cc6c

Please sign in to comment.