Skip to content
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

Update dependency azure-identity to v1.19.0 #22

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
azure-identity (source) 1.17.1 -> 1.19.0 age adoption passing confidence

Release Notes

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

v1.19.0

Compare Source

1.19.0 (2021-09-30)

Breaking Changes in the Provisional azure.core.rest package
  • azure.core.rest.HttpResponse and azure.core.rest.AsyncHttpResponse are now abstract base classes. They should not be initialized directly, instead
    your transport responses should inherit from them and implement them.

  • The properties of the azure.core.rest responses are now all read-only

  • HttpLoggingPolicy integrates logs into one record #​19925

v1.18.0

Compare Source

1.18.0 (2024-09-19)

Features Added
  • All credentials now implement the SupportsTokenInfo or AsyncSupportsTokenInfo protocol. Each credential now has a get_token_info method which returns an AccessTokenInfo object. The get_token_info method is an alternative method to get_token that improves support for more complex authentication scenarios. (#​36882)
    • Information on when a token should be refreshed is now saved in AccessTokenInfo (if available).
Other Changes
  • Added identity config validation to ManagedIdentityCredential to avoid non-deterministic states (e.g. both resource_id and object_id are specified). (#​36950)
  • Additional validation was added for ManagedIdentityCredential in Azure Cloud Shell environments. (#​36438)
  • Bumped minimum dependency on azure-core to >=1.31.0.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency azure-identity to v1.18.0 Update dependency azure-identity to v1.19.0 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/azure-identity-1.x-lockfile branch from 216b23f to e86839d Compare October 8, 2024 17:01
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.

0 participants