Skip to content

Commit 7742367

Browse files
Updated to align with the latest SDK release
1 parent 12f714a commit 7742367

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"name": "StorageLinkedService",
3-
"properties":
4-
{
5-
"type": "AzureStorageLinkedService",
6-
"connectionString": "DefaultEndpointsProtocol=https;AccountName=<account>;AccountKey=<accountkey>"
2+
"name": "StorageLinkedService",
3+
"properties": {
4+
"type": "AzureStorage",
5+
"typeProperties": {
6+
"connectionString": "DefaultEndpointsProtocol=https;AccountName=<account>;AccountKey=<accountkey>"
77
}
8+
}
89
}

0 commit comments

Comments
 (0)