deps: Bump the azure group with 2 updates#13
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
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>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
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.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
ResponsesToolboxSearchPreviewToolfor discovering deferred tools viasearch_toolsqueries at runtime.NameandDescriptionproperties to Responses tool classes.GetProjectResponsesClientForAgentEndpointon theProjectOpenAIClient.Breaking Changes
ComputerScreenshotImagepropertyImageUrlwas renamed toImageUri.ResponsesAutoCodeInterpreterToolParampropertyTypewas renamed toKind.ResponsesAzureAISearchToolpropertyAzureAiSearchwas renamed toAzureAISearch.ResponsesAzureFunctionBindingpropertyTypewas renamed toKind.ResponsesBingGroundingSearchConfigurationpropertySetLangwas renamed toLanguage.ResponsesCustomToolParampropertyDeferLoadingwas renamed toShouldDeferLoading.ResponsesFunctionToolParampropertyDeferLoadingwas renamed toShouldDeferLoading.ResponsesFunctionToolParampropertyStrictwas renamed toIsStrict.ResponsesFunctionCallOutputStatusEnumwas renamed toResponsesFunctionCallOutputStatus.ResponsesMCPToolFilterpropertyReadOnlywas renamed toIsReadOnly.ResponsesMemorySearchPreviewToolpropertyUpdateDelaywas renamed toUpdateDelayInSeconds.ResponsesOpenApiFunctionDefinitionpropertySpecwas renamed toSpecification.ResponsesOpenApiToolpropertyOpenapiwas renamed toOpenApi.ResponsesStructuredOutputDefinitionpropertyStrictwas renamed toIsStrict.ResponsesWebSearchApproximateLocationpropertyTypewas renamed toKind.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.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.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.8.0
1.8.0 (2026-04-29)
Other Changes
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.2
1.6.2 (2026-04-28)
Other Changes
Microsoft.AspNetCore.DataProtectiondependency to 10.0.7 to mitigate GHSA-37gx-xxp4-5rgx and GHSA-w3x6-4m5h-cxqf.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.2
1.5.2 (2026-04-28)
Other Changes
Microsoft.AspNetCore.DataProtectiondependency to 10.0.7 to mitigate GHSA-37gx-xxp4-5rgx and GHSA-w3x6-4m5h-cxqf.1.5.1
1.5.1 (2026-04-29)
Other Changes
Azure.Coreversion that includes the identity types moved fromAzure.Identity.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.4.2
1.4.2 (2026-04-28)
Other Changes
Azure.Coreto 1.54.0.Azure.ResourceManagerto 1.14.0.1.4.1
1.4.1 (2026-04-27)
Other Changes
Azure.Coreto 1.54.0.Azure.ResourceManagerto 1.14.0.1.4.0-beta.1
1.4.0-beta.1 (2026-05-07)
Features Added
1.3.1
1.3.1 (2026-04-29)
Other Changes
Azure.Coreto1.54.0.Azure.ResourceManagerto1.14.0.1.3.0-beta.1
1.3.0-beta.1 (2026-04-29)
Other Changes
Azure.Coreto1.54.0.Azure.ResourceManagerto1.14.0.1.2.3
1.2.3 (2026-04-28)
Other Changes
Azure.Coreto 1.54.0.Azure.ResourceManagerto 1.14.0.1.2.2
1.2.2 (2026-04-28)
Other Changes
Azure.Coreto 1.54.0.Azure.ResourceManagerto 1.14.0.1.2.0
1.2.0 (2026-04-27)
Other Changes
Azure.Coreto 1.54.0.Azure.ResourceManagerto 1.14.0.1.2.0-beta.7
1.2.0-beta.7 (2026-04-29)
Other Changes
Azure.Coreto1.54.0.Azure.ResourceManagerto1.14.0.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-04-28)
Other Changes
Azure.Coreto 1.54.0.Azure.ResourceManagerto 1.14.0.1.2.0-beta.1
1.2.0-beta.1 (2026-04-28)
Features Added
2025-10-01-preview.PrivateEndpointConnectionandPrivateLinkResourceresource types.CorsRulesproperty onMapsAccountPropertiesandMapsAccountPatchas the preferred way to access CORS rules.Other Changes
Azure.Coreto 1.54.0.Azure.ResourceManagerto 1.14.0.1.1.3
1.1.3 (2026-04-27)
Other Changes
Azure.Coreto 1.54.0.Azure.ResourceManagerto 1.14.0.1.1.2
1.1.2 (2026-04-27)
Other Changes
Azure.Coreto 1.54.0.Azure.ResourceManagerto 1.14.0.1.1.2-beta.3
1.1.2-beta.3 (2026-04-29)
Other Changes
Azure.Coreto1.54.0.Azure.ResourceManagerto1.14.0.1.1.0-beta.6
1.1.0-beta.6 (2026-04-29)
Other Changes
Azure.Coreto1.54.0.Azure.ResourceManagerto1.14.0.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.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-27)
Other Changes
Azure.Coreto 1.54.0.Azure.ResourceManagerto 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:
AuthenticationTokenSettingsBatchAccessScopeRemoved Properties:
AuthenticationTokenSettingsfromBatchJobManagerTaskAuthenticationTokenSettingsfromBatchTaskAuthenticationTokenSettingsfromBatchTaskCreateOptionsRenamed Properties:
BatchJobDisableOptions.DisableTasksrenamed toBatchJobDisableOptions.JobOptionBatchJobScheduleConfiguration.DoNotRunUntilrenamed toBatchJobScheduleConfiguration.DoNotRunBeforeBatchJobScheduleStatistics.WallClockTimerenamed toBatchJobScheduleStatistics.DurationBatchOsDisk.WriteAcceleratorEnabledrenamed toBatchOsDisk.IsWriteAcceleratorEnabledBatchPoolLifetimeOption.JobSchedulerenamed toBatchPoolLifetimeOption.JobScheduleOptionBatchPoolLifetimeOption.Jobrenamed toBatchPoolLifetimeOption.JobOptionRollingUpgradePolicy.EnableCrossZoneUpgraderenamed toRollingUpgradePolicy.IsCrossZoneUpgradeEnabledSecurityProfile.EncryptionAtHostrenamed toSecurityProfile.IsEncryptedAtHostVMExtension.AutoUpgradeMinorVersionrenamed toVMExtension.ShouldAutoUpgradeMinorVersionVMExtension.EnableAutomaticUpgraderenamed toVMExtension.IsAutomaticUpgradeEnabledBatchFileProperties.FileUrl(typestring) renamed toBatchFileProperties.FileUri(typeUri).DiskCustomerManagedKey.KeyUrlrenamed toDiskCustomerManagedKey.KeyUri.Renamed Types:
NameValuePairrenamed toBatchNameValuePairHostEndpointSettingsModeTypesrenamed toHostEndpointSettingsModeTypeRenamed Methods (all
BatchClientmethods):GetJobsFromSchedulesrenamed toGetJobsFromScheduleGetJobsFromSchedulesAsyncrenamed toGetJobsFromScheduleAsyncRenamed Parameters (all
BatchClientmethods):timeOutInSecondsrenamed totimeoutocpDaterenamed torequestDatemaxresultsrenamed tomaxResultsparametersrenamed tooptions(onTerminateJob,DeallocateNode)Changed Parameters (all
BatchClientmethods):StartNode/StartNodeAsync:RequestContext contextchanged toCancellationToken cancellationTokenStopPoolResize/StopPoolResizeAsync:RequestContext contextchanged toCancellationToken cancellationTokenChanged 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
Bugs Fixed
TokenRequestContext.Scopescontained a double slash (e.g.https://storage.azure.com//.default) when usingTokenCredentialauthentication. (#58295)12.27.0
12.27.0 (2026-05-12)
Bugs Fixed
TokenRequestContext.Scopescontained a double slash (e.g.https://storage.azure.com//.default) when usingTokenCredentialauthentication. (#58295)12.26.0
12.26.0 (2026-05-12)
Features Added
Bugs Fixed
TokenRequestContext.Scopescontained a double slash (e.g.https://storage.azure.com//.default) when usingTokenCredentialauthentication. (#58295)12.25.0
12.25.0 (2026-05-12)
Features Added
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