Skip to content

Commit c986178

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"typeProperties": {
77
"connectionString": {
88
"type": "SecureString",
9-
"value": "DefaultEndpointsProtocol=https;AccountName=abc;AccountKey=Rand7i8g58dRTZxKL+7ySf4oeUMwGQghP6w2vJpmGK5OsowW8DRrVsRQm1wXGu8Hhuv5EGpjWcGclAxSVdHycg=="
9+
"value": "DefaultEndpointsProtocol=https;AccountName=abc;"
1010
}
1111
}
1212
}
13-
}
13+
}

0 commit comments

Comments
 (0)