Skip to content

deps: Bump the azure group with 2 updates#13

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/src/Compost.Web/master/azure-a0d79f1d54
Open

deps: Bump the azure group with 2 updates#13
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/src/Compost.Web/master/azure-a0d79f1d54

Conversation

@dependabot
Copy link
Copy Markdown

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

Updated Azure.AI.OpenAI from 1.0.0-beta.12 to 2.1.0.

Release notes

Sourced from Azure.AI.OpenAI's releases.

2.1.0-beta.2

2.1.0-beta.2 (2026-05-14)

Features Added

  • Added ResponsesToolboxSearchPreviewTool for discovering deferred tools via search_tools queries at runtime.
  • Added Name and Description properties to Responses tool classes.
  • Added new method GetProjectResponsesClientForAgentEndpoint on the ProjectOpenAIClient.

Breaking Changes

  • ComputerScreenshotImage property ImageUrl was renamed to ImageUri.
  • ResponsesAutoCodeInterpreterToolParam property Type was renamed to Kind.
  • ResponsesAzureAISearchTool property AzureAiSearch was renamed to AzureAISearch.
  • ResponsesAzureFunctionBinding property Type was renamed to Kind.
  • ResponsesBingGroundingSearchConfiguration property SetLang was renamed to Language.
  • ResponsesCustomToolParam property DeferLoading was renamed to ShouldDeferLoading.
  • ResponsesFunctionToolParam property DeferLoading was renamed to ShouldDeferLoading.
  • ResponsesFunctionToolParam property Strict was renamed to IsStrict.
  • ResponsesFunctionCallOutputStatusEnum was renamed to ResponsesFunctionCallOutputStatus.
  • ResponsesMCPToolFilter property ReadOnly was renamed to IsReadOnly.
  • ResponsesMemorySearchPreviewTool property UpdateDelay was renamed to UpdateDelayInSeconds.
  • ResponsesOpenApiFunctionDefinition property Spec was renamed to Specification.
  • ResponsesOpenApiTool property Openapi was renamed to OpenApi.
  • ResponsesStructuredOutputDefinition property Strict was renamed to IsStrict.
  • ResponsesWebSearchApproximateLocation property Type was renamed to Kind.

1.56.0

1.56.0 (2026-05-14)

Features Added

  • Added experimental TokenRequestCallback property and TokenRequestCallbackContext type to MSAL-backed credential options to allow customizing token request body parameters before they are sent to the identity provider.

1.55.0

1.55.0 (2026-05-05)

Features Added

  • Added AzureLocation.DenmarkEast for the Denmark East Azure region.
  • Added experimental AdditionalQueryParameters property to TokenCredentialOptions to enable forwarding extra query string parameters to MSAL during authentication.

Bugs Fixed

  • Fixed AzureDeveloperCliCredential to correctly parse error messages from Azure Developer CLI v1.23.7 and later, which previously caused raw JSON to surface in AuthenticationFailedException instead of the underlying error text.

1.16.0

1.16.0 (2026-05-01)

Features Added

  • Upgraded api-version tag from 'package-2025-12-01' to 'package-2026-01-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/c5044e9d381c2bf1b3119011b4696e777f819f76/specification/netapp/resource-manager/Microsoft.NetApp/NetApp/readme.md.
  • Added NetAppBucketResource and related bucket models, including credential generation and Key Vault integration support.
  • Added NetAppCacheResource for NetApp cache scenarios.
  • Added NetAppSecretPassword model and Key Vault-backed credential models (e.g., CertificateKeyVaultDetails, CredentialsKeyVaultDetails, EntraIdKeyVaultConfig, EntraIdKeyVaultConfigPatch).
  • Added NetAppDayOfWeek enum and additional supporting models and enums (e.g., file system user, NFS user, SMB settings, peering passphrases, origin cluster information, change-zone content; policy/encryption/credential/breakthrough/volume-size/snapshot/Kerberos/global-file-locking/large-volume/SMB-encryption/CIFS-change-notify/write-back/LDAP/certificate-conflict/snapshot-directory-visibility/external-replication enums).

1.12.0

1.12.0 (2026-05-12)

Features Added

  • Added CredentialSettings.this[string key] indexer for reading custom properties from the credential configuration section.

Other Changes

  • AuthenticationPolicy.Create no longer throws when an ApiKey credential section carries a Scope value; Scope is ignored for ApiKey auth.

1.11.0

1.11.0 (2026-05-05)

