Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Bump Azure.Extensions.AspNetCore.Configuration.Secrets from 1.4.0 to 1.5.1 - #6313

#6313
Merged
premun merged 1 commit into
maindotnet/arcade-services:mainfrom
dependabot/nuget/Azure.Extensions.AspNetCore.Configuration.Secrets-1.5.1dotnet/arcade-services:dependabot/nuget/Azure.Extensions.AspNetCore.Configuration.Secrets-1.5.1Copy head branch name to clipboard
May 20, 2026
Merged

Bump Azure.Extensions.AspNetCore.Configuration.Secrets from 1.4.0 to 1.5.1#6313
premun merged 1 commit into
maindotnet/arcade-services:mainfrom
dependabot/nuget/Azure.Extensions.AspNetCore.Configuration.Secrets-1.5.1dotnet/arcade-services:dependabot/nuget/Azure.Extensions.AspNetCore.Configuration.Secrets-1.5.1Copy head branch name to clipboard

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor

Updated Azure.Extensions.AspNetCore.Configuration.Secrets from 1.4.0 to 1.5.1.

Release notes

Sourced from Azure.Extensions.AspNetCore.Configuration.Secrets's releases.

1.5.1

1.5.1 (2026-04-29)

Other Changes

  • Adopted the new Azure.Core version that includes the identity types moved from Azure.Identity.

1.5.0

1.5.0 (2026-04-30)

Features Added

  • Add ability to specify EnableStandardMetrics and EnablePerformanceCounters
    (#​56438)

Breaking Changes

  • Default Sampler Changed: 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()
    .UseAzureMonitor(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 an issue where Azure Container Apps instances were showing VM instance GUIDs
    instead of replica names in the Role Instance field.
    (#​54586)

1.4.2

1.4.2 (2026-04-28)

Other Changes

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

1.4.1

1.4.1 (2026-04-27)

Other Changes

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

Commits viewable in compare view.

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels May 19, 2026
premun
premun previously approved these changes May 19, 2026
@premun

premun commented May 19, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

…1.5.1

---
updated-dependencies:
- dependency-name: Azure.Extensions.AspNetCore.Configuration.Secrets
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/nuget/Azure.Extensions.AspNetCore.Configuration.Secrets-1.5.1 branch from bc94fda to 4b4060a Compare May 19, 2026 16:46
@premun
premun merged commit 0a75c0d into main May 20, 2026
9 checks passed
@premun
premun deleted the dependabot/nuget/Azure.Extensions.AspNetCore.Configuration.Secrets-1.5.1 branch May 20, 2026 07:42
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.