github Azure/azure-sdk-for-python azure-identity_1.8.0

1.8.0 (2022-03-01)

Bugs Fixed

  • Handle injected "tenant_id" and "claims" (#23138)

    "tenant_id" argument in get_token() method is only supported by:

    • AuthorizationCodeCredential
    • AzureCliCredential
    • AzurePowerShellCredential
    • InteractiveBrowserCredential
    • DeviceCodeCredential
    • EnvironmentCredential
    • UsernamePasswordCredential

    it is ignored by other types of credentials.

Other Changes

  • Python 2.7 is no longer supported. Please use Python version 3.6 or later.

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.