1.22.0 (2025-05-06)
Breaking Changes
- Previously, if a
client_id
oridentity_config
was specified inManagedIdentityCredential
for Service Fabric managed identity, which is not supported, theclient_id
(orresource_id
/object_id
specifiedidentity_config
) would be silently ignored. Now, an exception will be raised during a token request if aclient_id
oridentity_config
is specified for Service Fabric managed identity.
Bugs Fixed
- Fixed an issue with error handling in MSAL-based credentials when the response content is a string rather than a dictionary. (#40281)
Other Changes
- Deprecated
VisualStudioCodeCredential
as the VS Code Azure Account extension on which this credential depends on has been deprecated. See the Azure Account extension deprecation notice. (#40613) - Python 3.8 is no longer supported. Please use Python version 3.9 or later.