Skip to content

Commit

Permalink
Update Pipeline.json (#12384)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesharma authored Feb 25, 2021
1 parent cd4f2f8 commit 04d0a9e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5863,16 +5863,16 @@
"$ref": "../datafactory.json#/definitions/SecretBase"
},
"username": {
"description": "Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal",
"type": "string"
"description": "Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string).",
"type": "object"
},
"password": {
"description": "Password for the PFX file or basic authentication / Secret when used for ServicePrincipal",
"$ref": "../datafactory.json#/definitions/SecretBase"
},
"resource": {
"description": "Resource for which Azure Auth token will be requested when using MSI Authentication.",
"type": "string"
"description": "Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).",
"type": "object"
},
"userTenant": {
"description": "TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string).",
Expand Down

0 comments on commit 04d0a9e

Please sign in to comment.