You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1500,6 +1500,15 @@
1500
1500
"encryptedCredential": {
1501
1501
"type": "string",
1502
1502
"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."
Copy file name to clipboardExpand all lines: specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/LinkedService.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1350,6 +1350,15 @@
1350
1350
"encryptedCredential": {
1351
1351
"type": "object",
1352
1352
"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."
0 commit comments