diff --git a/src/Accounts/Accounts/ChangeLog.md b/src/Accounts/Accounts/ChangeLog.md index d3f20d294e64..d886564a8a79 100644 --- a/src/Accounts/Accounts/ChangeLog.md +++ b/src/Accounts/Accounts/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Updated Azure.Core to 1.4.1 * Loaded all public cloud environments when discovery endpoint doesn't return default AzureCloud or other public environments [#12633] * Exposed SubscriptionPolicies in `Get-AzSubscription` [#12551] diff --git a/src/Accounts/Authentication/Utilities/CustomAssemblyResolver.cs b/src/Accounts/Authentication/Utilities/CustomAssemblyResolver.cs index 8e2c69c1bfdc..30db59b1a182 100644 --- a/src/Accounts/Authentication/Utilities/CustomAssemblyResolver.cs +++ b/src/Accounts/Authentication/Utilities/CustomAssemblyResolver.cs @@ -10,7 +10,7 @@ public static class CustomAssemblyResolver private static IDictionary NetFxPreloadAssemblies = new Dictionary(StringComparer.InvariantCultureIgnoreCase) { - {"Azure.Core", new Version("1.3.0.0")}, + {"Azure.Core", new Version("1.4.1.0")}, {"Microsoft.Bcl.AsyncInterfaces", new Version("1.0.0.0")}, {"Microsoft.IdentityModel.Clients.ActiveDirectory", new Version("3.19.2.6005")}, {"Microsoft.IdentityModel.Clients.ActiveDirectory.Platform", new Version("3.19.2.6005")}, diff --git a/src/lib/NetCorePreloadAssemblies/Azure.Core.dll b/src/lib/NetCorePreloadAssemblies/Azure.Core.dll index b10773c3d9c6..d602d3c1774a 100644 Binary files a/src/lib/NetCorePreloadAssemblies/Azure.Core.dll and b/src/lib/NetCorePreloadAssemblies/Azure.Core.dll differ diff --git a/src/lib/NetFxPreloadAssemblies/Azure.Core.dll b/src/lib/NetFxPreloadAssemblies/Azure.Core.dll index b10773c3d9c6..d602d3c1774a 100644 Binary files a/src/lib/NetFxPreloadAssemblies/Azure.Core.dll and b/src/lib/NetFxPreloadAssemblies/Azure.Core.dll differ diff --git a/src/lib/PreloadAssemblyInfo.json b/src/lib/PreloadAssemblyInfo.json index 1402cba825fa..8663b811bf13 100644 --- a/src/lib/PreloadAssemblyInfo.json +++ b/src/lib/PreloadAssemblyInfo.json @@ -1,6 +1,6 @@ { "netfx": { - "Azure.Core": "1.2.1.0", + "Azure.Core": "1.4.1.0", "Microsoft.Bcl.AsyncInterfaces": "1.0.0.0", "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.19.2.6005", "Microsoft.IdentityModel.Clients.ActiveDirectory.Platform": "3.19.2.6005", @@ -23,7 +23,7 @@ "System.Xml.ReaderWriter": "4.1.0.0" }, "netcore": { - "Azure.Core": "1.2.1.0", + "Azure.Core": "1.4.1.0", "Microsoft.Bcl.AsyncInterfaces": "1.0.0.0", "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.19.2.6005", "Microsoft.IdentityModel.Clients.ActiveDirectory.Platform": "3.19.2.6005",