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\