Skip to content

Bump Azure.Identity and 17 others#27

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/Function/nuget-minor-and-patch-443a364804
Open

Bump Azure.Identity and 17 others#27
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/Function/nuget-minor-and-patch-443a364804

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown

Updated Azure.Identity from 1.13.1 to 1.21.0.

Release notes

Sourced from Azure.Identity's releases.

1.16.1

1.16.1 (2026-06-09)

Features Added

  • Make Azure.ResourceManager.NetApp AOT-compatible.

1.14.0

1.14.0 (2026-06-03)

Features Added

  • Added experimental FileBinaryContent type for representing a file part within an HTTP request payload, typically as part of a multipart/form-data request.
  • Added experimental MultiPartFormContent type for building multipart/form-data request payloads.
  • Added a chain-aware CredentialResolver.TryResolve(IConfigurationSection, Func<IConfigurationSection, AuthenticationTokenProvider?>, out AuthenticationTokenProvider?) virtual overload. The callback lets a chain-owning resolver resolve child sections back through the active engine — preserving caching, normalization, and ordering — without needing to know about credential sources owned by other packages. The default implementation forwards to the existing two-arg overload (experimental SCME0002).

Commits viewable in compare view.

Updated Azure.Messaging.ServiceBus from 7.18.2 to 7.20.1.

Release notes

Sourced from Azure.Messaging.ServiceBus's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Azure.Monitor.OpenTelemetry.AspNetCore from 1.3.0 to 1.5.0.

Release notes

Sourced from Azure.Monitor.OpenTelemetry.AspNetCore's releases.

1.5.0

1.5.0 (2026-06-02)

Features Added

  • Upgraded api-version to 2025-05-01.
  • Separated CertificateRegistration and DomainRegistration from App Service.

Bugs Fixed

  • Fix deserialization when AppServiceApiDefinitionInfo.Uri is not a valid URI.
  • Fix deserialization when FunctionAppStorage.Value is not a valid URI.

Other Changes

  • Upgraded dependent Azure.Core to 1.57.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.5.0-beta.1

1.5.0-beta.1 (2026-05-27)

Features Added

  • Upgraded api-version from '2024-11-30' to '2025-05-31-preview'.
  • Exposed User-Assigned Identity AssignmentRestrictions property.

1.4.2

1.4.2 (2026-06-06)

Other Changes

  • Upgraded dependent Azure.Core to 1.58.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.4.1

1.4.1 (2026-06-03)

Other Changes

  • Upgraded dependent Azure.Core to 1.57.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.4.1-beta.5

1.4.1-beta.5 (2026-05-26)

Bugs Fixed

  • Improved redirect performance for write operations by caching the latest primary node URL from redirect responses and reusing it for subsequent non-GET requests. The cache is lazily populated and refreshed whenever the service redirects to a different primary node.

1.3.1

1.3.1 (2026-06-03)

Other Changes

  • Upgraded dependent Azure.Core to 1.57.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

Commits viewable in compare view.

Updated Azure.Monitor.Query from 1.6.0 to 1.7.1.

Release notes

Sourced from Azure.Monitor.Query's releases.

1.7.0

1.7.0 (2026-05-22)

Features Added

  • Upgraded api-version from 2025-06-01 to 2025-08-01. Tag details available at https://github.com/Azure/azure-rest-api-specs/tree/dddcb1f2f0131aa15cc761624959063f2e197b57/specification/storage/Storage.Management.
    • Supported new StorageAccountAccessTier.Smart access tier (requires zone-redundant storage).
    • Supported new AllowedCopyScope.All value.
    • Supported new property TagsReplicationEnabled on ObjectReplicationPolicyData.
    • Supported new StaticWebsite property on BlobServiceData with DefaultIndexDocumentPath.
    • Supported new StorageConnectorResource for managing storage connectors.
    • Supported new StorageDataShareResource for managing storage data shares.
    • Supported new StopAssignment operation on StorageTaskAssignmentResource.
    • Supported new AllowSharedKeyAccessForServices property on storage account create/update.
    • Supported new DataCollaborationPolicyProperties property on storage account create/update.
    • Supported new TaskExecutionTriggerType.MockRun trigger type.

1.6.1

1.6.1 (2026-06-02)

Other Changes

  • Upgraded dependent Azure.Core to 1.57.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

Commits viewable in compare view.

Updated Microsoft.ApplicationInsights.WorkerService from 2.22.0 to 2.23.0.

Release notes

Sourced from Microsoft.ApplicationInsights.WorkerService's releases.

2.23.0

  • no changes since beta.

2.23.0-beta1

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker from 2.0.0 to 2.52.0.

Release notes

