Skip to content

Bump Azure.Core and Microsoft.Graph - #549

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/QuickFiler.Test/graph-identity-telemetry-96b9c42b2a
Closed

Bump Azure.Core and Microsoft.Graph#549
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/QuickFiler.Test/graph-identity-telemetry-96b9c42b2a

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 13, 2026

Copy link
Copy Markdown
Contributor

Updated Azure.Core from 1.60.0 to 1.61.0.

Release notes

Sourced from Azure.Core's releases.

1.61.0

1.61.0 (2026-07-30)

Features Added

  • Added AzureAuthorityHosts.AzureBleuCloud (https://login.sovcloud-identity.fr/), the Microsoft Entra authority host for Bleu Cloud, the national partner cloud for France. Interactive credentials' Authenticate methods now also resolve the default Azure Resource Manager scope for Bleu Cloud.

Bugs Fixed

  • Fixed an issue where response content logging could emit more bytes than were actually read when a non-buffered (streaming) response was read into a buffer larger than the response body. Previously, when the read began at offset 0, the entire caller-supplied buffer was logged — including the bytes past the response payload, which for a pooled buffer contain unrelated in-process content — and the configured LoggedContentSizeLimit was not applied. The logging policy now logs only the bytes that were read. (#​61399)
  • Fixed an issue where RequestFailedException could throw a secondary ArgumentNullException while formatting a failed response that had a text content-type header but an empty body, masking the actual service failure. The exception now preserves the original HTTP status, reason phrase, and headers, and no longer formats empty response content.
  • Fixed AzureCliCredential to not pass both --tenant and --subscription flags to the Azure CLI, as the CLI rejects this combination. When a tenant is requested (for example, via challenge-based authentication) it now takes precedence and --subscription is omitted; --subscription is used only when no tenant is requested. (#​58949)

Other Changes

Commits viewable in compare view.

Updated Microsoft.Graph from 6.2.0 to 6.5.0.

Release notes

Sourced from Microsoft.Graph's releases.

6.5.0

6.5.0 (2026-08-05)

Features

Bug Fixes

6.4.0

6.4.0 (2026-07-21)

Features

  • generation: update request builders and models (1688dbc)

6.3.0

6.3.0 (2026-07-10)

Features

  • generation: update request builders and models (23ebe4d)
  • generation: update request builders and models (9ce59b4)
  • generation: update request builders and models (21088d5)

Bug Fixes

Commits viewable in compare view.

@dependabotdependabotBot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 13, 2026
@drmoisan

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps Azure.Core from 1.60.0 to 1.61.0
Bumps Microsoft.Graph from 6.2.0 to 6.5.0
---
updated-dependencies:
- dependency-name: Azure.Core
dependency-version: 1.61.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: graph-identity-telemetry
- dependency-name: Azure.Core
dependency-version: 1.61.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: graph-identity-telemetry
- dependency-name: Azure.Core
dependency-version: 1.61.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: graph-identity-telemetry
- dependency-name: Azure.Core
dependency-version: 1.61.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: graph-identity-telemetry
- dependency-name: Azure.Core
dependency-version: 1.61.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: graph-identity-telemetry
- dependency-name: Azure.Core
dependency-version: 1.61.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: graph-identity-telemetry
- dependency-name: Azure.Core
dependency-version: 1.61.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: graph-identity-telemetry
- dependency-name: Azure.Core
dependency-version: 1.61.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: graph-identity-telemetry
- dependency-name: Azure.Core
dependency-version: 1.61.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: graph-identity-telemetry
- dependency-name: Azure.Core
dependency-version: 1.61.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: graph-identity-telemetry
- dependency-name: Microsoft.Graph
dependency-version: 6.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: graph-identity-telemetry
- dependency-name: Microsoft.Graph
dependency-version: 6.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: graph-identity-telemetry
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot changed the title Bump the graph-identity-telemetry group with 2 updatesBump Azure.Core and Microsoft.GraphAug 15, 2026
@dependabot
dependabotBotforce-pushed the dependabot/nuget/QuickFiler.Test/graph-identity-telemetry-96b9c42b2a branch from 6b8bd8c to b016cb0CompareAugust 15, 2026 12:16
@dependabot@github

dependabotBot commented on behalf of githubAug 15, 2026

Copy link
Copy Markdown
ContributorAuthor

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabotdependabotBot closed this Aug 15, 2026
@dependabot
dependabotBot deleted the dependabot/nuget/QuickFiler.Test/graph-identity-telemetry-96b9c42b2a branch August 15, 2026 15:20
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file.NETPull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@drmoisan