From 998082fe134495f26521c8f96301e47b12424c55 Mon Sep 17 00:00:00 2001
From: Vincent Dai <23257217+vidai-msft@users.noreply.github.com>
Date: Wed, 12 Apr 2023 22:35:06 -0700
Subject: [PATCH] Upgraded Microsoft.PowerShell.SDK to 7.0.13 (#21515)
---
.../StorageSync.Test/StorageSync.Test.csproj | 1 -
.../Common.Netcore.Dependencies.Test.targets | 2 +-
tools/TestFx/TestFx.csproj | 5 ++---
tools/TestFx/Utilities/KustoUtility.psm1 | 22 +++++++++----------
4 files changed, 14 insertions(+), 16 deletions(-)
diff --git a/src/StorageSync/StorageSync.Test/StorageSync.Test.csproj b/src/StorageSync/StorageSync.Test/StorageSync.Test.csproj
index cc6c253167d2..3c50d0414b96 100644
--- a/src/StorageSync/StorageSync.Test/StorageSync.Test.csproj
+++ b/src/StorageSync/StorageSync.Test/StorageSync.Test.csproj
@@ -13,7 +13,6 @@
-
diff --git a/tools/Common.Netcore.Dependencies.Test.targets b/tools/Common.Netcore.Dependencies.Test.targets
index 1d0ce6d35501..d3a23491f35c 100644
--- a/tools/Common.Netcore.Dependencies.Test.targets
+++ b/tools/Common.Netcore.Dependencies.Test.targets
@@ -33,7 +33,7 @@
-
+
diff --git a/tools/TestFx/TestFx.csproj b/tools/TestFx/TestFx.csproj
index 38de763afbb1..70524ff0ffeb 100644
--- a/tools/TestFx/TestFx.csproj
+++ b/tools/TestFx/TestFx.csproj
@@ -32,10 +32,9 @@
-
-
-
+
+
diff --git a/tools/TestFx/Utilities/KustoUtility.psm1 b/tools/TestFx/Utilities/KustoUtility.psm1
index 8323ef629e73..9ac2d0f3b4fa 100644
--- a/tools/TestFx/Utilities/KustoUtility.psm1
+++ b/tools/TestFx/Utilities/KustoUtility.psm1
@@ -24,17 +24,17 @@ function InitializeKustoPackages {
New-Item -Path . -Name $kustoPackagesDirectoryName -ItemType Directory -Force
$kustoPackages = @(
- @{ PackageName = "Azure.Core"; PackageVersion = "1.22.0"; DllName = "Azure.Core.dll" },
- @{ PackageName = "Azure.Data.Tables"; PackageVersion = "12.5.0"; DllName = "Azure.Data.Tables.dll" },
- @{ PackageName = "Azure.Storage.Blobs"; PackageVersion = "12.10.0"; DllName = "Azure.Storage.Blobs.dll" },
- @{ PackageName = "Azure.Storage.Common"; PackageVersion = "12.9.0"; DllName = "Azure.Storage.Common.dll" },
- @{ PackageName = "Azure.Storage.Queues"; PackageVersion = "12.8.0"; DllName = "Azure.Storage.Queues.dll" },
- @{ PackageName = "Microsoft.Azure.Kusto.Cloud.Platform"; PackageVersion = "11.1.0"; DllName = "Kusto.Cloud.Platform.dll" },
- @{ PackageName = "Microsoft.Azure.Kusto.Cloud.Platform.Aad"; PackageVersion = "11.1.0"; DllName = "Kusto.Cloud.Platform.Aad.dll" },
- @{ PackageName = "Microsoft.Azure.Kusto.Data"; PackageVersion = "11.1.0"; DllName = "Kusto.Data.dll" },
- @{ PackageName = "Microsoft.Azure.Kusto.Ingest"; PackageVersion = "11.1.0"; DllName = "Kusto.Ingest.dll" },
- @{ PackageName = "Microsoft.Identity.Client"; PackageVersion = "4.46.0"; DllName = "Microsoft.Identity.Client.dll" },
- @{ PackageName = "Microsoft.IdentityModel.Abstractions"; PackageVersion = "6.18.0"; DllName = "Microsoft.IdentityModel.Abstractions.dll" },
+ @{ PackageName = "Azure.Core"; PackageVersion = "1.25.0"; DllName = "Azure.Core.dll" },
+ @{ PackageName = "Azure.Data.Tables"; PackageVersion = "12.6.1"; DllName = "Azure.Data.Tables.dll" },
+ @{ PackageName = "Azure.Storage.Blobs"; PackageVersion = "12.13.0"; DllName = "Azure.Storage.Blobs.dll" },
+ @{ PackageName = "Azure.Storage.Common"; PackageVersion = "12.12.0"; DllName = "Azure.Storage.Common.dll" },
+ @{ PackageName = "Azure.Storage.Queues"; PackageVersion = "12.11.0"; DllName = "Azure.Storage.Queues.dll" },
+ @{ PackageName = "Microsoft.Azure.Kusto.Cloud.Platform"; PackageVersion = "11.2.2"; DllName = "Kusto.Cloud.Platform.dll" },
+ @{ PackageName = "Microsoft.Azure.Kusto.Cloud.Platform.Aad"; PackageVersion = "11.2.2"; DllName = "Kusto.Cloud.Platform.Aad.dll" },
+ @{ PackageName = "Microsoft.Azure.Kusto.Data"; PackageVersion = "11.2.2"; DllName = "Kusto.Data.dll" },
+ @{ PackageName = "Microsoft.Azure.Kusto.Ingest"; PackageVersion = "11.2.2"; DllName = "Kusto.Ingest.dll" },
+ @{ PackageName = "Microsoft.Identity.Client"; PackageVersion = "4.48.0"; DllName = "Microsoft.Identity.Client.dll" },
+ @{ PackageName = "Microsoft.IdentityModel.Abstractions"; PackageVersion = "6.22.0"; DllName = "Microsoft.IdentityModel.Abstractions.dll" },
@{ PackageName = "Microsoft.IO.RecyclableMemoryStream"; PackageVersion = "2.2.0"; DllName = "Microsoft.IO.RecyclableMemoryStream.dll" },
@{ PackageName = "System.Memory.Data"; PackageVersion = "1.0.2"; DllName = "System.Memory.Data.dll" }
)