[nuget] Bump the nuget-deps group with 11 updates#455
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps Azure.AI.Translation.Text from 1.0.0 to 2.0.0 Bumps Azure.Core from 1.55.0 to 1.57.0 Bumps coverlet.collector from 10.0.0 to 10.0.1 Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.26 to 8.0.27 Bumps Microsoft.Extensions.Caching.StackExchangeRedis from 9.0.15 to 9.0.16 Bumps Microsoft.Extensions.Configuration from 9.0.15 to 9.0.16 Bumps Microsoft.Extensions.Configuration.Binder from 9.0.15 to 9.0.16 Bumps Microsoft.Extensions.Configuration.EnvironmentVariables from 9.0.15 to 9.0.16 Bumps Microsoft.Extensions.Configuration.Json from 9.0.15 to 9.0.16 Bumps Microsoft.Extensions.Configuration.UserSecrets from 9.0.15 to 9.0.16 Bumps NUnit from 4.6.0 to 4.6.1 --- updated-dependencies: - dependency-name: Azure.AI.Translation.Text dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-deps - dependency-name: Azure.Core dependency-version: 1.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-deps - dependency-name: coverlet.collector dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: coverlet.collector dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 8.0.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Caching.StackExchangeRedis dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Configuration dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Configuration.Json dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: NUnit dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: NUnit dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Azure.AI.Translation.Text from 1.0.0 to 2.0.0.
Release notes
Sourced from Azure.AI.Translation.Text's releases.
2.0.0
2.0.0 (2026-06-06)
Features Added
TextTranslationClientSettingsto support creating aTextTranslationClientfromIConfiguration, including configuration-based credential resolution and dependency injection registration.TranslationTarget.Toneproperty is now strongly typed asTranslationTone?instead ofstring.TranslationTarget.Genderproperty is now strongly typed asTranslationGender?instead ofstring.Breaking Changes
TranslationTarget.Gradeproperty.TranslationTarget.Tonetype fromstringtoTranslationTone?.TranslationTarget.Gendertype fromstringtoTranslationGender?.1.58.0
1.58.0 (2026-06-04)
Features Added
Bugs Fixed
NullReferenceExceptionthrown byOperation.RehydrateAsync/ArmOperation.RehydrateAsync(and the resulting operation'sUpdateStatusAsync/Value) when the rehydrated long-running operation has completed with a failure.OperationState.FailureandOperationState<T>.Failurenow honor their documented contract and materialize a defaultRequestFailedExceptionfrom the raw response when the caller passesnull, matching the behavior of the non-rehydration polling path.DiagnosticScopeto mark the parentActivityContextas remote (IsRemote = true) when a traceparent is provided viaSetTraceContextorAddLink. The traceparent in these paths is always extracted from an external source (e.g. a messaging broker's application properties), so samplers that distinguish local vs. remote parents — such as theRateLimitedSamplerused by the Azure Monitor OpenTelemetry exporter — can now make correct decisions for activities started from incoming messages.1.57.0
1.57.0 (2026-05-21)
Features Added
RequestContent.Create(BinaryContent)overload that adapts aSystem.ClientModel.BinaryContentinstance into aAzure.Core.RequestContentinstance.SCME0002)AzureCredentialResolverthat resolves Azure token credential sections (e.g.AzureCliCredential,ManagedIdentityCredential,ChainedTokenCredential) intoTokenCredentialinstances.ApiKeyCredentialsections are not claimed — clients dispatch onCredential.CredentialSourcethemselves.SCME0002) extensions onAzure.Identity.ConfigurationExtensions:AddAzureCredentialResolver()onIServiceCollectionandIHostApplicationBuilder— idempotent DI registration.IConfiguration.GetAzureCredentialSettings(sectionName, ...)— returnsCredentialSettings?withTokenProviderpopulated for token sources andKeypopulated for inline ApiKey sources, so a single call site can dispatch on either shape without binding aClientSettings.IConfiguration.GetAzureClientSettings<T>(sectionName, params CredentialResolver[] resolvers)— resolver-aware overload.Credential:Scopeat the credential-section root (the canonical SCM 1.12.0+ location) instead ofCredential:AdditionalProperties:Scope. SCM 1.12.0 reads both locations so existing configs continue to work.Breaking Changes
SCME0002)WithAzureCredentialextension methods onClientSettingsandIClientBuilder. For DI, useAddAzureClient<TClient, TSettings>/AddKeyedAzureClient<TClient, TSettings>(which registerAzureCredentialResolverautomatically), or callAddAzureCredentialResolver()followed byAddClient<TClient, TSettings>/AddKeyedClient<TClient, TSettings>. For standalone scenarios, useIConfiguration.GetAzureClientSettings<T>(...)orIConfiguration.GetAzureCredentialSettings(...).1.56.0
1.56.0 (2026-05-14)
Features Added
TokenRequestCallbackproperty andTokenRequestCallbackContexttype 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
AzureLocation.DenmarkEastfor the Denmark East Azure region.AdditionalQueryParametersproperty toTokenCredentialOptionsto enable forwarding extra query string parameters to MSAL during authentication.Bugs Fixed
AzureDeveloperCliCredentialto correctly parse error messages from Azure Developer CLI v1.23.7 and later, which previously caused raw JSON to surface inAuthenticationFailedExceptioninstead of the underlying error text.1.16.0
1.16.0 (2026-05-01)
Features Added
NetAppBucketResourceand related bucket models, including credential generation and Key Vault integration support.NetAppCacheResourcefor NetApp cache scenarios.NetAppSecretPasswordmodel and Key Vault-backed credential models (e.g.,CertificateKeyVaultDetails,CredentialsKeyVaultDetails,EntraIdKeyVaultConfig,EntraIdKeyVaultConfigPatch).NetAppDayOfWeekenum 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.14.0
1.14.0 (2026-06-03)
Features Added
FileBinaryContenttype for representing a file part within an HTTP request payload, typically as part of amultipart/form-datarequest.MultiPartFormContenttype for buildingmultipart/form-datarequest payloads.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 (experimentalSCME0002).1.13.0
1.13.0 (2026-05-18)
Features Added
CredentialSettings.TokenProviderto hold the resolvedAuthenticationTokenProviderfor the credential.Breaking Changes
IConfiguration.GetCredential(...)renamed toIConfiguration.GetCredentialSettings(...)and its return type changed fromAuthenticationTokenProvider?toCredentialSettings?(experimentalSCME0002).Other Changes
ClientSettings.CredentialProviderwill be removed in a future release; migrate tosettings.Credential.TokenProvider(experimentalSCME0002).1.12.0
1.12.0 (2026-05-12)
Features Added
CredentialSettings.this[string key]indexer for reading custom properties from the credential configuration section.Other Changes
AuthenticationPolicy.Createno longer throws when an ApiKey credential section carries aScopevalue;Scopeis ignored for ApiKey auth.1.11.1
1.11.1 (2026-06-03)
Other Changes
1.11.0
1.11.0 (2026-05-05)
Features Added
CredentialResolverabstract 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 anAuthenticationTokenProviderfor a given configuration section.IConfiguration.GetCredential(...)extension overloads onConfigurationExtensionsthat walk a chain ofCredentialResolverinstances against a named credential section, with optionalconfigureOverridesto mutate the section in-flight.IConfiguration.GetClientSettings<T>(...)extension overloads that bind aClientSettings-derived type and resolve itsCredentialvia the resolver chain.AddCredentialResolver<T>extension methods onIServiceCollectionandIHostApplicationBuilderthat register aCredentialResolveronce per implementation type (idempotent).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 likeWithAzureCredentialexplicitly when a resolver is registered.AuthenticationTokenProviderinstance.Breaking Changes
IClientBuilderno longer inherits fromIHostApplicationBuilder. The internalClientBuilderimplementation now uses composition instead of inheritance.PostConfigurereturn type changed fromIHostApplicationBuildertoIClientBuilder.AddClientandAddKeyedClientcontinue to returnIClientBuilder.1.10.2
1.10.2 (2026-06-01)
Features Added
connectionproperty in Web PubSub trigger and context bindings for backward-compatibility.1.8.1
1.8.1 (2026-05-20)
Features Added
microsoft.gen_ai.main_agent.*attributes from parent spans to child spans and log records, enabling end-to-end tracing of AI agent orchestration.(#59368)
1.8.0
1.8.0 (2026-05-11)
Features Added
1.7.0
1.7.0 (2026-05-22)
Features Added
2025-06-01to2025-08-01. Tag details available at https://github.com/Azure/azure-rest-api-specs/tree/dddcb1f2f0131aa15cc761624959063f2e197b57/specification/storage/Storage.Management.StorageAccountAccessTier.Smartaccess tier (requires zone-redundant storage).AllowedCopyScope.Allvalue.TagsReplicationEnabledonObjectReplicationPolicyData.StaticWebsiteproperty onBlobServiceDatawithDefaultIndexDocumentPath.StorageConnectorResourcefor managing storage connectors.StorageDataShareResourcefor managing storage data shares.StopAssignmentoperation onStorageTaskAssignmentResource.AllowSharedKeyAccessForServicesproperty on storage account create/update.DataCollaborationPolicyPropertiesproperty on storage account create/update.TaskExecutionTriggerType.MockRuntrigger type.1.6.3
1.6.3 (2026-05-08)
Bugs Fixed
net8.0target of this package and itsMicrosoft.AspNetCore.DataProtectiondependency, which does not offer anet8.0asset in the 10.x version. The dependency now resolves to version 8.0.26 when targetingnet8.0, ensuring consumers receive a framework-compatible asset and eliminating the associated dependency warnings.1.6.1
1.6.1 (2026-06-02)
Other Changes
1.6.0-beta.1
1.6.0-beta.1 (2026-06-02)
Features Added
Other Changes
1.5.3
1.5.3 (2026-05-08)
Bugs Fixed
net8.0target of this package and itsMicrosoft.AspNetCore.DataProtectiondependency, which does not offer anet8.0asset in the 10.x version. The dependency now resolves to version 8.0.26 when targetingnet8.0, ensuring consumers receive a framework-compatible asset and eliminating the associated dependency warnings.1.5.0
1.5.0 (2026-04-30)
Features Added
(#56438)
Breaking Changes
ApplicationInsightsSamplerwith 100% sampling (all traces sampled) toRateLimitedSamplerwith 5.0 traces per second. This change significantlyreduces 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:
Bugs Fixed
instead of replica names in the Role Instance field.
(#54586)
1.5.0-beta.1
1.5.0-beta.1 (2026-05-27)
Features Added
AssignmentRestrictionsproperty.1.4.1
1.4.1 (2026-06-03)
Other Changes
1.4.1-beta.5
1.4.1-beta.5 (2026-05-26)
Bugs Fixed
1.4.0-beta.1
1.4.0-beta.1 (2026-05-07)
Features Added
1.3.0-beta.2
1.3.0-beta.2 (2026-06-03)
Features Added
Azure.ResourceManager.DeviceProvisioningServicesAOT-compatible.Other Changes
1.2.2
1.2.2 (2026-04-29)
Other Changes
Azure.Coreto1.54.0.Azure.ResourceManagerto1.14.0.1.2.0
1.2.0 (2026-05-26)
Features Added
2025-07-15.2025-07-15API.Breaking Changes
2025-07-15service contract.Bugs Fixed
Other Changes
1.2.0-beta.4
1.2.0-beta.4 (2026-05-14)
Features Added
VMSizeProfile.Rankas optionalZoneAllocationPolicy.DistributionStrategyas requiredZonePreference.Rankas optional1.2.0-beta.3
1.2.0-beta.3 (2026-05-01)
Features Added
2026-03-01-previewto2026-04-15-preview.baseProfile->virtualMachineBaseProfilewith strongly-typed model for validationresourceOverrides->virtualMachineOverrideswith strongly-typed model for validation1.2.0-beta.2
1.2.0-beta.2 (2026-06-04)
Features Added
Other Changes
1.2.0-beta.1
1.2.0-beta.1 (2026-05-29)
Features Added
1.1.7
1.1.7 (2026-06-02)
Other Changes
1.1.2
1.1.2 (2026-04-29)
Other Changes
Azure.Coreto1.54.0.Azure.ResourceManagerto1.14.0.1.1.0
1.1.0 (2026-06-02)
Other Changes
1.1.0-beta.4
1.1.0-beta.4 (2026-05-13)
Features Added
BinaryDatawith newRequireApprovalOptiontyped property onVoiceLiveMcpServerDefinition.RequireApproval. Customers can now set approval directly (server.RequireApproval = MCPApprovalType.Never) instead of usingBinaryData.FromObjectAsJson().System.Diagnostics.ActivitySourcenamed"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.gen_ai.client.operation.durationandgen_ai.client.token.usagemetrics via aSystem.Diagnostics.Metrics.Meternamed"Azure.AI.VoiceLive"in compliance with GenAI semantic conventions.Breaking Changes
VoiceLiveMcpServerDefinition.RequireApprovalproperty type changed fromBinaryDatatoRequireApprovalOption.Bugs Fixed
MCPApprovalTypeserialization so thatrequire_approvalcorrectly serializes to"never"on the wire. Previously, usingBinaryData.FromObjectAsJson(MCPApprovalType.Never)silently produced an empty object{}, causing the service to treat it as"always"and send unexpected approval requests.1.1.0-beta.1
1.1.0-beta.1 (2026-06-03)
Features Added
Updated to api version 2025-12-26-preview.
Other Changes
1.0.3
1.0.3 (2026-04-29)
Other Changes
Azure.Coreto1.54.0.Azure.ResourceManagerto1.14.0.1.0.3-beta.6258655
1.0.3-beta.6258655 (2026-05-06)
Features Added
WidgetAnalyticsClientSettingsto support creating aWidgetAnalyticsClientfromIConfiguration, including configuration-based credential resolution and dependency injection registration.1.0.2
1.0.2 (2026-04-29)
Other Changes
Azure.Coreto1.54.0.Azure.ResourceManagerto1.14.0.1.0.1
1.0.1 (2026-04-29)
Other Changes
Azure.Coreto1.54.0.Azure.ResourceManagerto1.14.0.Commits viewable in compare view.
Updated Azure.Core from 1.55.0 to 1.57.0.
Release notes
Sourced from Azure.Core's releases.
1.57.0
1.57.0 (2026-05-21)
Features Added
RequestContent.Create(BinaryContent)overload that adapts aSystem.ClientModel.BinaryContentinstance into aAzure.Core.RequestContentinstance.SCME0002)AzureCredentialResolverthat resolves Azure token credential sections (e.g.AzureCliCredential,ManagedIdentityCredential,ChainedTokenCredential) intoTokenCredentialinstances.ApiKeyCredentialsections are not claimed — clients dispatch onCredential.CredentialSourcethemselves.SCME0002) extensions onAzure.Identity.ConfigurationExtensions:AddAzureCredentialResolver()onIServiceCollectionandIHostApplicationBuilder— idempotent DI registration.IConfiguration.GetAzureCredentialSettings(sectionName, ...)— returnsCredentialSettings?withTokenProviderpopulated for token sources andKeypopulated for inline ApiKey sources, so a single call site can dispatch on either shape without binding aClientSettings.IConfiguration.GetAzureClientSettings<T>(sectionName, params CredentialResolver[] resolvers)— resolver-aware overload.Credential:Scopeat the credential-section root (the canonical SCM 1.12.0+ location) instead ofCredential:AdditionalProperties:Scope. SCM 1.12.0 reads both locations so existing configs continue to work.Breaking Changes
SCME0002)WithAzureCredentialextension methods onClientSettingsandIClientBuilder. For DI, useAddAzureClient<TClient, TSettings>/AddKeyedAzureClient<TClient, TSettings>(which registerAzureCredentialResolverautomatically), or callAddAzureCredentialResolver()followed byAddClient<TClient, TSettings>/AddKeyedClient<TClient, TSettings>. For standalone scenarios, useIConfiguration.GetAzureClientSettings<T>(...)orIConfiguration.GetAzureCredentialSettings(...).1.56.0
1.56.0 (2026-05-14)
Features Added
TokenRequestCallbackproperty andTokenRequestCallbackContexttype to MSAL-backed credential options to allow customizing token request body parameters before they are sent to the identity provider.Commits viewable in compare view.
Updated coverlet.collector from 10.0.0 to 10.0.1.
Release notes
Sourced from coverlet.collector's releases.
10.0.1
Improvements
Fixed
Maintenance
Diff between 10.0.0 and 10.0.1
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Mvc.Testing from 8.0.26 to 8.0.27.
Release notes
Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.
8.0.27
Release
What's Changed
73a63eatod72f9c8by @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest from73a63eatod72f9c8dotnet/aspnetcore#66087Full Changelog: dotnet/aspnetcore@v8.0.26...v8.0.27
Commits viewable in compare view.
Updated Microsoft.Extensions.Caching.StackExchangeRedis from 9.0.15 to 9.0.16.
Release notes
Sourced from Microsoft.Extensions.Caching.StackExchangeRedis's releases.
9.0.16
Release
What's Changed
73a63eatod72f9c8by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from73a63eatod72f9c8dotnet/aspnetcore#66088Full Changelog: dotnet/aspnetcore@v9.0.15...v9.0.16
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration from 9.0.15 to 9.0.16.
Release notes
Sourced from Microsoft.Extensions.Configuration's releases.
9.0.16
Release
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.Binder from 9.0.15 to 9.0.16.
Release notes
Sourced from Microsoft.Extensions.Configuration.Binder's releases.
9.0.16
Release
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.EnvironmentVariables from 9.0.15 to 9.0.16.
Release notes
Sourced from Microsoft.Extensions.Configuration.EnvironmentVariables's releases.
9.0.16
Release
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.Json from 9.0.15 to 9.0.16.
Release notes
Sourced from Microsoft.Extensions.Configuration.Json's releases.
9.0.16
Release
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.UserSecrets from 9.0.15 to 9.0.16.
Release notes
Sourced from Microsoft.Extensions.Configuration.UserSecrets's releases.
9.0.16
Release
Commits viewable in compare view.
Updated NUnit from 4.6.0 to 4.6.1.
Release notes
Sourced from NUnit's releases.
4.6.1
See release notes for details.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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