1.12.0 (2022-11-08)
Bugs Fixed
AzureCliCredential
now works even whenaz
prints warnings to stderr. (#26857) (thanks to @micromaomao for the contribution)- Fixed issue where user-supplied
TokenCachePersistenceOptions
weren't propagated when usingSharedTokenCacheCredential
(#26982)
Breaking Changes
- Excluded
VisualStudioCodeCredential
fromDefaultAzureCredential
token chain by default as SDK
authentication via Visual Studio Code is broken due to
issue #23249. TheVisualStudioCodeCredential
will be
re-enabled in theDefaultAzureCredential
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.