nataliekenat / Nuget_test_name_change_again

0 stars 1 forks source link

Update dependency Azure.Identity to v1.11.0 #6

Closed mend-for-github-com[bot] closed 2 months ago

mend-for-github-com[bot] commented 3 months ago

This PR contains the following updates:

Package Type Update Change
Azure.Identity (source) nuget minor 1.10.4 -> 1.11.0

By merging this PR, the below vulnerabilities will be automatically resolved:

Severity CVSS Score CVE
Medium Medium 5.5 CVE-2024-29992
Medium Medium 5.5 CVE-2024-35255

Release Notes

Azure/azure-sdk-for-net (Azure.Identity) ### [`v1.11.0`](https://togithub.com/Azure/azure-sdk-for-net/releases/tag/Azure.Identity_1.11.0) #### 1.11.0 (2024-04-09) ##### Bugs Fixed - `AzurePowerShellCredential` now handles the case where it falls back to legacy PowerShell without relying on the error message string. ##### Breaking Changes - `DefaultAzureCredential` now sends a probe request with no retries for IMDS managed identity environments to avoid excessive retry delays when the IMDS endpoint is not available. This should improve credential chain resolution for local development scenarios. See [BREAKING_CHANGES.md](https://togithub.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/BREAKING_CHANGES.md#1110).