Features Added

  • Added CredentialResolver abstract class — an extensibility hook that lets credential providers participate in the configuration-driven credential resolution pipeline. Resolvers are invoked in registration order until one produces an AuthenticationTokenProvider for a given configuration section.
  • Added IConfiguration.GetCredential(...) extension overloads on ConfigurationExtensions that walk a chain of CredentialResolver instances against a named credential section, with optional configureOverrides to mutate the section in-flight.
  • Added IConfiguration.GetClientSettings<T>(...) extension overloads that bind a ClientSettings-derived type and resolve its Credential via the resolver chain.
  • Added AddCredentialResolver<T> extension methods on IServiceCollection and IHostApplicationBuilder that register a CredentialResolver once per implementation type (idempotent).
  • The DI AddClient<TClient, TSettings> / AddKeyedClient<TClient, TSettings> paths now auto-resolve credentials from the registered resolver chain, so callers no longer need to wire up provider-specific helpers like WithAzureCredential explicitly when a resolver is registered.
  • Resolving the same credential section more than once returns the same AuthenticationTokenProvider instance.

Breaking Changes

  • IClientBuilder no longer inherits from IHostApplicationBuilder. The internal ClientBuilder implementation now uses composition instead of inheritance. PostConfigure return type changed from IHostApplicationBuilder to IClientBuilder. AddClient and AddKeyedClient continue to return IClientBuilder.

1.8.0

1.8.0 (2026-04-29)

Other Changes

  • Pulled in OpenTelemetry dependency updates.

1.6.3

1.6.3 (2026-05-08)

Bugs Fixed

  • Fixed a misalignment between the explicit net8.0 target of this package and its Microsoft.AspNetCore.DataProtection dependency, which does not offer a net8.0 asset in the 10.x version. The dependency now resolves to version 8.0.26 when targeting net8.0, ensuring consumers receive a framework-compatible asset and eliminating the associated dependency warnings.

1.6.2

1.6.2 (2026-04-28)

Other Changes

1.5.3

1.5.3 (2026-05-08)

Bugs Fixed

  • Fixed a misalignment between the explicit net8.0 target of this package and its Microsoft.AspNetCore.DataProtection dependency, which does not offer a net8.0 asset in the 10.x version. The dependency now resolves to version 8.0.26 when targeting net8.0, ensuring consumers receive a framework-compatible asset and eliminating the associated dependency warnings.

1.5.2

1.5.2 (2026-04-28)

Other Changes

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.

1.4.0-beta.1

1.4.0-beta.1 (2026-05-07)

Features Added

  • Upgraded api-version to 2026-01-31-preview.

1.3.1

1.3.1 (2026-04-29)

Other Changes

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

1.3.0-beta.1

1.3.0-beta.1 (2026-04-29)

Other Changes

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

1.2.3

1.2.3 (2026-04-28)

Other Changes

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

1.2.2

1.2.2 (2026-04-28)

Other Changes

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

1.2.0

1.2.0 (2026-04-27)

Other Changes

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

1.2.0-beta.7

1.2.0-beta.7 (2026-04-29)

Other Changes

  • Remove VersionOverrides for IotHub and Logic in SecurityCenter tests
  • Upgraded dependent Azure.Core to 1.54.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.2.0-beta.4

1.2.0-beta.4 (2026-05-14)

Features Added

  • Make VMSizeProfile.Rank as optional
  • Make ZoneAllocationPolicy.DistributionStrategy as required
  • Make ZonePreference.Rank as optional

1.2.0-beta.3

1.2.0-beta.3 (2026-04-28)

Other Changes

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

1.2.0-beta.1

1.2.0-beta.1 (2026-04-28)

Features Added

  • Upgraded API version to 2025-10-01-preview.
  • Added support for PrivateEndpointConnection and PrivateLinkResource resource types.
  • Added support for operation status and operation result queries.
  • Added CorsRules property on MapsAccountProperties and MapsAccountPatch as the preferred way to access CORS rules.

Other Changes

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

1.1.3

1.1.3 (2026-04-27)

Other Changes

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

1.1.2

1.1.2 (2026-04-27)

Other Changes

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

1.1.2-beta.3

1.1.2-beta.3 (2026-04-29)

Other Changes

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

1.1.0-beta.6

1.1.0-beta.6 (2026-04-29)

Other Changes

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

1.1.0-beta.4

1.1.0-beta.4 (2026-05-13)

Features Added

  • Replaced BinaryData with new RequireApprovalOption typed property on VoiceLiveMcpServerDefinition.RequireApproval. Customers can now set approval directly (server.RequireApproval = MCPApprovalType.Never) instead of using BinaryData.FromObjectAsJson().
  • Added OpenTelemetry distributed tracing support. The SDK now emits spans via System.Diagnostics.ActivitySource named "Azure.AI.VoiceLive" — no extra instrumentation package required. Spans include standard GenAI semantic convention attributes such as token usage, first-token latency, turn count, and interruption count.
  • Added OpenTelemetry metrics support. The SDK now emits gen_ai.client.operation.duration and gen_ai.client.token.usage metrics via a System.Diagnostics.Metrics.Meter named "Azure.AI.VoiceLive" in compliance with GenAI semantic conventions.

Breaking Changes

  • VoiceLiveMcpServerDefinition.RequireApproval property type changed from BinaryData to RequireApprovalOption.

Bugs Fixed

  • Fixed MCPApprovalType serialization so that require_approval correctly serializes to "never" on the wire. Previously, using BinaryData.FromObjectAsJson(MCPApprovalType.Never) silently produced an empty object {}, causing the service to treat it as "always" and send unexpected approval requests.

1.0.3

1.0.3 (2026-04-29)

Other Changes

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

1.0.3-beta.6258655

1.0.3-beta.6258655 (2026-05-06)

Features Added

  • Added WidgetAnalyticsClientSettings to support creating a WidgetAnalyticsClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.

1.0.2

1.0.2 (2026-04-29)

Other Changes

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

1.0.1

1.0.1 (2026-04-27)

Other Changes

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

1.0.0

1.0.0 (2026-03-01)

Other Changes

GA release, see migration guide if migrating from Microsoft.Azure.Batch

Breaking Changes

Removed Types:

  • Removed AuthenticationTokenSettings
  • Removed BatchAccessScope

Removed Properties:

  • Removed AuthenticationTokenSettings from BatchJobManagerTask
  • Removed AuthenticationTokenSettings from BatchTask
  • Removed AuthenticationTokenSettings from BatchTaskCreateOptions

Renamed Properties:

  • BatchJobDisableOptions.DisableTasks renamed to BatchJobDisableOptions.JobOption
  • BatchJobScheduleConfiguration.DoNotRunUntil renamed to BatchJobScheduleConfiguration.DoNotRunBefore
  • BatchJobScheduleStatistics.WallClockTime renamed to BatchJobScheduleStatistics.Duration
  • BatchOsDisk.WriteAcceleratorEnabled renamed to BatchOsDisk.IsWriteAcceleratorEnabled
  • BatchPoolLifetimeOption.JobSchedule renamed to BatchPoolLifetimeOption.JobScheduleOption
  • BatchPoolLifetimeOption.Job renamed to BatchPoolLifetimeOption.JobOption
  • RollingUpgradePolicy.EnableCrossZoneUpgrade renamed to RollingUpgradePolicy.IsCrossZoneUpgradeEnabled
  • SecurityProfile.EncryptionAtHost renamed to SecurityProfile.IsEncryptedAtHost
  • VMExtension.AutoUpgradeMinorVersion renamed to VMExtension.ShouldAutoUpgradeMinorVersion
  • VMExtension.EnableAutomaticUpgrade renamed to VMExtension.IsAutomaticUpgradeEnabled
  • BatchFileProperties.FileUrl (type string) renamed to BatchFileProperties.FileUri (type Uri).
  • DiskCustomerManagedKey.KeyUrl renamed to DiskCustomerManagedKey.KeyUri.

Renamed Types:

  • NameValuePair renamed to BatchNameValuePair
  • HostEndpointSettingsModeTypes renamed to HostEndpointSettingsModeType

Renamed Methods (all BatchClient methods):

  • GetJobsFromSchedules renamed to GetJobsFromSchedule
  • GetJobsFromSchedulesAsync renamed to GetJobsFromScheduleAsync

Renamed Parameters (all BatchClient methods):

  • timeOutInSeconds renamed to timeout
  • ocpDate renamed to requestDate
  • maxresults renamed to maxResults
  • parameters renamed to options (on TerminateJob, DeallocateNode)

Changed Parameters (all BatchClient methods):

  • StartNode/StartNodeAsync: RequestContext context changed to CancellationToken cancellationToken
  • StopPoolResize/StopPoolResizeAsync: RequestContext context changed to CancellationToken cancellationToken

Changed Property Types:
... (truncated)

Commits viewable in compare view.

Updated Azure.Storage.Blobs from 12.19.1 to 12.28.0.

Release notes

Sourced from Azure.Storage.Blobs's releases.

12.28.0

12.28.0 (2026-05-12)

Features Added

  • Includes all features from 12.28.0-beta.1

Bugs Fixed

  • Fixed issue where the TokenRequestContext.Scopes contained a double slash (e.g. https://storage.azure.com//.default) when using TokenCredential authentication. (#​58295)

12.27.0

12.27.0 (2026-05-12)

Bugs Fixed

  • Fixed issue where the TokenRequestContext.Scopes contained a double slash (e.g. https://storage.azure.com//.default) when using TokenCredential authentication. (#​58295)

12.26.0

12.26.0 (2026-05-12)

Features Added

  • Includes all features from 12.26.0-beta.1

Bugs Fixed

  • Fixed issue where the TokenRequestContext.Scopes contained a double slash (e.g. https://storage.azure.com//.default) when using TokenCredential authentication. (#​58295)

12.25.0

12.25.0 (2026-05-12)

Features Added

  • Includes all features from 12.25.0-beta.1

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

Bumps Azure.AI.OpenAI from 1.0.0-beta.12 to 2.1.0
Bumps Azure.Storage.Blobs from 12.19.1 to 12.28.0

---
updated-dependencies:
- dependency-name: Azure.AI.OpenAI
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: azure
- dependency-name: Azure.Storage.Blobs
  dependency-version: 12.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 18, 2026

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants