Skip to content

Commit 394dd3d

Browse files
authored
Modify connection string in LS-Storage.json
Updated the connection string to remove the account key.
1 parent 449d85d commit 394dd3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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;AccountKey=Rand7i8g58dRTZxKL+7ySf4oeUMwGQghP6w2vJpmGK5OsowW8DRrVsRQm1wXGu8Hhuv5EGpjWcGclAxSVdHycg=="
6+
"connectionString": "DefaultEndpointsProtocol=https;AccountName=abc;"
77
}
88
}
9-
}
9+
}

0 commit comments

Comments
 (0)