Skip to content

azure-identity_1.8.0

Choose a tag to compare

@azure-sdk azure-sdk released this 01 Mar 15:21
2cb6f43

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.