Skip to content

Commit a671afe

Browse files
authored
upgrade Azure.Core to 1.7 (#13805)
1 parent 0d8992a commit a671afe

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

src/Accounts/Accounts/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Fixed the issue that Http proxy is not respected in Windows PowerShell [#13647]
2122
* Improved debug log of long running operations in generated modules
2223

2324
## Version 2.2.2

src/Accounts/Authentication/Utilities/CustomAssemblyResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static class CustomAssemblyResolver
2424
private static IDictionary<string, Version> NetFxPreloadAssemblies =
2525
new Dictionary<string, Version>(StringComparer.InvariantCultureIgnoreCase)
2626
{
27-
{"Azure.Core", new Version("1.6.0.0")},
27+
{"Azure.Core", new Version("1.7.0.0")},
2828
{"Microsoft.Bcl.AsyncInterfaces", new Version("1.0.0.0")},
2929
{"Microsoft.Identity.Client", new Version("4.21.0.0") },
3030
{"Microsoft.Identity.Client.Extensions.Msal", new Version("2.16.2.0") },
1.49 KB
Binary file not shown.
1.5 KB
Binary file not shown.

tools/Common.Netcore.Dependencies.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Websites" Version="1.3.29-preview"/>
2121
</ItemGroup>
2222
<ItemGroup>
23-
<PackageReference Include="Azure.Core" Version="1.6.0"/>
23+
<PackageReference Include="Azure.Core" Version="1.7.0"/>
2424
</ItemGroup>
2525
<ItemGroup Condition="'$(IsTestProject)' != 'true'">
2626
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.4.0">

0 commit comments

Comments
 (0)