Skip to content

azure-identity_1.12.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 08 Nov 17:05
1846d23

1.12.0 (2022-11-08)

Bugs Fixed

  • AzureCliCredential now works even when az prints warnings to stderr. (#26857) (thanks to @micromaomao for the contribution)
  • Fixed issue where user-supplied TokenCachePersistenceOptions weren't propagated when using SharedTokenCacheCredential (#26982)

Breaking Changes

  • Excluded VisualStudioCodeCredential from DefaultAzureCredential token chain by default as SDK
    authentication via Visual Studio Code is broken due to
    issue #23249. The VisualStudioCodeCredential will be
    re-enabled in the DefaultAzureCredential flow once a fix is in place.
    Issue #25713 tracks this. In the meantime
    Visual Studio Code users can authenticate their development environment using the Azure CLI.

Other Changes

  • Added Python 3.11 support and stopped supporting Python 3.6.