Skip to content

Commit bfe0039

Browse files
authored
Update connection string format in LS-Storage.json
This doc is not valid anymore as all customers have either migrated to v2 or are not using ADF anymore. ADF v1 version was deprecated long time ago.
1 parent 449d85d commit bfe0039

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)