azure-identity_1.7.0
1.7.0 (2021-10-14)
Breaking Changes
These changes do not impact the API of stable versions such as 1.6.0.
Only code written against a beta version such as 1.7.0b1 may be affected.
- The
allow_multitenant_authenticationargument has been removed and the default behavior is now as if it were true.
The multitenant authentication feature can be totally disabled by setting the environment variable
AZURE_IDENTITY_DISABLE_MULTITENANTAUTHtoTrue. azure.identity.RegionalAuthorityis removed.regional_authorityargument is removed forCertificateCredentialandClientSecretCredential.AzureApplicationCredentialis removed.client_credentialin the ctor ofOnBehalfOfCredentialis removed. Please useclient_secretorclient_certificateinstead.- Make
user_assertionin the ctor ofOnBehalfOfCredentiala keyword only argument.