Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

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

  • Added a new DefaultAzureCredential constructor that accepts a custom environment variable name for credential configuration. This provides flexibility beyond the default AZURE_TOKEN_CREDENTIALS environment variable. The constructor accepts any environment variable name and uses the same credential selection logic as the existing AZURE_TOKEN_CREDENTIALS processing.
  • Added DefaultAzureCredential.DefaultEnvironmentVariableName constant property that returns "AZURE_TOKEN_CREDENTIALS" for convenience when referencing the default environment variable name.
  • AzureCliCredential, AzurePowerShellCredential, and AzureDeveloperCliCredential now throw an AuthenticationFailedException when the TokenRequestContext includes claims, as these credentials do not support claims challenges. The exception message includes guidance for handling such scenarios.
  • When AZURE_TOKEN_CREDENTIALS or the equivalent custom environment variable is configured to ManagedIdentityCredential, the DefaultAzureCredential does not issue a probe request and performs retries with exponential backoff.

Bugs Fixed

  • Fixed AzureDeveloperCliCredential hanging when the AZD_DEBUG environment variable is set by adding the --no-prompt flag to prevent interactive prompts (#​52005).
  • BrokerCredential is now included in the chain when AZURE_TOKEN_CREDENTIALS is set to dev.
  • Fixed an issue that prevented ManagedIdentityCredential from utilizing the token cache in Workload Identity Federation environments.
  • Fixed a bug in DefaultAzureCredential that caused the credential chain to be constructed incorrectly when using AZURE_TOKEN_CREDENTIALS in combination with DefaultAzureCredentialOptions.

Other Changes

  • The BrokerCredential is now always included in the DefaultAzureCredential chain. If the Azure.Identity.Broker package is not referenced, an exception will be thrown when GetToken is called, making its behavior consistent with the rest of the credentials in the chain.
  • Updated Microsoft.Identity.Client dependency to version 4.76.0.
  • Updated Microsoft.Identity.Client.Extensions.Msal dependency to version 4.76.0.

1.15.0

1.15.0 (2025-08-07)

Breaking Changes

Behavioral Breaking Changes

  • Deprecated SharedTokenCacheCredential. The supporting credential (SharedTokenCacheCredential) was a legacy mechanism for authenticating clients using credentials provided to Visual Studio. For brokered authentication, consider using InteractiveBrowserCredential instead. The following changes have been made:
    • SharedTokenCacheCredential class is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • SharedTokenCacheCredentialOptions class is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • DefaultAzureCredentialOptions.ExcludeSharedTokenCacheCredential property is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • SharedTokenCacheUsername property is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • SharedTokenCacheCredential is no longer included in the DefaultAzureCredential authentication flow

Bugs Fixed

  • Tenant ID comparisons in credential options are now case-insensitive. This affects AdditionallyAllowedTenants values 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

  • BrokerAuthenticationCredential has been renamed as BrokerCredential.

  • Added the EditorBrowsable(Never) attribute to property VisualStudioCodeTenantId as TenantId is preferred. The VisualStudioCodeTenantId property exists only to provide backwards compatibility.

1.13.0

1.13.0 (2025-09-22)

Other Changes

  • Updated the Azure.Identity dependency to version 1.16.0

1.12.0

1.12.0 (2025-08-25)

Features Added

1.11.3

1.11.3 (2025-08-21)

Features Added

  • Added WirePath attributes to all properties in all models for provisioning library to consume.

1.11.2

1.11.2 (2025-08-11)

Features Added

  • Make Azure.ResourceManager.Network AOT-compatible

Bugs Fixed

  • Fixed an issue in ManagedRuleSetRuleGroup deserialization where rule IDs could be either strings or numbers in JSON, causing InvalidOperationException when parsing mixed-type arrays.

1.11.1

1.11.1 (2025-08-20)

Features Added

  • Make Azure.ResourceManager.Resources AOT-compatible

1.11.0

1.11.0 (2025-08-12)

Features Added

  • Make Azure.ResourceManager.Compute AOT-compatible
  • Upgraded api-version tag from 'package-2025-02-01' to 'package-2025-03-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/0f03ae6d4107a964b20a48aa87fa520052750bb9/specification/compute/resource-manager/readme.md.
    • Added new classes: SupportedSecurityOption, AvailabilityPolicyDiskDelay, SnapshotAccessState, AvailabilityPolicy.
    • Added SecurityMetadataUri and InstantAccessDurationMinutes properties to DiskCreationData class.
    • Added SecurityMetadataAccessSas property to AccessUri class.
    • Added AvailabilityPolicy property to ManagedDiskData and ManagedDiskUpdateData classes.
    • Added SupportedSecurityOption property to SupportedCapabilities class.
    • Added SnapshotAccessState to SnapshotData and SnapshotUpdateData classes.

Breaking Changes

  • Removed GetVirtualMachineImagesWithPropertiesExpand class as it has no utility.

1.7.1

1.7.1 (2025-08-12)

Other Changes

  • Updated internal serialization paths to use an AOT-friendly approach. The package now fully supports AOT and is trimmable.

1.7.0

1.7.0 (2025-09-22)

Features Added

  • Added ClientConnection constructor, accepting credentials and metadata.

  • Added JsonPatch which allows for applying JSON Patch operations to JSON documents.

1.6.2

1.6.2 (2025-09-04)

Features Added

  • Added WirePath attribute to all properties in all models for provisioning support consumption.

1.6.1

1.6.1 (2025-08-20)

Features Added

  • Fix the behavior of Roslyn not properly handling partial classes with attributes in different files

1.6.0

1.6.0 (2025-08-11)

Features Added

  • Added UserAgentPolicy pipeline policy to allow adding the user agent to the request headers.

Other Changes

  • Various updates to the System.ClientModel.SourceGeneration package to support ModelReaderWriterBuildableAttribute.

1.6.0-beta.1

1.6.0-beta.1 (2025-08-25)

Features Added

  • Added support for moving a participant from one call to another, enabling seamless participant transfer between active calls.
  • Added support for retrieving Teams phone call details, including the ability to specify a custom calling context for enhanced integration scenarios.
  • Added support for Personally Identifiable Information (PII) redaction and summarization in transcription, improving privacy and providing concise summaries of transcribed content.
  • Added support for sentiment analysis in both speech and choice recognition, allowing detection of participant sentiment during call interactions.

1.5.0

1.5.0 (2025-08-08)

Features Added

  • Updated API version to 2025-06-01
  • Make Azure.ResourceManager.Cdn AOT-compatible

1.4.1

1.4.1 (2025-08-11)

Features Added

  • Make Azure.ResourceManager.AppContainers AOT-compatible

1.4.0

1.4.0 (2025-09-30)

Features Added

Other Changes

  • Upgraded Azure.Core from 1.47.3 to 1.49.0

1.4.0-beta.1

1.4.0-beta.1 (2025-09-03)

Features Added

  • Added a new protected API in ProvisionableConstruct to support a ProvisionableResource as property of another ProvisionableConstruct.

1.3.2

1.3.2 (2025-08-11)

Features Added

  • Make Azure.ResourceManager.DesktopVirtualization AOT-compatible

1.3.1

1.3.1 (2025-08-06)

Features Added

  • Make Azure.ResourceManager.PostgreSql AOT-compatible

1.3.0

1.3.0 (2025-09-04)

Breaking Changes

  • Deprecated SharedTokenCacheCredentialBrokerOptions. The supporting credential (SharedTokenCacheCredential) was a legacy mechanism for authenticating clients using credentials provided to Visual Studio. For brokered authentication, consider using InteractiveBrowserCredential instead.

Other Changes

  • Updated Microsoft.Identity.Client.Broker dependency to version 4.76.0
  • Updated Azure.Identity dependency to version 1.15.0

1.3.0-beta.4

1.3.0-beta.4 (2025-09-16)

Bugs Fixed

  • Added missing ContainerGroup properties: ConfigMap, ContainerGroupProfile, StandbyPoolProfile, and IsCreatedFromStandbyPool.
  • Corrected required flag on properties in Container and ContainerGroup models.
  • Fixed the response handling for ContainerGroupProfile DELETE operation.
  • Aligned requiredness of ContainerGroupProfile properties and normalized the Revision property format with the existing codebase.

1.3.0-beta.3

1.3.0-beta.3 (2025-08-11)

Features Added

  • Make Azure.ResourceManager.ContainerInstance AOT-compatible

1.2.3

1.2.3 (2025-08-11)

Features Added

  • Make Azure.ResourceManager.MachineLearning AOT-compatible

1.2.1

1.2.1 (2025-09-23)

Features Added

  • Make Azure.ResourceManager.EventHubs AOT-compatible

1.2.0

1.2.0 (2025-09-25)

Features Added

  • Stable release for api-version '2025-09-01'.
  • Make Azure.ResourceManager.Quota AOT-compatible.

1.2.0-beta.5

1.2.0-beta.5 (2025-09-18)

Bugs Fixed

  • Fix issue with image block serialization issue

1.2.0-beta.4

1.2.0-beta.4 (2025-09-05)

Features Added

  • Updated Microsoft.Extensions.AI.Abstractions dependency to version 9.8.0.
  • Added support of FileSearchTool and CodeInterpreterTool for PersistentAgentsChatClient.
  • Make Azure.AI.Agents.Persistent compatible with ahead-of-time compilation process (AOT).
  • Improved the way RequireApproval is being set. See the issue.

Bugs Fixed

  • Fix issues related to ResponseFormat when using PersistentAgentsChatClient with Structured Outputs.
  • Fix handling of streaming update of unexpected type issue.

1.2.0-beta.3

1.2.0-beta.3 (2025-08-22)

Features Added

  • Added delete operation for ThreadMessages.
  • Add RunStepDeltaCustomBingGroundingToolCall, describing BingCustomSearchTool updates in streaming scenario.
  • Add RunStepDeltaMicrosoftFabricToolCall, describing FabricTool updates in streaming scenario.
  • Add RunStepDeltaSharepointToolCall, describing SharepointTool updates in streaming scenario.

1.2.0-beta.2

1.2.0-beta.2 (2025-08-13)

Features Added

  • Implemented streaming scenario for MCP tool.
  • Added RunStepDetailsActivity, describing MCP function parameters.

Bugs Fixed

  • Fixed the deserialization issue, when agent service returns the customized lists of trusted and requiring authentication MCP tools.
  • Added classes for deserialization of RunStepDeltaAzureAISearchToolCall, RunStepDeltaOpenAPIToolCall and RunStepDeltaDeepResearchToolCall, required to get the real time updates when Azure AI Search, OpenAPI or Deep Research tools are being used during streaming scenarios.
  • Added RunStepConnectedAgentToolCall and RunStepDeltaConnectedAgentToolCall for deserializing Connected Agent tool updates in non-streaming and streaming scenarios.

Sample updates

  • Added the streaming sample for Bing grounding.

1.2.0-beta.1

1.2.0-beta.1 (2025-08-12)

Features Added

1.1.4

1.1.4 (2025-09-17)

Features Added

  • Make Azure.ResourceManager.SignalR AOT-compatible.

1.1.2

1.1.2 (2025-08-11)

Features Added

  • Make Azure.ResourceManager.MySql AOT-compatible

1.1.0

1.1.0 (2025-09-12)

Features Added

  • Updated the Computeschedule RP api-version from 2024-10-01 to the first stable version 2025-05-01.

1.1.0-beta.5

1.1.0-beta.5 (2025-08-21)

Features Added

  • Make Azure.ResourceManager.ResourceHealth AOT-compatible

1.1.0-beta.1

1.1.0-beta.1 (2025-09-30)

Features Added

  • Added DeidentificationOperationType.SurrogateOnly, which returns output text where user-defined PHI entities are replaced with realistic replacement values. When using this operation, include DeidentificationContent.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.
  • Added DeidentificationCustomizationOptions.InputLocale to 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

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.5242116

1.0.3-beta.5242116 (2025-08-20)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.2

1.0.2 (2025-09-19)

Other Changes

  • Dependency versions updated.

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps Azure.Core from 1.0.0 to 1.46.2
Bumps Azure.Security.KeyVault.Secrets from 4.0.0 to 4.8.0

---
updated-dependencies:
- dependency-name: Azure.Core
  dependency-version: 1.46.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Azure.Security.KeyVault.Secrets
  dependency-version: 4.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Oct 1, 2025
@sujithq
Copy link
Owner

sujithq commented Oct 1, 2025

@dependabot rebase

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 1, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

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

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants