Skip to content

Bump the graph-identity-telemetry group with 1 update - #574

Merged
drmoisan merged 1 commit into
mainfrom
dependabot/nuget/QuickFiler.Test/graph-identity-telemetry/Azure.Core-74a048c980
Aug 21, 2026
Merged

Bump the graph-identity-telemetry group with 1 update#574
drmoisan merged 1 commit into
mainfrom
dependabot/nuget/QuickFiler.Test/graph-identity-telemetry/Azure.Core-74a048c980

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Updated Azure.Core from 1.61.0 to 1.62.0.

Release notes

Sourced from Azure.Core's releases.

1.62.0

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.

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 20, 2026
Reapplies the substantive change of the graph-identity-telemetry Dependabot
group on top of main. The original commit could not be rebased: its NuGet
regeneration collapsed app.config and packages.config onto single lines,
which conflicted with the CSharpier-formatted tree that PR #573 restored.

The bump is applied in three places per project, scoped to the Azure.Core
element so no sibling assembly version is rewritten:
  - packages.config  package version 1.61.0 -> 1.62.0
  - *.csproj         Reference assembly version and HintPath
  - app.config       bindingRedirect 1.61.0.0 -> 1.62.0.0

Two deliberate differences from the Dependabot commit:
  - the `processorArchitecture=MSIL` attribute on the Azure.Core Reference
    is preserved; Dependabot dropped it.
  - the binding redirect is also advanced in the six non-test projects that
    carry the redirect without a direct package reference (QuickFiler, Tags,
    TaskMaster, TaskTree, TaskVisualization, ToDoModel). Dependabot left
    those at 1.61.0.0, which would redirect to an assembly version no longer
    present in packages/.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016LdWAA7aMkzJ27NUW7WzaT
@drmoisan
drmoisan force-pushed the dependabot/nuget/QuickFiler.Test/graph-identity-telemetry/Azure.Core-74a048c980 branch from 7067425 to 969441f Compare August 21, 2026 19:37
@dependabot @github

dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@drmoisan
drmoisan merged commit a01bdbb into main Aug 21, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/nuget/QuickFiler.Test/graph-identity-telemetry/Azure.Core-74a048c980 branch August 21, 2026 20:07
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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant