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

latest releases: azure-ai-generative_1.0.0b10, azure-communication-sms_1.1.0, azure-eventhub_5.12.2...
4 years ago

1.4.0 (2020-08-10)

Added

  • DefaultAzureCredential uses the value of environment variable
    AZURE_CLIENT_ID to configure a user-assigned managed identity.
    (#10931)

Breaking Changes

  • Renamed VSCodeCredential to VisualStudioCodeCredential
  • Removed application authentication APIs added in 1.4.0 beta versions. These
    will be reintroduced in 1.5.0b1. Passing the keyword arguments below
    generally won't cause a runtime error, but the arguments have no effect.
    • Removed authenticate method from DeviceCodeCredential,
      InteractiveBrowserCredential, and UsernamePasswordCredential
    • Removed allow_unencrypted_cache and enable_persistent_cache keyword
      arguments from CertificateCredential, ClientSecretCredential,
      DeviceCodeCredential, InteractiveBrowserCredential, and
      UsernamePasswordCredential
    • Removed disable_automatic_authentication keyword argument from
      DeviceCodeCredential and InteractiveBrowserCredential
    • Removed allow_unencrypted_cache keyword argument from
      SharedTokenCacheCredential
    • Removed classes AuthenticationRecord and AuthenticationRequiredError
    • Removed identity_config keyword argument from ManagedIdentityCredential

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

NewReleases is sending notifications on new releases.