Skip to content

Commit 9f33c53

Browse files
authored
Sync authType and containerUri in BlobService From DataFactory To Synapse (#22404)
* Sync authType and containerUri in BlobService From DataFactory To Synapse * typo
1 parent 5920340 commit 9f33c53

File tree

1 file changed

+19
-0
lines changed
  • specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes

1 file changed

+19
-0
lines changed

specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/LinkedService.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,25 @@
175175
"encryptedCredential": {
176176
"type": "string",
177177
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
178+
},
179+
"authenticationType": {
180+
"x-ms-enum": {
181+
"name": "AzureStorageAuthenticationType",
182+
"modelAsString": true
183+
},
184+
"enum": [
185+
"Anonymous",
186+
"AccountKey",
187+
"SasUri",
188+
"ServicePrincipal",
189+
"Msi"
190+
],
191+
"type": "string",
192+
"description": "The type used for authentication. Type: string."
193+
},
194+
"containerUri": {
195+
"type": "object",
196+
"description": "Container uri of the Azure Blob Storage resource only support for anonymous access. Type: string (or Expression with resultType string)."
178197
}
179198
}
180199
},

0 commit comments

Comments
 (0)