Skip to content

Commit

Permalink
Changed WebActivity and webhook activity auth to support both AKV and…
Browse files Browse the repository at this point in the history
… Secrets (#7554)
  • Loading branch information
NNara authored and erich-wang committed Oct 24, 2019
1 parent 5c38424 commit 565b2d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4653,15 +4653,15 @@
},
"pfx": {
"description": "Base64-encoded contents of a PFX file.",
"$ref": "../datafactory.json#/definitions/SecureString"
"$ref": "../datafactory.json#/definitions/SecretBase"
},
"username": {
"description": "Web activity authentication user name for basic authentication.",
"type": "string"
},
"password": {
"description": "Password for the PFX file or basic authentication.",
"$ref": "../datafactory.json#/definitions/SecureString"
"$ref": "../datafactory.json#/definitions/SecretBase"
},
"resource": {
"description": "Resource for which Azure Auth token will be requested when using MSI Authentication.",
Expand Down

0 comments on commit 565b2d0

Please sign in to comment.