You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: