Skip to content

Commit

Permalink
Update azure.core to 1.4.1 (Azure#12709)
Browse files Browse the repository at this point in the history
* Update azure.core to 1.4.1

* Update CustomAssemblyResolver

* update change log

* Update PreloadAssemblyInfo.json
  • Loading branch information
isra-fel authored Aug 20, 2020
1 parent ddaf855 commit 7d35885
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/Accounts/Accounts/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public static class CustomAssemblyResolver
private static IDictionary<string, Version> NetFxPreloadAssemblies =
new Dictionary<string, Version>(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")},
Expand Down
Binary file modified src/lib/NetCorePreloadAssemblies/Azure.Core.dll
Binary file not shown.
Binary file modified src/lib/NetFxPreloadAssemblies/Azure.Core.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions src/lib/PreloadAssemblyInfo.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 7d35885

Please sign in to comment.