Skip to content

Bump Azure.Core from 1.0.0 to 1.51.0#14

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/ghas-console/Azure.Core-1.51.0
Open

Bump Azure.Core from 1.0.0 to 1.51.0#14
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/ghas-console/Azure.Core-1.51.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 30, 2026

Updated Azure.Core from 1.0.0 to 1.51.0.

Release notes

Sourced from Azure.Core's releases.

1.51.0

1.51.0 (2026-01-29)

Features Added

  • Added core support for Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection.
  • Implements support for client certificate rotation in the Azure.Core transport layer to enable dynamic token binding scenarios. The changes allow transport instances to be updated with new client certificate configurations at runtime without requiring full pipeline reconstruction.

Bugs Fixed

  • Fixed NullReferenceException when calling GetHashCode() on default(AzureLocation).

1.18.0-beta.2

1.18.0-beta.2 (2025-11-19)

Other Changes

  • Updated Microsoft.Identity.Client and Microsoft.Identity.Client.Extensions.Msal dependencies to version 4.78.0.

1.17.1

1.17.1 (2025-11-18)

Other Changes

  • Updated Microsoft.Identity.Client and Microsoft.Identity.Client.Extensions.Msal dependencies to version 4.78.0.

1.15.0-beta.1

1.15.0-beta.1 (2025-12-01)

Features Added

1.14.0

1.14.0 (2025-11-26)

Features Added

1.13.1

1.13.1 (2025-11-19)

Other Changes

  • Updated Azure.Identity dependency to version 1.17.1

1.11.2

1.11.2 (2025-10-16)

Bugs Fixed

  • Fixed an issue in ArmDeploymentOperationProperties deserialization where StatusCode could be either a string or a number in JSON, causing InvalidOperationException when parsing an integer StatusCode.

1.11.0

1.11.0 (2025-12-01)

Features Added

  • Added Netezza V2 linked service and dataset definitions.
  • Added Jira V2 connector support in Azure Data Factory.
  • Added enable/disable Interactive Query management APIs.
  • Added clusterResourceGroupAuthType to the HDInsight OnDemand linked service definition.
  • Expanded Snowflake V2 options to cover additional data types.
  • Added partitionOption property for the Salesforce V2 connector.

1.10.0

1.10.0 (2026-01-19)

Features Added

  • Support identity-based connection.

1.9.0

1.9.0 (2026-01-27)

Features Added

  • Added core support for Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection.
  • Added JsonModel<T> abstract base class that provides a simplified way to implement IJsonModel<T> for JSON serialization and deserialization.

Bugs Fixed

  • Fixed an issue with ClientRetryPolicy where delays were being calculated using the retry count instead of the attempt count, causing the initial retry to occur without delay and subsequent retries to be performed more quickly than intended.

1.8.0

1.8.0 (2026-01-27)

Features Added

  • Added new methods, CheckConfigurationSettings and CheckConfigurationSettingsAsync, which can be used to check settings from the Azure App Configuration store using HEAD requests, returning only headers without the response body. #​54669

Other Changes

  • Added internal pipeline policy to handle audience error and surface up an improved error message. #​53834

1.6.0

1.6.0 (2026-01-16)

Features Added

  • Upgraded api-verion to 2025-09-01.
  • Make Azure.ResourceManager.Avs AOT-compatible.

1.6.0-beta.2

1.6.0-beta.2 (2026-01-12)

