Skip to content

Commit

Permalink
Sync authType and containerUri in BlobService From DataFactory To Syn…
Browse files Browse the repository at this point in the history
…apse (#22404)

* Sync authType and containerUri in BlobService From DataFactory To Synapse

* typo
  • Loading branch information
tsaiggo authored Feb 2, 2023
1 parent 5920340 commit 9f33c53
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,25 @@
"encryptedCredential": {
"type": "string",
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
},
"authenticationType": {
"x-ms-enum": {
"name": "AzureStorageAuthenticationType",
"modelAsString": true
},
"enum": [
"Anonymous",
"AccountKey",
"SasUri",
"ServicePrincipal",
"Msi"
],
"type": "string",
"description": "The type used for authentication. Type: string."
},
"containerUri": {
"type": "object",
"description": "Container uri of the Azure Blob Storage resource only support for anonymous access. Type: string (or Expression with resultType string)."
}
}
},
Expand Down

0 comments on commit 9f33c53

Please sign in to comment.