Skip to content

azure-identity_1.4.0b5

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 12 Jun 17:05
a7ac22a

1.4.0b5 (2020-06-12)

  • Prevent an error on importing AzureCliCredential on Windows caused by a bug
    in old versions of Python 3.6 (this bug was fixed in Python 3.6.5).
    (#12014)
  • SharedTokenCacheCredential.get_token raises ValueError instead of
    ClientAuthenticationError when called with no scopes.
    (#11553)