Sourced from Microsoft.Azure.Functions.Worker's releases.

2.52.0

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 2.52.0

  • Update Microsoft.Azure.Functions.Worker.Core to 2.52.0
  • Update Microsoft.Azure.Functions.Worker.Grpc to 2.52.0

Microsoft.Azure.Functions.Worker.Core 2.52.0

  • Add support for propagating trace context tags from worker to host (#​3303)
  • Add support for propagating OpenTelemetry Baggage to the worker. Requires use with the OpenTelemetry Extension to work end to end (#​3319).

Microsoft.Azure.Functions.Worker.Grpc 2.52.0

  • Update protobuf version to v1.12.0-protofile and add support for propagating tags from the worker to the functions host (#​3303).
  • Update protobuf version to v1.13.0-protofile to add support for propagating OpenTelemetry baggage to the worker (#​3319).

2.51.0

What's Changed

Microsoft.Azure.Functions.Worker.OpenTelemetry 1.1.0

  • Updated OpenTelemetry NuGet packages and aligned implementation with Semantic Conventions v1.37. (#​3195)

2.50.0

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 2.50.0

  • Adding net10.0 TFM support.

Microsoft.Azure.Functions.Worker.Core 2.50.0

  • Adding net10.0 TFM support.

Microsoft.Azure.Functions.Worker.Grpc 2.50.0

  • Adding net10.0 TFM support.

2.1.0

What's Changed

  • Updates Microsoft.Azure.WebJobs.Extensions.RabbitMQ to 2.1.0.
    • Adds drain mode feature.

2.0.7

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.7

  • Reversal of change to suppress generation of functions.metadata file.

2.0.6

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.6

  • Build no longer generates functions.metadata if source-generated metadata provider is enabled. (#​2974)
  • Fixing dotnet run to work on Windows when core tools is installed from NPM (#​3127)
  • Microsoft.Azure.Functions.Worker.Sdk.Generators bumped to 1.3.6.

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.6

  • Fix bug that results in duplicate properties recorded for a binding (#​3227)

2.0.5

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.5

  • Address issue with design time build producing an error when project had not yet been built yet. (#​3081)

2.0.4

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.RabbitMQ 2.0.4

  • Update Microsoft.Azure.WebJobs.Extensions.RabbitMQ to 2.0.4 (#​3019)

2.0.3

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.3

  • Addresses issue with dotnet build --no-incremental failing build (PR #​2763, Issue #​2601)
  • Addresses issue with setting OutDir msbuild property failing build (PR #​2763, Issue #​2125)
  • Write worker.config and functions.metadata only if contents have changed. (#​2999)
  • Updates the generated extension csproj to be net8.0 (from net6.0)
  • Setting _ToolingSuffix for V10.0 TargetFrameworkVersion. (#​2983)
  • Enhanced error message for missing Azure Functions Core Tools in the user's environment. (#​2976)

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.5

  • Update all generated classes to use GeneratedCodeAttribute. (#​2887)

2.0.2

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.2

  • Update inner build to use Microsoft.NET.Sdk.Functions/4.6.0 (#​2968)
  • Updates the generated extension csproj to be net8.0 (from net6.0)

2.0.1

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 2.0.1

  • [Bug Fix] Update ContextReference to no longer use a given invocation's cancellation token (#​2894)
    • This bug fix should fix the Request has finished and HttpContext disposed exceptions

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker.ApplicationInsights from 2.0.0 to 2.51.0.

Release notes

Sourced from Microsoft.Azure.Functions.Worker.ApplicationInsights's releases.

2.51.0

What's Changed

Microsoft.Azure.Functions.Worker.OpenTelemetry 1.1.0

  • Updated OpenTelemetry NuGet packages and aligned implementation with Semantic Conventions v1.37. (#​3195)

2.50.0

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 2.50.0

  • Adding net10.0 TFM support.

Microsoft.Azure.Functions.Worker.Core 2.50.0

  • Adding net10.0 TFM support.

Microsoft.Azure.Functions.Worker.Grpc 2.50.0

  • Adding net10.0 TFM support.

2.1.0

What's Changed

  • Updates Microsoft.Azure.WebJobs.Extensions.RabbitMQ to 2.1.0.
    • Adds drain mode feature.

2.0.7

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.7

  • Reversal of change to suppress generation of functions.metadata file.

2.0.6

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.6

  • Build no longer generates functions.metadata if source-generated metadata provider is enabled. (#​2974)
  • Fixing dotnet run to work on Windows when core tools is installed from NPM (#​3127)
  • Microsoft.Azure.Functions.Worker.Sdk.Generators bumped to 1.3.6.

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.6

  • Fix bug that results in duplicate properties recorded for a binding (#​3227)

2.0.5

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.5

  • Address issue with design time build producing an error when project had not yet been built yet. (#​3081)

2.0.4

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.RabbitMQ 2.0.4

  • Update Microsoft.Azure.WebJobs.Extensions.RabbitMQ to 2.0.4 (#​3019)

2.0.3

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.3

  • Addresses issue with dotnet build --no-incremental failing build (PR #​2763, Issue #​2601)
  • Addresses issue with setting OutDir msbuild property failing build (PR #​2763, Issue #​2125)
  • Write worker.config and functions.metadata only if contents have changed. (#​2999)
  • Updates the generated extension csproj to be net8.0 (from net6.0)
  • Setting _ToolingSuffix for V10.0 TargetFrameworkVersion. (#​2983)
  • Enhanced error message for missing Azure Functions Core Tools in the user's environment. (#​2976)

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.5

  • Update all generated classes to use GeneratedCodeAttribute. (#​2887)

2.0.2

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.2

  • Update inner build to use Microsoft.NET.Sdk.Functions/4.6.0 (#​2968)
  • Updates the generated extension csproj to be net8.0 (from net6.0)

2.0.1

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 2.0.1

  • [Bug Fix] Update ContextReference to no longer use a given invocation's cancellation token (#​2894)
    • This bug fix should fix the Request has finished and HttpContext disposed exceptions

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker.Extensions.ServiceBus from 5.22.0 to 5.24.0.

Release notes

Sourced from Microsoft.Azure.Functions.Worker.Extensions.ServiceBus's releases.

5.24.0

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.24.0

  • Update minor dependencies
    • Azure.Identity to 1.16.0
    • Azure.Messaging.ServiceBus to 7.20.1
    • Microsoft.Extensions.Azure to 1.13.0
    • Google.Protobuf to 3.32.1
    • Grpc.Tools to 2.72.0

5.23.0

What's Changed

  • Update dependency Microsoft.Azure.WebJobs.Extensions.ServiceBus to 5.17.0 (#​3098)

5.22.1

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.22.1

  • [Bug Fix] Fix IsBatched property for ServiceBusSessionMessageActions (#​2889)

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker.Sdk from 2.0.5 to 2.0.7.

Release notes

Sourced from Microsoft.Azure.Functions.Worker.Sdk's releases.

2.0.7

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.7

  • Reversal of change to suppress generation of functions.metadata file.

2.0.6

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.6

  • Build no longer generates functions.metadata if source-generated metadata provider is enabled. (#​2974)
  • Fixing dotnet run to work on Windows when core tools is installed from NPM (#​3127)
  • Microsoft.Azure.Functions.Worker.Sdk.Generators bumped to 1.3.6.

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.6

  • Fix bug that results in duplicate properties recorded for a binding (#​3227)

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration from 9.0.0 to 9.0.17.

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

9.0.17

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.16...v9.0.17

9.0.16

Release

9.0.15

Release

9.0.14

Release

9.0.13

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.12...v9.0.13

9.0.12

Release

9.0.11

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.10...v9.0.11

9.0.10

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.9...v9.0.10

9.0.9

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.8...v9.0.9

9.0.8

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.7...v9.0.8

9.0.7

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.6...v9.0.7

9.0.6

Bug Fixes

  • Read messages from binlog if process output is missing build finished message (#​114676)
    Improves reliability of the WebAssembly build process by reading messages from the binlog when the process output does not contain the expected build finished message, preventing build failures in certain scenarios.

  • Fix debugger app hangs related to thread exit (#​114917)
    Resolves an issue where applications could hang during debugging when threads exit, ensuring smoother debugging experiences and preventing deadlocks.

  • [Mono] Workaround MSVC miscompiling sgen_clz (#​114903)
    Addresses a compiler miscompilation issue in MSVC affecting the Mono garbage collector, improving runtime stability and correctness on affected platforms.

  • Do not set the salt or info if they are NULL for OpenSSL HKDF (#​114877)
    Fixes a cryptographic issue by ensuring that the salt or info parameters are not set when they are NULL in OpenSSL HKDF, preventing potential errors or unexpected behavior in key derivation.

  • [Test Only] Fix Idn tests (#​115032)
    Corrects issues in Internationalized Domain Name (Idn) tests, ensuring accurate and reliable test results for domain name handling.

  • JIT: revised fix for fp division issue in profile synthesis (#​115026)
    Provides a more robust fix for floating-point division issues in JIT profile synthesis, improving numerical accuracy and preventing incorrect calculations.

  • Handle OSSL 3.4 change to SAN:othername formatting (#​115361)
    Updates certificate handling to accommodate changes in Subject Alternative Name (SAN) formatting introduced in OpenSSL 3.4, ensuring compatibility and correct parsing of certificates.

  • [Mono] Fix c11 ARM64 atomics to issue full memory barrier (#​115635)
    Fixes atomic operations on ARM64 in Mono to issue a full memory barrier, ensuring correct synchronization and preventing subtle concurrency bugs.

Performance Improvements

  • [WinHTTP] Certificate caching on WinHttpHandler to eliminate extra call to Custom Certificate Validation (#​114678)
    Improves HTTP performance by caching certificates in WinHttpHandler, reducing redundant calls to custom certificate validation and speeding up secure connections.

  • Improve distribute_free_regions (#​115167)
    Optimizes memory management by enhancing the algorithm for distributing free memory regions, leading to better memory utilization and potentially improved application performance.

Technical Improvements

  • Strip trailing slash from source dir for cmake4 (#​114905)
    Refines build scripts by removing trailing slashes from source directories when using CMake 4, preventing potential build path issues and improving build reliability.

  • Don't expose TrustedCertificatesDirectory() and StartNewTlsSessionContext() to NetFx (#​114995)
    Restricts certain internal APIs from being exposed to .NET Framework, reducing surface area and preventing unintended usage.

  • Add support for more libicu versions (#​115376)
    Expands compatibility by supporting additional versions of the International Components for Unicode (ICU) library, enhancing globalization features across more environments.

Infrastructure

  • Run outerloop pipeline only for release branches, not staging/preview (#​115011)
    Optimizes CI/CD resources by limiting the outerloop pipeline to run only on release branches, reducing unnecessary test runs and speeding up development workflows.

... (truncated)

9.0.5

Release

What's Changed

9.0.4

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.3...v9.0.4

9.0.3

Release

What's Changed

Description has been truncated

Bumps Azure.Identity from 1.13.1 to 1.21.0
Bumps Azure.Messaging.ServiceBus from 7.18.2 to 7.20.1
Bumps Azure.Monitor.OpenTelemetry.AspNetCore from 1.3.0 to 1.5.0
Bumps Azure.Monitor.Query from 1.6.0 to 1.7.1
Bumps Microsoft.ApplicationInsights.WorkerService from 2.22.0 to 2.23.0
Bumps Microsoft.Azure.Functions.Worker from 2.0.0 to 2.52.0
Bumps Microsoft.Azure.Functions.Worker.ApplicationInsights from 2.0.0 to 2.51.0
Bumps Microsoft.Azure.Functions.Worker.Extensions.ServiceBus from 5.22.0 to 5.24.0
Bumps Microsoft.Azure.Functions.Worker.Sdk from 2.0.5 to 2.0.7
Bumps Microsoft.Extensions.Configuration from 9.0.0 to 9.0.17
Bumps Microsoft.Extensions.Configuration.CommandLine from 9.0.0 to 9.0.17
Bumps Microsoft.Extensions.Configuration.EnvironmentVariables from 9.0.0 to 9.0.17
Bumps Microsoft.Extensions.Configuration.Json from 9.0.0 to 9.0.17
Bumps Microsoft.Extensions.Http to 9.0.17, 10.0.9
Bumps Microsoft.Extensions.Logging.Abstractions from 10.0.3 to 10.0.9
Bumps Microsoft.Extensions.Options from 9.0.0 to 9.0.17
Bumps Microsoft.NET.Test.Sdk from 17.12.0 to 17.14.1
Bumps xunit from 2.9.2 to 2.9.3

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.ApplicationInsights.WorkerService
  dependency-version: 2.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.Azure.Functions.Worker
  dependency-version: 2.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.Azure.Functions.Worker.ApplicationInsights
  dependency-version: 2.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.ServiceBus
  dependency-version: 5.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.Azure.Functions.Worker.Sdk
  dependency-version: 2.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 9.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.Extensions.Options
  dependency-version: 9.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Azure.Identity
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Azure.Messaging.ServiceBus
  dependency-version: 7.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 9.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.Extensions.Configuration.CommandLine
  dependency-version: 9.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables
  dependency-version: 9.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.Extensions.Configuration.Json
  dependency-version: 9.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Azure.Identity
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Azure.Monitor.OpenTelemetry.AspNetCore
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Azure.Identity
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Azure.Monitor.OpenTelemetry.AspNetCore
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.Azure.Functions.Worker
  dependency-version: 2.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 17.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: xunit
  dependency-version: 2.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Azure.Identity
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Azure.Messaging.ServiceBus
  dependency-version: 7.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Azure.Monitor.Query
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 17.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: xunit
  dependency-version: 2.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
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.

0 participants