From c98617842103bd4a89b640418e35814174b40fd3 Mon Sep 17 00:00:00 2001 From: ssindhub <172330480+ssindhub@users.noreply.github.com> Date: Mon, 8 Dec 2025 19:02:58 -0800 Subject: [PATCH] Modify connection string in LS-Storage.json Updated the connection string value to remove the account key. --- .../sampledatasets/V2/LinkedService/LS-Storage.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/V1-V2Migration/sampledatasets/V2/LinkedService/LS-Storage.json b/V1-V2Migration/sampledatasets/V2/LinkedService/LS-Storage.json index 7a6fd51a..0662c21d 100644 --- a/V1-V2Migration/sampledatasets/V2/LinkedService/LS-Storage.json +++ b/V1-V2Migration/sampledatasets/V2/LinkedService/LS-Storage.json @@ -6,8 +6,8 @@ "typeProperties": { "connectionString": { "type": "SecureString", - "value": "DefaultEndpointsProtocol=https;AccountName=abc;AccountKey=Rand7i8g58dRTZxKL+7ySf4oeUMwGQghP6w2vJpmGK5OsowW8DRrVsRQm1wXGu8Hhuv5EGpjWcGclAxSVdHycg==" + "value": "DefaultEndpointsProtocol=https;AccountName=abc;" } } } -} \ No newline at end of file +}