diff --git a/src/Accounts/Accounts/ChangeLog.md b/src/Accounts/Accounts/ChangeLog.md index 36641be8ffd2..682b5db9046b 100644 --- a/src/Accounts/Accounts/ChangeLog.md +++ b/src/Accounts/Accounts/ChangeLog.md @@ -22,7 +22,7 @@ * Fixed the issue that `Export-AzSshConfig` and `Enter-AzVM` from Az.Ssh are not able to use when WAM is enabled. * Added breaking change preannouncement for the removal of alias `Resolve-Error`. #26189 * Integrated new detection library to expand the scope of secrets. -* Upgraded Azure.Core to 1.44.1. +* Upgraded Azure.Core to 1.44.1 and Azure.Identity to 1.13.0 ## Version 3.0.4 * Added customized UserAgent for ARM telemetry. diff --git a/src/Accounts/Accounts/Directory.Build.targets b/src/Accounts/Accounts/Directory.Build.targets index 278dd06f9a08..5f5ed01b7e5a 100644 --- a/src/Accounts/Accounts/Directory.Build.targets +++ b/src/Accounts/Accounts/Directory.Build.targets @@ -1,10 +1,7 @@ - - - - + diff --git a/src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs b/src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs index 852eca319149..341dc45941d6 100644 --- a/src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs +++ b/src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs @@ -43,7 +43,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte // todo: consider moving the list to a standalone config file #region AssemblyList CreateAssembly("netstandard2.0", "Azure.Core", "1.44.1.0"), - CreateAssembly("netstandard2.0", "Azure.Identity", "1.12.0.0"), + CreateAssembly("netstandard2.0", "Azure.Identity", "1.13.0.0"), CreateAssembly("netstandard2.0", "Azure.Identity.Broker", "1.1.0.0"), CreateAssembly("netstandard2.0", "Microsoft.Bcl.AsyncInterfaces", "6.0.0.0"), CreateAssembly("netstandard2.0", "Microsoft.Identity.Client", "4.65.0.0"), @@ -55,7 +55,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte CreateAssembly("netstandard2.0", "System.Memory.Data", "6.0.0.0"), CreateAssembly("netstandard2.0", "System.Text.Json", "6.0.0.0"), CreateAssembly("netstandard2.0", "System.Buffers", "4.0.3.0").WithWindowsPowerShell(), - CreateAssembly("netstandard2.0", "System.Memory", "4.0.1.1").WithWindowsPowerShell(), + CreateAssembly("netstandard2.0", "System.Memory", "4.0.1.2").WithWindowsPowerShell(), CreateAssembly("netstandard2.0", "System.Net.Http.WinHttpHandler", "4.0.4.0").WithWindowsPowerShell(), CreateAssembly("netstandard2.0", "System.Private.ServiceModel", "4.7.0.0").WithWindowsPowerShell(), CreateAssembly("netstandard2.0", "System.Security.AccessControl", "4.1.3.0").WithWindowsPowerShell(), diff --git a/src/Accounts/Authentication/Authentication.csproj b/src/Accounts/Authentication/Authentication.csproj index 94dd8f41f515..db62a8659e78 100644 --- a/src/Accounts/Authentication/Authentication.csproj +++ b/src/Accounts/Authentication/Authentication.csproj @@ -12,11 +12,11 @@ - + - - - + + + diff --git a/src/lib/netstandard2.0/Azure.Identity.dll b/src/lib/netstandard2.0/Azure.Identity.dll index cd1dcdb55227..23654ed1c021 100644 Binary files a/src/lib/netstandard2.0/Azure.Identity.dll and b/src/lib/netstandard2.0/Azure.Identity.dll differ diff --git a/src/lib/netstandard2.0/System.Memory.dll b/src/lib/netstandard2.0/System.Memory.dll index e0ce9219148d..cce60a028f52 100644 Binary files a/src/lib/netstandard2.0/System.Memory.dll and b/src/lib/netstandard2.0/System.Memory.dll differ