Skip to content

Update dependency Azure.Core to 1.62.0 - #5610

Open
dependencyupdates[bot] wants to merge 1 commit into
masterfrom
renovate/azure.core-1.x
Open

Update dependency Azure.Core to 1.62.0#5610
dependencyupdates[bot] wants to merge 1 commit into
masterfrom
renovate/azure.core-1.x

Conversation

@dependencyupdates

@dependencyupdates dependencyupdates Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Azure.Core (source) 1.61.01.62.0 age adoption passing confidence

Release Notes

Azure/azure-sdk-for-net (Azure.Core)

v1.62.0

Compare Source

1.62.0 (2026-08-20)

Features Added
  • Added experimental (SCME0002) AzureCredentialResolver.Default public static property so standalone callers can share the process-wide credential cache used by DI-resolved paths.
  • AzureCredentialResolver now resolves every ChainedTokenCredential Sources[] entry through the active resolver chain, so any registered CredentialResolver (built-in, broker, or third-party) can claim or override an entry. Entries are constructed as chained, so transient failures surface as CredentialUnavailableException and the chain falls through.
Breaking Changes
  • AzureCredentialResolver now resolves a top-level single source (e.g. CredentialSource: AzureCliCredential) to the concrete credential type (AzureCliCredential) rather than a DefaultAzureCredential wrapper. Construction is unchanged (it uses the same DefaultAzureCredentialFactory helpers) — only the returned type differs; callers using CredentialSettings.TokenProvider as a TokenCredential are unaffected.
  • AzureCredentialResolver no longer claims top-level BrokerCredential sections (canonical name or broker alias); they now require BrokerCredentialResolver from Azure.Identity.Broker 1.7.0+ (e.g. via AddBrokerCredentialResolver()). BrokerCredential entries nested inside a ChainedTokenCredential continue to resolve. Note: if BrokerCredentialResolver from Azure.Identity.Broker 1.7.0 is registered ahead of AzureCredentialResolver, a nested BrokerCredential entry is currently built as non-chained, so it may surface AuthenticationFailedException and 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 future Azure.Identity.Broker release will make its resolver honor chained semantics for nested entries.

Configuration

📅 Schedule: (UTC)

  • 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 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

@dependencyupdates dependencyupdates Bot added dependencies Pull requests that update a dependency file NuGet labels Jul 16, 2026
@dependencyupdates
dependencyupdates Bot force-pushed the renovate/azure.core-1.x branch 2 times, most recently from bb7af0a to 745f945 Compare July 21, 2026 21:42
@dependencyupdates
dependencyupdates Bot force-pushed the renovate/azure.core-1.x branch 3 times, most recently from 27a0a53 to 6328bf9 Compare July 30, 2026 01:38
@dependencyupdates
dependencyupdates Bot force-pushed the renovate/azure.core-1.x branch from 6328bf9 to 87314d3 Compare August 5, 2026 03:28
@dependencyupdates dependencyupdates Bot changed the title Update dependency Azure.Core to 1.60.0 Update dependency Azure.Core to 1.61.0 Aug 5, 2026
@dependencyupdates
dependencyupdates Bot force-pushed the renovate/azure.core-1.x branch 2 times, most recently from ac73973 to 6af47ed Compare August 13, 2026 01:38
@dependencyupdates
dependencyupdates Bot force-pushed the renovate/azure.core-1.x branch 2 times, most recently from 6ccee4c to 1d6bfe1 Compare August 19, 2026 21:00
@dependencyupdates dependencyupdates Bot changed the title Update dependency Azure.Core to 1.61.0 Update dependency Azure.Core to 1.61.0 - autoclosed Aug 19, 2026
@dependencyupdates
dependencyupdates Bot deleted the renovate/azure.core-1.x branch August 19, 2026 23:15
@dependencyupdates dependencyupdates Bot changed the title Update dependency Azure.Core to 1.61.0 - autoclosed Update dependency Azure.Core to 1.62.0 Aug 20, 2026
@dependencyupdates dependencyupdates Bot reopened this Aug 20, 2026
@dependencyupdates
dependencyupdates Bot force-pushed the renovate/azure.core-1.x branch from 1d6bfe1 to ed0d11c Compare August 20, 2026 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file NuGet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants