Update dependency azure-identity to v1.16.1 [SECURITY] - autoclosed #561
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.4.0
->==1.16.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
GitHub Vulnerability Alerts
CVE-2024-35255
Azure Identity Libraries and Microsoft Authentication Library Elevation of Privilege Vulnerability.
Release Notes
Azure/azure-sdk-for-python (azure-identity)
v1.16.1
1.16.1 (2024-06-11)
Bugs Fixed
v1.16.0
1.16.0 (2024-05-14)
Features Added
ml_client.evaluators
.list
,get
, andcreate_or_update
operations now include an optionalpopulate_secrets
input, which causes the operations to try making a secondary call to fill in the returned connections' credential info if possible. Only works with api key-based credentials for now.AzureBlobStoreConnection
AzureBlobStoreConnection
MicrosoftOneLakeConnection
AzureOpenAIConnection
AzureAIServicesConnection
AzureAISearchConnection
AzureContentSafetyConnection
AzureSpeechServicesConnection
APIKeyConnection
OpenAIConnection
SerpConnection
ServerlessConnection
AadCredentialConfiguration
aad_token
) auth ininvoke
andget-credentials
operations.ml_client.indexes
Breaking Changes
v1.15.0
1.15.0 (2023-10-26)
Features Added
Bugs Fixed
v1.14.1
1.14.1 (2023-10-09)
Bugs Fixed
v1.14.0
1.14.0 (2021-05-13)
New Features
azure.core.credentials.AzureNamedKeyCredential
credential #17548.decompress
parameter forstream_download
method. If it is set toFalse
, will not do decompression upon the stream. #17920v1.13.0
1.13.0 (2021-04-02)
Azure core requires Python 2.7 or Python 3.6+ since this release.
New Features
azure.core.utils.parse_connection_string
function to parse connection strings across SDKs, with common validation and support for case insensitive keys.~azure.core.tracing.Link
that should be used while passingLinks
toAbstractSpan
.AbstractSpan
constructor can now take in additional keyword only args.Bug fixes
v1.12.0
1.12.0 (2021-03-08)
This version will be the last version to officially support Python 3.5, future versions will require Python 2.7 or Python 3.6+.
Features
azure.core.messaging.CloudEvent
model that follows the cloud event spec.azure.core.serialization.NULL
sentinel valuerepr
s forHttpRequest
andHttpResponse
s #16972Bug Fixes
v1.11.0
1.11.0 (2021-02-08)
Features
CaseInsensitiveEnumMeta
class for case-insensitive enums. #16316raise_for_status
method ontoHttpResponse
. Callingresponse.raise_for_status()
on a response with an error codewill raise an
HttpResponseError
. Calling it on a good response will do nothing #16399Bug Fixes
v1.10.0
1.10.0 (2021-01-11)
Features
AzureSasCredential
and its respective policy. #15946v1.9.0
1.9.0 (2020-11-09)
Features
continuation_token
attribute to the baseAzureError
exception, and set this value for errors raisedduring paged or long-running operations.
Bug Fixes
v1.8.0
1.8.0 (2022-03-01)
Bugs Fixed
Handle injected "tenant_id" and "claims" (#23138)
"tenant_id" argument in get_token() method is only supported by:
AuthorizationCodeCredential
AzureCliCredential
AzurePowerShellCredential
InteractiveBrowserCredential
DeviceCodeCredential
EnvironmentCredential
UsernamePasswordCredential
it is ignored by other types of credentials.
Other Changes
v1.7.1
1.7.1 (2021-11-09)
Bugs Fixed
v1.7.0
1.7.0 (2021-10-14)
Breaking Changes
allow_multitenant_authentication
argument has been removed and the default behavior is now as if it were true.The multitenant authentication feature can be totally disabled by setting the environment variable
AZURE_IDENTITY_DISABLE_MULTITENANTAUTH
toTrue
.azure.identity.RegionalAuthority
is removed.regional_authority
argument is removed forCertificateCredential
andClientSecretCredential
.AzureApplicationCredential
is removed.client_credential
in the ctor ofOnBehalfOfCredential
is removed. Please useclient_secret
orclient_certificate
instead.user_assertion
in the ctor ofOnBehalfOfCredential
a keyword only argument.v1.6.1
1.6.1 (2021-08-19)
Other Changes
workarounds when importing transitive dependencies such as pywin32
fails
(#19989)
v1.6.0
1.6.0 (2023-05-03)
Features Added
FeatureStoreOperations, FeatureSetOperations, FeatureStoreEntityOperations
with properties classes specific to the new features.distribution: ray
support in command job.Bugs Fixed
node.limits.timeout
to a pipeline input.Breaking Changes
JobServiceBase.job_service_type
totype
Other Changes
v1.5.0
1.5.0 (2023-03-20)
Features Added
tags
on Compute Resources.job_tier
andpriority
in standalone joblocations
via command function and set it toJobResourceConfiguration.locations
s3
,snowflake
,azure_sql_db
,azure_synapse_analytics
,azure_my_sql_db
,azure_postgres_db
access_key
fors3
Bugs Fixed
Other Changes
azure-mgmt-resource
azure-mgmt-resourcegraph
opencensus-ext-azure<2.0.0
v1.4.1
1.4.1 (2020-10-07)
Fixed
AzureCliCredential.get_token
correctly sets token expiration time,preventing clients from using expired tokens
(#14345)
Configuration
📅 Schedule: Branch creation - "" (UTC), 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.