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

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

@chrisallennc

Description

@chrisallennc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions