Skip to content

Commit cd782ef

Browse files
Geek12580Shenwang Zengrazvanbadea-msft
authored
Support MI Auth for Azure File (#29779)
Co-authored-by: Shenwang Zeng <[email protected]> Co-authored-by: Razvan Badea <[email protected]>
1 parent 4f0e2f1 commit cd782ef

File tree

2 files changed

+18
-0
lines changed
  • specification
    • datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes
    • synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes

2 files changed

+18
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,6 +1500,15 @@
15001500
"encryptedCredential": {
15011501
"type": "string",
15021502
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string."
1503+
},
1504+
"serviceEndpoint": {
1505+
"type": "object",
1506+
"x-ms-format": "dfe-string",
1507+
"description": "File service endpoint of the Azure File Storage resource. It is mutually exclusive with connectionString, sasUri property."
1508+
},
1509+
"credential": {
1510+
"$ref": "../datafactory.json#/definitions/CredentialReference",
1511+
"description": "The credential reference containing authentication information."
15031512
}
15041513
}
15051514
},

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,6 +1350,15 @@
13501350
"encryptedCredential": {
13511351
"type": "object",
13521352
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
1353+
},
1354+
"serviceEndpoint": {
1355+
"type": "object",
1356+
"x-ms-format": "dfe-string",
1357+
"description": "File service endpoint of the Azure File Storage resource. It is mutually exclusive with connectionString, sasUri property."
1358+
},
1359+
"credential": {
1360+
"$ref": "../artifacts.json#/definitions/CredentialReference",
1361+
"description": "The credential reference containing authentication information."
13531362
}
13541363
},
13551364
"required": [

0 commit comments

Comments
 (0)