From bfe0039841e915bfebaf27bc12608cff8f29d2c0 Mon Sep 17 00:00:00 2001 From: ssindhub <172330480+ssindhub@users.noreply.github.com> Date: Fri, 5 Dec 2025 11:48:41 -0800 Subject: [PATCH 1/2] 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. --- .../sampledatasets/V1/LinkedService/LS-Storage.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/V1-V2Migration/sampledatasets/V1/LinkedService/LS-Storage.json b/V1-V2Migration/sampledatasets/V1/LinkedService/LS-Storage.json index 6d2ac623..647e90be 100644 --- a/V1-V2Migration/sampledatasets/V1/LinkedService/LS-Storage.json +++ b/V1-V2Migration/sampledatasets/V1/LinkedService/LS-Storage.json @@ -3,7 +3,7 @@ "properties": { "type": "AzureStorage", "typeProperties": { - "connectionString": "DefaultEndpointsProtocol=https;AccountName=abc;AccountKey=Rand7i8g58dRTZxKL+7ySf4oeUMwGQghP6w2vJpmGK5OsowW8DRrVsRQm1wXGu8Hhuv5EGpjWcGclAxSVdHycg==" + "connectionString": "DefaultEndpointsProtocol=https;AccountName=abc; } } -} \ No newline at end of file +} From 94d8ac98f5081f5eb2061481c26f417812153414 Mon Sep 17 00:00:00 2001 From: ssindhub <172330480+ssindhub@users.noreply.github.com> Date: Mon, 8 Dec 2025 19:15:14 -0800 Subject: [PATCH 2/2] Fix connection string formatting in LS-Storage.json --- V1-V2Migration/sampledatasets/V1/LinkedService/LS-Storage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V1-V2Migration/sampledatasets/V1/LinkedService/LS-Storage.json b/V1-V2Migration/sampledatasets/V1/LinkedService/LS-Storage.json index 647e90be..418dabd3 100644 --- a/V1-V2Migration/sampledatasets/V1/LinkedService/LS-Storage.json +++ b/V1-V2Migration/sampledatasets/V1/LinkedService/LS-Storage.json @@ -3,7 +3,7 @@ "properties": { "type": "AzureStorage", "typeProperties": { - "connectionString": "DefaultEndpointsProtocol=https;AccountName=abc; + "connectionString": "DefaultEndpointsProtocol=https;AccountName=abc" } } }