Skip to content

chore(deps): update dependency azure-identity to v1.23.0 #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mischavandenburg
Copy link
Owner

@mischavandenburg mischavandenburg commented Mar 13, 2025

This PR contains the following updates:

Package Type Update Change
azure-identity (source) dependencies minor 1.20.0 -> 1.23.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

Azure/azure-sdk-for-python (azure-identity)

v1.23.0

Compare Source

1.23.0 (2025-05-13)

Features Added
  • Added AZURE_TOKEN_CREDENTIALS environment variable to DefaultAzureCredential to allow for choosing groups of credentials.
    • prod for EnvironmentCredential, WorkloadIdentityCredential, and ManagedIdentityCredential.
    • dev for SharedTokenCacheCredential, AzureCliCredential, AzurePowershellCredential, and AzureDeveloperCliCredential.

v1.22.0

Compare Source

1.22.0 (2025-05-06)

Breaking Changes
  • Previously, if a client_id or identity_config was specified in ManagedIdentityCredential for Service Fabric managed identity, which is not supported, the client_id (or resource_id/object_id specified identity_config) would be silently ignored. Now, an exception will be raised during a token request if a client_id or identity_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.

v1.21.0

Compare Source

1.21.0 (2025-03-11)

Other Changes
  • Updated the asynchronous CertificateCredential to use the PS256 algorithm with PSS padding for certificate authentication in non-ADFS tenants. (#​39761)
  • Deprecated UsernamePasswordCredential, as it doesn't support multifactor authentication (MFA). MFA will soon be enforced on all Microsoft Entra tenants. For more details, see Planning for mandatory MFA. (#​39785)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@mischavandenburg mischavandenburg force-pushed the renovate/azure-identity-1.x-lockfile branch from db58bc1 to e163394 Compare May 6, 2025 21:01
@mischavandenburg mischavandenburg changed the title chore(deps): update dependency azure-identity to v1.21.0 chore(deps): update dependency azure-identity to v1.22.0 May 6, 2025
@mischavandenburg mischavandenburg force-pushed the renovate/azure-identity-1.x-lockfile branch from e163394 to 3165f29 Compare May 14, 2025 01:01
@mischavandenburg mischavandenburg changed the title chore(deps): update dependency azure-identity to v1.22.0 chore(deps): update dependency azure-identity to v1.23.0 May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants