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

latest releases: azure-ai-ml_1.17.1, azure_mgmt_oracledatabase_1.0.0, azure_mgmt_appplatform_9.1.0...
pre-release4 years ago

1.4.0b3 (2020-05-04)

  • EnvironmentCredential correctly initializes UsernamePasswordCredential
    with the value of AZURE_TENANT_ID
    (#11127)
  • Values for the constructor keyword argument authority and
    AZURE_AUTHORITY_HOST may optionally specify an "https" scheme. For example,
    "https://login.microsoftonline.us" and "login.microsoftonline.us" are both valid.
    (#10819)
  • First preview of new API for authenticating users with DeviceCodeCredential
    and InteractiveBrowserCredential
    (#10612)
    • new method authenticate interactively authenticates a user, returns a
      serializable AuthenticationRecord
    • new constructor keyword arguments
      • authentication_record enables initializing a credential with an
        AuthenticationRecord from a prior authentication
      • disable_automatic_authentication=True configures the credential to raise
        AuthenticationRequiredError when interactive authentication is necessary
        to acquire a token rather than immediately begin that authentication
      • enable_persistent_cache=True configures these credentials to use a
        persistent cache on supported platforms (in this release, Windows only).
        By default they cache in memory only.
  • Now DefaultAzureCredential can authenticate with the identity signed in to
    Visual Studio Code's Azure extension.
    (#10472)

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

NewReleases is sending notifications on new releases.