Skip to content

Commit 94d8ac9

Browse files
authored
Fix connection string formatting in LS-Storage.json
1 parent bfe0039 commit 94d8ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

V1-V2Migration/sampledatasets/V1/LinkedService/LS-Storage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"properties": {
44
"type": "AzureStorage",
55
"typeProperties": {
6-
"connectionString": "DefaultEndpointsProtocol=https;AccountName=abc;
6+
"connectionString": "DefaultEndpointsProtocol=https;AccountName=abc"
77
}
88
}
99
}

0 commit comments

Comments
 (0)