Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Version of Microsoft.Identity.Client is significantly dated #80

Open
chrisallennc opened this issue Sep 21, 2023 · 0 comments
Open

Version of Microsoft.Identity.Client is significantly dated #80

chrisallennc opened this issue Sep 21, 2023 · 0 comments

Comments

@chrisallennc
Copy link

The version of Microsoft.Identity.Client (4.37.0) used by the module is significantly dated (10/22/21 release) which causes it to conflict with other modules that use newer versions of the dll should this module be imported first. For example if you load MSAL.PS before the current version of SqlServer (https://www.powershellgallery.com/packages/SqlServer/22.1.1) then functions of that module error since the older version of the dll is loaded and the newer version can't be loaded when importing the module with the newer version.

Are there any plans to update the module to use a more current version of MSAL for .NET? The current version on https://www.nuget.org/packages/Microsoft.Identity.Client/ is 4.56.0. The current SqlServer module delivers with 4.46.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant