Skip to content

Commit b7a0f6f

Browse files
[Hub Generated] Publish private branch 'datafactory/yangcai/container-uri-authentication-type-added' (#22443)
* [AutoSync] 387ee3fb16 containerUri and authenticationType added * [AutoSync] 00eb661ea2 containerUri and authenticationType added * [AutoSync] a7f0b74615 typo --------- Co-authored-by: swagger-automation <[email protected]>
1 parent f96293d commit b7a0f6f

File tree

1 file changed

+19
-0
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+19
-0
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,25 @@
191191
"credential": {
192192
"$ref": "../datafactory.json#/definitions/CredentialReference",
193193
"description": "The credential reference containing authentication information."
194+
},
195+
"authenticationType": {
196+
"x-ms-enum": {
197+
"name": "AzureStorageAuthenticationType",
198+
"modelAsString": true
199+
},
200+
"enum": [
201+
"Anonymous",
202+
"AccountKey",
203+
"SasUri",
204+
"ServicePrincipal",
205+
"Msi"
206+
],
207+
"type": "string",
208+
"description": "The type used for authentication. Type: string."
209+
},
210+
"containerUri": {
211+
"type": "object",
212+
"description": "Container uri of the Azure Blob Storage resource only support for anonymous access. Type: string (or Expression with resultType string)."
194213
}
195214
}
196215
},

0 commit comments

Comments
 (0)