deps: Bump Azure.AI.OpenAI and Azure.Storage.Blobs#20
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Bumps Azure.AI.OpenAI from 1.0.0-beta.12 to 2.1.0 Bumps Azure.Storage.Blobs from 12.19.1 to 12.29.1 --- 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.29.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: azure ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nuget/src/Compost.Web/master/azure-18865c9470
branch
from
July 6, 2026 11:18
76c9edf to
0198df6
Compare
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.4
2.1.0-beta.4 (2026-06-30)
Bugs Fixed
1.60.0
1.60.0 (2026-06-30)
Features Added
AZID0004)DisableMtlsProofOfPossessionproperty toManagedIdentityCredentialOptionsto allow explicit opt-out of mTLS proof-of-possession token acquisition when the underlying requirements are met.Microsoft.Identity.Client.KeyAttestationextension package.Bugs Fixed
DefaultAzureCredentialcould throw anAuthenticationFailedExceptionand stop evaluating the credential chain on hosts without a managed identity — for example, a developer machine running in Visual Studio where the IMDS endpoint (169.254.169.254) is unreachable. WhenManagedIdentityCredentialis part of a chain, a failure to detect the managed identity source/capabilities is now surfaced as aCredentialUnavailableException, allowing the chain to continue to the next credential.1.17.0
1.17.0 (2026-06-23)
Features Added
FileAccessLogsproperty toCacheProperties.Breaking Changes
NetAppCacheResource.PoolChange()now returnsOperation<NetAppCacheResource>instead ofOperationNetAppCacheResource.ResetSmbPassword()now returnsOperation<NetAppCacheResource>instead ofOperationNotSupportedExceptionwhen invoked.NetAppActiveDirectoryConfig*,EntraId*,CheckElastic*, andLdapConfigurationrelated compatibility types.1.16.1
1.16.1 (2026-06-09)
Features Added
Azure.ResourceManager.NetAppAOT-compatible.1.16.0
1.16.0 (2026-06-22)
Features Added
Breaking Changes
Other Changes
1.15.0
1.15.0 (2026-06-29)
Features Added
2025-04-01to2025-11-01.Breaking Changes
Other Changes
1.12.0-beta.1
1.12.0-beta.1 (2026-06-30)
Other Changes
1.10.0
1.10.0 (2026-06-18)
Features Added
Descriptionproperty onConfigurationSettingandConfigurationSnapshotto associate descriptive text with settings and snapshots.SettingFields.DescriptionsoDescriptioncan be requested when retrieving configuration settings.2024-09-01and2026-04-01(default) service API versions.1.8.2
1.8.2 (2026-06-30)
Features Added
Added support for the Microsoft OpenTelemetry distro's SDK statistics: a new internal meter subscription and an AppContext switch (
Azure.Monitor.OpenTelemetry.Exporter.RouteSdkStatsToDistroEndpoint) that lets the distro redirect SDK statistics to its own ingestion path. The ingestion destination and an on/off signal are resolved at startup by fetching a remote configuration; on success the configured destination is used, an explicit remote disable signal turns SDK statistics off, and any other outcome falls back to the existing region-derived ingestion endpoint so SDK statistics keep flowing. The AppContext switch has no effect on Statsbeat for callers that do not opt in.(#59811)
Subscribed the Statsbeat
MeterProviderto the Microsoft OpenTelemetry distro's Network SDKStats meter (MicrosoftOpenTelemetryNetworkSdkStatsMeter) so distro-emitted Network statistics flow through the existing Statsbeat cadence when the distro runs with a non-Azure-Monitor exporter.(#60209)
Subscribed the Statsbeat
MeterProviderto the Microsoft OpenTelemetry distro's Feature SDKStats meter (MicrosoftOpenTelemetryFeatureSdkStatsMeter) so distro-emitted Feature statistics reach the Statsbeat ingestion path. The distro uses an independent, spec-aligned bit map to avoid collisions with the classic Application Insights SDK'sFeatureStatsbeatMeter.(#59529)
Added Network SDKStats reporting, emitting the short-interval Network statistics defined in the Application Insights SDKStats spec on a 15-minute cadence:
Request_Success_Count,Request_Failure_Count,Request_Duration,Retry_Count,Throttle_Count, andException_Count, each with the spec-defined dimensions (includinghost,statusCode, andexceptionType).(#59909, #60018)
Other Changes
computeType,telemetryType,dropCode,dropReason,retryCode,retryReason).(#59902)
1.6.3
1.6.3 (2026-06-13)
Other Changes
1.6.0
1.6.0 (2026-06-18)
Features Added
1.6.0-beta.2
1.6.0-beta.2 (2026-06-12)
Features Added
1.6.0-beta.1
1.6.0-beta.1 (2026-06-17)
Features Added
1.5.0
1.5.0 (2026-06-30)
Features Added
Other Changes
1.5.0-beta.2
1.5.0-beta.2 (2026-06-28)
Other Changes
1.5.0-beta.1
1.5.0-beta.1 (2026-06-15)
Features Added
2026-04-01-preview.1.4.2
1.4.2 (2026-06-06)
Other Changes
1.4.1
1.4.1 (2026-06-15)
Bugs Fixed
JobRunPropertiesdeserialization to handle empty-stringAgentResourceId,SourceResourceId, andTargetResourceIdvalues returned by the service (for example, for cloud-to-cloud jobs that have no agent, or resources in transient states). These previously threw anArgumentExceptionwhile polling job runs.Other Changes
ArmStorageMoverModelFactoryfor existing models (for example,JobDefinitionPatch,ScheduleRecurrence,StorageMoverCredentials, and the endpoint update-property models) to support mocking.1.4.0-beta.5
1.4.0-beta.5 (2026-06-13)
Other Changes
1.4.0-beta.2
1.4.0-beta.2 (2026-06-30)
Other Changes
1.4.0-beta.1
1.4.0-beta.1 (2026-06-16)
Features Added
2026-01-01-preview.Other Changes
1.3.2
1.3.2 (2026-06-23)
Other Changes
1.3.0
1.3.0 (2026-06-13)
Features Added
Other Changes
1.3.0-beta.2
1.3.0-beta.2 (2026-06-30)
Other Changes
1.2.4
1.2.4 (2026-06-13)
Other Changes
1.2.1
1.2.1 (2026-06-06)
Other Changes
1.2.0
1.2.0 (2026-06-17)
Features Added
SharedLimitCapResource,SharedLimitCapCollection, andSharedLimitCapDatafor managing shared compute limit cap configurations per VM family. The resource is scoped per region (/locations/{location}/sharedLimitCaps/{vmFamilyName}).MemberCapOverrideResource,MemberCapOverrideCollection, andMemberCapOverrideDatafor managing per-member subscription cap overrides under aSharedLimitCap.SetMemberCapOverridesaction onSharedLimitCapResource(withComputeLimitSetMemberCapOverridesContent) for replacing the full set of per-member cap overrides in a single call.1.2.0-beta.8
1.2.0-beta.8 (2026-06-30)
Other Changes
1.2.0-beta.6
1.2.0-beta.6 (2026-06-13)
Other Changes
1.2.0-beta.5
1.2.0-beta.5 (2026-06-23)
Other Changes
1.2.0-beta.4
1.2.0-beta.4 (2026-06-28)
Other Changes
1.2.0-beta.3
1.2.0-beta.3 (2026-06-13)
Other Changes
1.2.0-beta.2
1.2.0-beta.2 (2026-06-11)
Bugs Fixed
LLMStats:telemetry entries from the renderedrai_warningsfront matter inToLlmInput.Other Changes
ToLlmInputpage markers from<!-- page N -->to<!-- InputPageNumber: N -->and avoided duplicate marker injection when the service markdown already includesInputPageNumbermarkers.1.2.0-beta.1
1.2.0-beta.1 (2026-06-13)
Features Added
2024-12-01-preview.Other Changes
1.1.3
1.1.3 (2026-06-23)
Other Changes
1.1.2-beta.5
1.1.2-beta.5 (2026-06-30)
Other Changes
1.1.1
1.1.1 (2026-06-06)
Other Changes
1.1.0
1.1.0 (2026-06-13)
Features Added
Upgraded to api-version 2025-10-01.
Other Changes
1.1.0-beta.8
1.1.0-beta.8 (2026-06-30)
Other Changes
1.1.0-beta.2
1.1.0-beta.2 (2026-06-18)
Features Added
VmNamePrefixproperty toComputeFleetPropertiesfor specifying a virtual machine name prefix; only valid whenModeisLaunch.ComputeFleetVmOperationStatus.Launchingenum value.Breaking Changes
ComputeFleetMode.InstancetoComputeFleetMode.Launchto align with the updated service terminology.ComputeFleetVmOperationStatus.CanceledandComputeFleetVmOperationStatus.CancelFailedStatusUnknownenum values.CancelandCancelAsyncoperations fromComputeFleetResource.1.1.0-beta.1
1.1.0-beta.1 (2026-05-28)
Features Added
2026-02-01-preview.MongoClusterNetworkBypassMode.NetworkBypassModetoMongoClusterProperties.NetworkBypassModetoMongoClusterUpdateProperties.1.0.3-beta.6467200
1.0.3-beta.6467200 (2026-06-22)
Features Added
WidgetAnalyticsClientSettingsto support creating aWidgetAnalyticsClientfromIConfiguration, including configuration-based credential resolution and dependency injection registration.1.0.1
1.0.1 (2026-06-23)
Other Changes
1.0.0
1.0.0 (2026-06-16)
Features Added
This is the first stable release of this library.
1.0.0-beta.26
1.0.0-beta.26 (2026-06-28)
Features Added
2.0.0support: added the platform identity header constantsPlatformHeaders.UserId(x-agent-user-id) andPlatformHeaders.FoundryCallId(x-agent-foundry-call-id).FoundryEnvironment.AgentIdexposing the agent's stable GUID from theFOUNDRY_AGENT_IDenvironment variable.FoundryAgentRequestContext(AsyncLocal-backed, never-nullCurrent) that captures the inboundx-agent-foundry-call-id/x-agent-user-idvia an SDK middleware, andFoundryCallIdHandler(aDelegatingHandler) that echoes only the call ID on outbound Foundry-boundHttpClientcalls (x-agent-user-idis never echoed). The .NET analogue of the Python SDK'sget_request_context().Breaking Changes
IsolationContexttoPlatformContext. Its members are nowUserIdKey(fromx-agent-user-id) andCallId(fromx-agent-foundry-call-id), replacingUserIsolationKey/ChatIsolationKey.PlatformHeaders.UserIsolationKey/PlatformHeaders.ChatIsolationKeyconstants withPlatformHeaders.UserIdandPlatformHeaders.FoundryCallIdper container protocol version2.0.0.Commits viewable in compare view.
Updated Azure.Storage.Blobs from 12.19.1 to 12.29.1.
Release notes
Sourced from Azure.Storage.Blobs's releases.
12.29.1
12.29.1 (2026-06-23)
Bugs Fixed
GenerateSasUriandGenerateUserDelegationSasUriconvenience methods on blob clients did not honor theRequestHeadersandRequestQueryParametersproperties, and whereGenerateUserDelegationSasUridid not honorDelegatedUserObjectId, set on the suppliedBlobSasBuilder.ArgumentOutOfRangeExceptionfor empty contentCommits viewable in compare view.