Bump Azure.Core and Azure.Security.KeyVault.Secrets #11
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.Core from 1.0.0 to 1.46.2.
Release notes
Sourced from Azure.Core's releases.
1.16.0
1.16.0 (2025-09-09)
Features Added
DefaultAzureCredentialconstructor that accepts a custom environment variable name for credential configuration. This provides flexibility beyond the defaultAZURE_TOKEN_CREDENTIALSenvironment variable. The constructor accepts any environment variable name and uses the same credential selection logic as the existingAZURE_TOKEN_CREDENTIALSprocessing.DefaultAzureCredential.DefaultEnvironmentVariableNameconstant property that returns"AZURE_TOKEN_CREDENTIALS"for convenience when referencing the default environment variable name.AzureCliCredential,AzurePowerShellCredential, andAzureDeveloperCliCredentialnow throw anAuthenticationFailedExceptionwhen theTokenRequestContextincludes claims, as these credentials do not support claims challenges. The exception message includes guidance for handling such scenarios.AZURE_TOKEN_CREDENTIALSor the equivalent custom environment variable is configured toManagedIdentityCredential, theDefaultAzureCredentialdoes not issue a probe request and performs retries with exponential backoff.Bugs Fixed
AzureDeveloperCliCredentialhanging when theAZD_DEBUGenvironment variable is set by adding the--no-promptflag to prevent interactive prompts (#52005).BrokerCredentialis now included in the chain whenAZURE_TOKEN_CREDENTIALSis set todev.DefaultAzureCredentialthat caused the credential chain to be constructed incorrectly when using AZURE_TOKEN_CREDENTIALS in combination withDefaultAzureCredentialOptions.Other Changes
BrokerCredentialis now always included in theDefaultAzureCredentialchain. If theAzure.Identity.Brokerpackage is not referenced, an exception will be thrown whenGetTokenis called, making its behavior consistent with the rest of the credentials in the chain.Microsoft.Identity.Clientdependency to version 4.76.0.Microsoft.Identity.Client.Extensions.Msaldependency to version 4.76.0.1.15.0
1.15.0 (2025-08-07)
Breaking Changes
Behavioral Breaking Changes
SharedTokenCacheCredential. The supporting credential (SharedTokenCacheCredential) was a legacy mechanism for authenticating clients using credentials provided to Visual Studio. For brokered authentication, consider usingInteractiveBrowserCredentialinstead. The following changes have been made:SharedTokenCacheCredentialclass is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]SharedTokenCacheCredentialOptionsclass is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]DefaultAzureCredentialOptions.ExcludeSharedTokenCacheCredentialproperty is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]SharedTokenCacheUsernameproperty is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]SharedTokenCacheCredentialis no longer included in theDefaultAzureCredentialauthentication flowBugs Fixed
AdditionallyAllowedTenantsvalues which will now be matched against tenant IDs without case sensitivity, making the authentication more resilient to case differences in tenant IDs returned from WWW-Authenticate challenges (#51693).Other Changes
BrokerAuthenticationCredentialhas been renamed asBrokerCredential.Added the
EditorBrowsable(Never)attribute to propertyVisualStudioCodeTenantIdasTenantIdis preferred. TheVisualStudioCodeTenantIdproperty exists only to provide backwards compatibility.1.13.0
1.13.0 (2025-09-22)
Other Changes
1.12.0
1.12.0 (2025-08-25)
Features Added
customThroughputMibpstoCapacityPoolDataFlexibletoNetAppFileServiceLevelSplitCloneFromParenttoNetAppVolumeResourceto convert clone volume to an independent volumeAcceptGrowCapacityPoolForShortTermCloneSplitand read only propertyInheritedSizeInBytestoNetAppVolumeData1.11.3
1.11.3 (2025-08-21)
Features Added
WirePathattributes to all properties in all models for provisioning library to consume.1.11.2
1.11.2 (2025-08-11)
Features Added
Azure.ResourceManager.NetworkAOT-compatibleBugs Fixed
ManagedRuleSetRuleGroupdeserialization where rule IDs could be either strings or numbers in JSON, causingInvalidOperationExceptionwhen parsing mixed-type arrays.1.11.1
1.11.1 (2025-08-20)
Features Added
Azure.ResourceManager.ResourcesAOT-compatible1.11.0
1.11.0 (2025-08-12)
Features Added
Azure.ResourceManager.ComputeAOT-compatibleSupportedSecurityOption,AvailabilityPolicyDiskDelay,SnapshotAccessState,AvailabilityPolicy.SecurityMetadataUriandInstantAccessDurationMinutesproperties toDiskCreationDataclass.SecurityMetadataAccessSasproperty toAccessUriclass.AvailabilityPolicyproperty toManagedDiskDataandManagedDiskUpdateDataclasses.SupportedSecurityOptionproperty toSupportedCapabilitiesclass.SnapshotAccessStatetoSnapshotDataandSnapshotUpdateDataclasses.Breaking Changes
GetVirtualMachineImagesWithPropertiesExpandclass as it has no utility.1.7.1
1.7.1 (2025-08-12)
Other Changes
1.7.0
1.7.0 (2025-09-22)
Features Added
Added
ClientConnectionconstructor, accepting credentials and metadata.Added
JsonPatchwhich allows for applying JSON Patch operations to JSON documents.1.6.2
1.6.2 (2025-09-04)
Features Added
WirePathattribute to all properties in all models for provisioning support consumption.1.6.1
1.6.1 (2025-08-20)
Features Added
1.6.0
1.6.0 (2025-08-11)
Features Added
UserAgentPolicypipeline policy to allow adding the user agent to the request headers.Other Changes
System.ClientModel.SourceGenerationpackage to supportModelReaderWriterBuildableAttribute.1.6.0-beta.1
1.6.0-beta.1 (2025-08-25)
Features Added
1.5.0
1.5.0 (2025-08-08)
Features Added
Azure.ResourceManager.CdnAOT-compatible1.4.1
1.4.1 (2025-08-11)
Features Added
Azure.ResourceManager.AppContainersAOT-compatible1.4.0
1.4.0 (2025-09-30)
Features Added
Other Changes
1.4.0-beta.1
1.4.0-beta.1 (2025-09-03)
Features Added
ProvisionableConstructto support aProvisionableResourceas property of anotherProvisionableConstruct.1.3.2
1.3.2 (2025-08-11)
Features Added
Azure.ResourceManager.DesktopVirtualizationAOT-compatible1.3.1
1.3.1 (2025-08-06)
Features Added
Azure.ResourceManager.PostgreSqlAOT-compatible1.3.0
1.3.0 (2025-09-04)
Breaking Changes
SharedTokenCacheCredentialBrokerOptions. The supporting credential (SharedTokenCacheCredential) was a legacy mechanism for authenticating clients using credentials provided to Visual Studio. For brokered authentication, consider usingInteractiveBrowserCredentialinstead.Other Changes
Microsoft.Identity.Client.Brokerdependency to version 4.76.0Azure.Identitydependency to version 1.15.01.3.0-beta.4
1.3.0-beta.4 (2025-09-16)
Bugs Fixed
1.3.0-beta.3
1.3.0-beta.3 (2025-08-11)
Features Added
Azure.ResourceManager.ContainerInstanceAOT-compatible1.2.3
1.2.3 (2025-08-11)
Features Added
Azure.ResourceManager.MachineLearningAOT-compatible1.2.1
1.2.1 (2025-09-23)
Features Added
Azure.ResourceManager.EventHubsAOT-compatible1.2.0
1.2.0 (2025-09-25)
Features Added
Azure.ResourceManager.QuotaAOT-compatible.1.2.0-beta.5
1.2.0-beta.5 (2025-09-18)
Bugs Fixed
1.2.0-beta.4
1.2.0-beta.4 (2025-09-05)
Features Added
Microsoft.Extensions.AI.Abstractionsdependency to version 9.8.0.FileSearchToolandCodeInterpreterToolforPersistentAgentsChatClient.Azure.AI.Agents.Persistentcompatible with ahead-of-time compilation process (AOT).RequireApprovalis being set. See the issue.Bugs Fixed
ResponseFormatwhen usingPersistentAgentsChatClientwith Structured Outputs.1.2.0-beta.3
1.2.0-beta.3 (2025-08-22)
Features Added
ThreadMessages.RunStepDeltaCustomBingGroundingToolCall, describingBingCustomSearchToolupdates in streaming scenario.RunStepDeltaMicrosoftFabricToolCall, describingFabricToolupdates in streaming scenario.RunStepDeltaSharepointToolCall, describingSharepointToolupdates in streaming scenario.1.2.0-beta.2
1.2.0-beta.2 (2025-08-13)
Features Added
RunStepDetailsActivity, describing MCP function parameters.Bugs Fixed
RunStepDeltaAzureAISearchToolCall,RunStepDeltaOpenAPIToolCallandRunStepDeltaDeepResearchToolCall, required to get the real time updates when Azure AI Search, OpenAPI or Deep Research tools are being used during streaming scenarios.RunStepConnectedAgentToolCallandRunStepDeltaConnectedAgentToolCallfor deserializing Connected Agent tool updates in non-streaming and streaming scenarios.Sample updates
1.2.0-beta.1
1.2.0-beta.1 (2025-08-12)
Features Added
Azure.ResourceManager.ContainerServiceFleetAOT-compatible.1.1.4
1.1.4 (2025-09-17)
Features Added
Azure.ResourceManager.SignalRAOT-compatible.1.1.2
1.1.2 (2025-08-11)
Features Added
Azure.ResourceManager.MySqlAOT-compatible1.1.0
1.1.0 (2025-09-12)
Features Added
2024-10-01to the first stable version2025-05-01.1.1.0-beta.5
1.1.0-beta.5 (2025-08-21)
Features Added
Azure.ResourceManager.ResourceHealthAOT-compatible1.1.0-beta.1
1.1.0-beta.1 (2025-09-30)
Features Added
DeidentificationOperationType.SurrogateOnly, which returns output text where user-defined PHI entities are replaced with realistic replacement values. When using this operation, includeDeidentificationContent.TaggedEntities, which allows user input of PHI entities detected in the input text. The service will skip tagging and apply surrogation directly to the user-defined entities.DeidentificationCustomizationOptions.InputLocaleto allow specifying the locale of the input text for TAG and REDACT operations.1.0.3-beta.5246113
1.0.3-beta.5246113 (2025-08-21)
Other Changes
1.0.3-beta.5242116
1.0.3-beta.5242116 (2025-08-20)
Other Changes
1.0.2
1.0.2 (2025-09-19)
Other Changes
Commits viewable in compare view.
Updated Azure.Security.KeyVault.Secrets from 4.0.0 to 4.8.0.
Release notes
Sourced from Azure.Security.KeyVault.Secrets's releases.
No release notes found for this version range.
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)