Update dependency azure-identity to v1.19.0 #27
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.17.1
->1.19.0
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
packageazure.core.rest.HttpResponse
andazure.core.rest.AsyncHttpResponse
are now abstract base classes. They should not be initialized directly, insteadyour transport responses should inherit from them and implement them.
The properties of the
azure.core.rest
responses are now all read-onlyHttpLoggingPolicy integrates logs into one record #19925
v1.18.0
Compare Source
1.18.0 (2021-09-02)
Features Added
azure.core.serialization.AzureJSONEncoder
(introduced in 1.17.0) serializesdatetime.datetime
objects in ISO 8601 format, conforming to RFC 3339's specification. #20190azure.core.serialization.AzureJSONEncoder
to serializejson
input toazure.core.rest.HttpRequest
.Breaking Changes in the Provisional
azure.core.rest
packagetext
property onazure.core.rest.HttpResponse
andazure.core.rest.AsyncHttpResponse
has changed to a method, which also takesan
encoding
parameter.iter_text
anditer_lines
fromazure.core.rest.HttpResponse
andazure.core.rest.AsyncHttpResponse
Bugs Fixed
azure.core.rest
responses now aligns across sync and async. Items can now be checked case-insensitively and without raising an error for format.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.
This PR was generated by Mend Renovate. View the repository job log.