Breaking Changes

  • Default Sampler Changed (#​54942): The default sampling behavior has been changed from
    ApplicationInsightsSampler with 100% sampling (all traces sampled) to
    RateLimitedSampler with 5.0 traces per second. This change significantly
    reduces telemetry volume for high-traffic applications and provides better
    cost optimization out of the box.
    Impact: Applications with more than 5 requests per second will see fewer
    traces exported by default.
    Migration: To maintain the previous behavior (100% sampling), explicitly
    configure the sampler:
    // Option 1: Set SamplingRatio and clear TracesPerSecond
    builder.Services.AddOpenTelemetry()
        .UseAzureMonitorExporter(options =>
        {
            options.SamplingRatio = 1.0f;
            options.TracesPerSecond = null;
        });
    // Option 2: Use environment variables
    // OTEL_TRACES_SAMPLER=microsoft.fixed_percentage
    // OTEL_TRACES_SAMPLER_ARG=1.0

Bugs Fixed

  • Fixed performance counter metrics not using configured resource attributes
    (cloud_RoleName and cloud_RoleInstance), which previously showed
    "unknown_service:appName" instead of the configured values.
    (#​54944)

1.6.0-beta.1

1.6.0-beta.1 (2025-12-03)

Bugs Fixed

  • Added Microsoft override attributes to preserve exact Application Insights
    semantics when exporting telemetry data.
    (#​54023)
    • Request: microsoft.request.name, microsoft.request.url,
      microsoft.request.source, microsoft.request.resultCode
    • Dependency: microsoft.dependency.type, microsoft.dependency.target,
      microsoft.dependency.name, microsoft.dependency.data,
      microsoft.dependency.resultCode
    • Operation: microsoft.operation.name

Other Changes

  • Added distinct SDK version labels for all Application Insights shim packages
    to enable accurate attribution and visibility of exporter, distro, and shim
    telemetry during migration and analysis.
    (#​54011)

1.5.1

1.5.1 (2025-11-18)

Features Added

  • Enabled WirePath attributes for all properties in this library.

1.5.0-beta.1

1.5.0-beta.1 (2025-12-10)

Features Added

  • Upgraded RegistryTasks api-version to 2025-03-01-preview.

1.4.0

1.4.0 (2025-12-05)

Features Added

1.4.0-beta.4

1.4.0-beta.4 (2025-11-18)

Features Added

  • Updated azure monitor metric alert APIs to version 2024-03-01-preview.

1.4.0-beta.3

1.4.0-beta.3 (2025-11-26)

Bugs Fixed

  • Fixed bug when assigning property to a collection throwing exceptions. (#​53862)

1.3.1

1.3.1 (2025-11-19)

Other Changes

  • Updated Microsoft.Identity.Client.Broker dependency to version 4.78.0
  • Updated Azure.Identity dependency to version 1.17.1

1.3.0

1.3.0 (2025-12-10)

Other Changes

  • Bump dependent package Azure.Provisioning to 1.4.0

1.3.0-beta.5

1.3.0-beta.5 (2025-11-19)

Features Added

  • Upgraded to api-version 2025-10-01-preview.

1.3.0-beta.1

1.3.0-beta.1 (2025-11-18)

Features Added

1.2.0

1.2.0 (2025-11-27)

Features Added

  • Upgraded api-version to '2024-04-24'.
  • Make Azure.ResourceManager.Dynatrace AOT-compatible.

1.2.0-beta.8

1.2.0-beta.8 (2025-12-01)

Features Added

  • Added support for Computer usage.
  • Improved handling of errors by PersistentAgentsChatClient in the streaming scenarios.

Bugs Fixed

  • Fix the issue with PersistentAgentsChatClient when the run in incomplete state is encountered issue.

Sample updates

  • Added sample for Computer usage.

1.2.0-beta.5

1.2.0-beta.5 (2025-12-12)

Features Added

  • Updated for transitive compatibility with OpenAI 2.8.0, including substantial changes to the [Experimental] Responses API

Bugs Fixed

  • Fixed the uploading of files fore fine tuning.

Sample Updates

  • Added fine tuning samples.

1.2.0-beta.4

1.2.0-beta.4 (2025-11-17)

Bugs Fixed

  • Fixed an issue preventing telemetry from being logged.

1.2.0-beta.1

1.2.0-beta.1 (2025-11-27)

Features Added

Updated api version to '2025-05-01-preview'.

1.1.0

1.1.0 (2025-11-14)

Features Added

  • Upgraded api-version to '2025-06-01'.
  • Make Azure.ResourceManager.Elastic AOT-compatible.

Bugs Fixed

  • Fixed serialization issue in ElasticCloudDeployment where ElasticsearchServiceUri, KibanaServiceUri, and KibanaSsoUri properties would throw InvalidOperationException when containing relative URIs. Added custom serialization hooks to handle both absolute and relative URIs by using OriginalString for relative URIs instead of AbsoluteUri. This resolves issue #​50974.

1.1.0-beta.4

1.1.0-beta.4 (2025-12-16)

Features Added

  • Upgraded api-version 2025-03-01-preview.
  • Make Azure.ResourceManager.Nginx AOT compatible.

1.1.0-beta.2

1.1.0-beta.2 (2025-11-19)

Features Added

  • Aligned resource types to Microsoft.DeviceRegistry API version 2025-11-01-preview.
  • Added Credentials and Policies resource types from Microsoft.DeviceRegistry OpenAPI spec version 2025-11-01-preview.

1.1.0-beta.1

1.1.0-beta.1 (2025-11-14)

Features Added

  • WebSocket Content Logging: Added comprehensive content logging for WebSocket operations following Azure SDK diagnostic patterns
    • Introduced AzureVoiceLiveEventSource for WebSocket event logging with consistent event IDs and levels
    • Added VoiceLiveWebSocketContentLogger that integrates with Azure SDK DiagnosticsOptions
    • WebSocket connection lifecycle events (open/close) logged at Informational level
    • Message operations (send/receive) logged at Informational level with optional content at Verbose level
    • Error events logged at Warning level with error content at Informational level
    • Content size truncation respects DiagnosticsOptions.LoggedContentSizeLimit
    • Unified event listener experience works alongside Azure.Core HTTP logging
  • Enhanced Samples: Added ContentLoggingSample.cs and UnifiedEventListener.cs demonstrating WebSocket content logging integration

Other Changes

  • Updated test infrastructure with comprehensive content logging test coverage
  • Added test environment configuration for AI Services integration
  • Enhanced WebSocket helper classes to support diagnostic logging

1.0.3-beta.5814383

1.0.3-beta.5814383 (2026-01-29)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.5814063

1.0.3-beta.5814063 (2026-01-29)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.5775447

1.0.3-beta.5775447 (2026-01-20)

Other Changes

  • Release DPG library
  • Add Grow-up story

Commits viewable in compare view.

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Azure.Core
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jan 30, 2026
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