Skip to content

Commit

Permalink
update servicelinker secret property (Azure#18312)
Browse files Browse the repository at this point in the history
  • Loading branch information
xfz11 authored and FredericHeem committed May 16, 2022
1 parent f7f6ac1 commit 6a6e038
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"authInfo": {
"authType": "secret",
"name": "name",
"secret": {
"secretInfo": {
"secretType": "rawValue",
"value": "secret"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"authInfo": {
"authType": "secret",
"name": "name",
"secret": {
"secretInfo": {
"secretType": "keyVaultSecretUri",
"value": "https://vault-name.vault.azure.net/secrets/secret-name/00000000000000000000000000000000"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -632,8 +632,8 @@
"description": "Username or account name for secret auth.",
"type": "string"
},
"secret": {
"description": "Password or account key for secret auth.",
"secretInfo": {
"description": "Password or key vault secret for secret auth.",
"$ref": "#/definitions/SecretInfoBase"
}
}
Expand Down

0 comments on commit 6a6e038

Please sign in to comment.