From adf1ee29d1df3be3d92d61e425dcd2ec737d0e57 Mon Sep 17 00:00:00 2001
From: Yeming Liu <11371776+isra-fel@users.noreply.github.com>
Date: Tue, 24 Dec 2024 10:39:28 +0800
Subject: [PATCH] Update common module to fix 2 issues see changelog (#26667)
---
src/Accounts/Accounts/ChangeLog.md | 4 ++-
tools/Common.Netcore.Dependencies.targets | 34 +++++++++++------------
2 files changed, 20 insertions(+), 18 deletions(-)
diff --git a/src/Accounts/Accounts/ChangeLog.md b/src/Accounts/Accounts/ChangeLog.md
index 871df2599e41..071924db8ebb 100644
--- a/src/Accounts/Accounts/ChangeLog.md
+++ b/src/Accounts/Accounts/ChangeLog.md
@@ -19,7 +19,9 @@
-->
## Upcoming Release
-* Upgraded Azure.Core to 1.44.1 and Azure.Identity to 1.13.0
+* Fixed an issue that cmdlets may report warnings of "KeyNotFoundException". #26624
+* Fixed an issue that the `-AppliesTo` parameter of `Update-AzConfig` does not work as expected.
+* Upgraded Azure.Core to 1.44.1 and Azure.Identity to 1.13.0.
## Version 4.0.0
* [Breaking Change] Removed alias `Resolve-Error` for the cmdlet `Resolve-AzError`.
diff --git a/tools/Common.Netcore.Dependencies.targets b/tools/Common.Netcore.Dependencies.targets
index aa2cae1391a0..e7c0f5e77070 100644
--- a/tools/Common.Netcore.Dependencies.targets
+++ b/tools/Common.Netcore.Dependencies.targets
@@ -3,22 +3,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -37,7 +37,7 @@
- $(NugetPackageRoot)\microsoft.azure.powershell.storage\1.3.102-preview\tools\
+ $(NugetPackageRoot)\microsoft.azure.powershell.storage\1.3.103-preview\tools\