From f6c99ecbf5d1983de8596c998a5bdcbd286a5554 Mon Sep 17 00:00:00 2001 From: kaixuanxu Date: Tue, 9 Dec 2025 11:28:03 +0800 Subject: [PATCH 1/2] chore: fix sec, remove key --- V1-V2Migration/sampledatasets/V2/LinkedService/LS-Storage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V1-V2Migration/sampledatasets/V2/LinkedService/LS-Storage.json b/V1-V2Migration/sampledatasets/V2/LinkedService/LS-Storage.json index 7a6fd51a..d70d47ca 100644 --- a/V1-V2Migration/sampledatasets/V2/LinkedService/LS-Storage.json +++ b/V1-V2Migration/sampledatasets/V2/LinkedService/LS-Storage.json @@ -6,7 +6,7 @@ "typeProperties": { "connectionString": { "type": "SecureString", - "value": "DefaultEndpointsProtocol=https;AccountName=abc;AccountKey=Rand7i8g58dRTZxKL+7ySf4oeUMwGQghP6w2vJpmGK5OsowW8DRrVsRQm1wXGu8Hhuv5EGpjWcGclAxSVdHycg==" + "value": "DefaultEndpointsProtocol=https;AccountName=abc" } } } From d3d313356a9f37abf754e6801a4a178df2f8685e Mon Sep 17 00:00:00 2001 From: kaixuanxu Date: Tue, 9 Dec 2025 11:31:51 +0800 Subject: [PATCH 2/2] chore: fix sec, remove key --- V1-V2Migration/sampledatasets/V2/LinkedService/LS-Storage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V1-V2Migration/sampledatasets/V2/LinkedService/LS-Storage.json b/V1-V2Migration/sampledatasets/V2/LinkedService/LS-Storage.json index d70d47ca..0f05c238 100644 --- a/V1-V2Migration/sampledatasets/V2/LinkedService/LS-Storage.json +++ b/V1-V2Migration/sampledatasets/V2/LinkedService/LS-Storage.json @@ -6,7 +6,7 @@ "typeProperties": { "connectionString": { "type": "SecureString", - "value": "DefaultEndpointsProtocol=https;AccountName=abc" + "value": "DefaultEndpointsProtocol=https;AccountName=abc;AccountKey=Rand7i8g58dRTZxKL+7ySf4oeUMwGQghP6w2JpmGK5OsowW8DRrVsRQm1wXGu8Hhuv5EGpjWcGclAxSVdHycg==" } } }