Skip to content

Commit

Permalink
Merge pull request #2349 from zaidmohd/k8s-securestring3
Browse files Browse the repository at this point in the history
Azure Arc-enabled servers - update secure string variable type
  • Loading branch information
likamrat authored Jan 10, 2024
2 parents 1d26276 + 62d8e20 commit c24436c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
}
},
"servicePrincipalClientSecret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Azure service principal password"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
}
},
"password": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Unique SPN password"
}
Expand Down
2 changes: 1 addition & 1 deletion azure_arc_servers_jumpstart/privatelink/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
"type": "string"
},
"sharedKey": {
"type": "string"
"type": "securestring"
}
},
"resources": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
},
"servicePrincipalSecret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Unique SPN password"
}
Expand Down

0 comments on commit c24436c

Please sign in to comment.