Skip to content

Upgrade MSAL version #19726

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/Accounts/Accounts/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@
-->

## Upcoming Release
* Supported tenant domain as input while using `Connect-AzAccount` with parameter `Tenant`. [#19471]
* Upgraded Azure.Core to 1.25.0 and Azure.Identity to 1.6.1
* Upgraded Microsoft.Identity.Client to 4.46.2 and Microsoft.Identity.Client.Extensions.Msal to 2.23.0
* Upgraded Microsoft.ApplicationInsights to 2.13.1
* Changed target framework of AuthenticationAssemblyLoadContext to netcoreapp3.1.
* [Breaking Change] Changed target framework of AuthenticationAssemblyLoadContext to netcoreapp3.1.
* [Breaking Change] Removed built-in environment of Azure Germany
* Supported tenant domain as input while using `Connect-AzAccount` with parameter `Tenant`. [#19471]
* Used the ArgumentCompleter attribute to replace the dynamic parameters of `Get-AzContext`. [#18041]
* Removed built-in environment of Azure Germany
* Fixed issue that module cannot be imported when required file is locked [#19624]

## Version 2.10.1
Expand Down
2 changes: 2 additions & 0 deletions src/Accounts/Authentication/Authentication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.6.1" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.46.2" />
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="2.23.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ public static class CustomAssemblyResolver
{"Azure.Core", new Version("1.25.0.0")},
{"Azure.Identity", new Version("1.6.1.0")},
{"Microsoft.Bcl.AsyncInterfaces", new Version("1.1.1.0")},
{"Microsoft.Identity.Client", new Version("4.39.0.0") },
{"Microsoft.Identity.Client.Extensions.Msal", new Version("2.19.3.0") },
{"Microsoft.IdentityModel.Clients.ActiveDirectory", new Version("3.19.2.6005")},
{"Microsoft.IdentityModel.Clients.ActiveDirectory.Platform", new Version("3.19.2.6005")},
{"Microsoft.Identity.Client", new Version("4.46.2.0") },
{"Microsoft.Identity.Client.Extensions.Msal", new Version("2.23.0.0") },
{"Microsoft.IdentityModel.Abstractions", new Version("6.22.1.0") },

{"Newtonsoft.Json", new Version("10.0.0.0")},
{"System.Buffers", new Version("4.0.3.0")},
{"System.Diagnostics.DiagnosticSource", new Version("4.0.4.0")},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ static AzAssemblyLoadContextInitializer()
{"Azure.Core", new Version("1.25.0.0")},
{"Azure.Identity", new Version("1.6.1.0")},
{"Microsoft.Bcl.AsyncInterfaces", new Version("1.1.1.0")},
{"Microsoft.Identity.Client", new Version("4.39.0.0") },
{"Microsoft.Identity.Client.Extensions.Msal", new Version("2.19.3.0") },
{"Microsoft.Identity.Client", new Version("4.46.2.0") },
{"Microsoft.Identity.Client.Extensions.Msal", new Version("2.23.0.0") },
{"System.Memory.Data", new Version("1.0.2.0")},
{"System.Text.Json", new Version("4.0.1.2")},
};
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/lib/NetFxPreloadAssemblies/Microsoft.Identity.Client.dll
Binary file not shown.
Binary file not shown.