Update dependency Azure.Core to 1.62.0 - #5610
Open
dependencyupdates[bot] wants to merge 1 commit into
Open
Conversation
dependencyupdates
Bot
force-pushed
the
renovate/azure.core-1.x
branch
2 times, most recently
from
July 21, 2026 21:42
bb7af0a to
745f945
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.core-1.x
branch
3 times, most recently
from
July 30, 2026 01:38
27a0a53 to
6328bf9
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.core-1.x
branch
from
August 5, 2026 03:28
6328bf9 to
87314d3
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.core-1.x
branch
2 times, most recently
from
August 13, 2026 01:38
ac73973 to
6af47ed
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.core-1.x
branch
2 times, most recently
from
August 19, 2026 21:00
6ccee4c to
1d6bfe1
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.core-1.x
branch
from
August 20, 2026 21:23
1d6bfe1 to
ed0d11c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.61.0→1.62.0Release Notes
Azure/azure-sdk-for-net (Azure.Core)
v1.62.0Compare Source
1.62.0 (2026-08-20)
Features Added
SCME0002)AzureCredentialResolver.Defaultpublic static property so standalone callers can share the process-wide credential cache used by DI-resolved paths.AzureCredentialResolvernow resolves everyChainedTokenCredentialSources[]entry through the active resolver chain, so any registeredCredentialResolver(built-in, broker, or third-party) can claim or override an entry. Entries are constructed as chained, so transient failures surface asCredentialUnavailableExceptionand the chain falls through.Breaking Changes
AzureCredentialResolvernow resolves a top-level single source (e.g.CredentialSource: AzureCliCredential) to the concrete credential type (AzureCliCredential) rather than aDefaultAzureCredentialwrapper. Construction is unchanged (it uses the sameDefaultAzureCredentialFactoryhelpers) — only the returned type differs; callers usingCredentialSettings.TokenProvideras aTokenCredentialare unaffected.AzureCredentialResolverno longer claims top-levelBrokerCredentialsections (canonical name orbrokeralias); they now requireBrokerCredentialResolverfromAzure.Identity.Broker1.7.0+ (e.g. viaAddBrokerCredentialResolver()).BrokerCredentialentries nested inside aChainedTokenCredentialcontinue to resolve. Note: ifBrokerCredentialResolverfromAzure.Identity.Broker1.7.0 is registered ahead ofAzureCredentialResolver, a nestedBrokerCredentialentry is currently built as non-chained, so it may surfaceAuthenticationFailedExceptionand abort the chain instead of falling through to the next entry. Without a broker resolver registered, the built-in chain path builds the broker entry as chained (correct fall-through). A futureAzure.Identity.Brokerrelease will make its resolver honor chained semantics for nested entries.Configuration
📅 Schedule: (UTC)
🚦 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 has been generated by Renovate Bot.
Commands to ignore dependencies
You can trigger dependency actions by commenting on this PR:
@particularbot ignore this major version@particularbot ignore this minor version@particularbot ignore this dependency