Skip to content

Releases: Azure/azure-sdk-for-net

Azure.Security.CodeTransparency_1.0.0-beta.6

17 Dec 16:18
7a57a30

Choose a tag to compare

1.0.0-beta.6 (2025-12-17)

Features Added

  • A new option to pass transparent statement verification key sets mapped to domain names for offline verification using CodeTransparencyVerificationOptions.OfflineKeys
  • A new option to restrict the use of a network resolution of the ledger keys when using OfflineKeys with CodeTransparencyVerificationOptions.OfflineKeysBehavior

Azure.ResourceManager.StorageSync_1.3.1

16 Dec 07:09
207e99d

Choose a tag to compare

1.3.1 (2025-12-16)

Features Added

  • Make Azure.ResourceManager.StorageSync AOT compatible

Azure.ResourceManager.Nginx_1.1.0-beta.4

16 Dec 10:02
518daf3

Choose a tag to compare

1.1.0-beta.4 (2025-12-16)

Features Added

  • Upgraded api-version 2025-03-01-preview.
  • Make Azure.ResourceManager.Nginx AOT compatible.

Azure.AI.Language.Conversations.Authoring_1.0.0-beta.3

16 Dec 19:07
91b8d34

Choose a tag to compare

1.0.0-beta.3 (2025-12-05)

Features Added

  • Added support for service version 2025-11-15-preview.

  • Added support for service version 2025-11-01.

Breaking Changes

  • Changed parameter type from ConversationAuthoringDeleteDeploymentDetails to ConversationAuthoringProjectResourceIds when calling DeleteDeploymentFromResources, with property name changed from AssignedResourceIds to AzureResourceIds.

  • Changed function name from GetDeploymentResources to GetProjectResources, change its return type from ConversationAuthoringAssignedDeploymentResource to ConversationAuthoringAssignedProjectResource.

  • Changed function name from AssignDeploymentResources to AssignProjectResources, and its parameter type from ConversationAuthoringAssignDeploymentResourcesDetails to ConversationAuthoringAssignProjectResourcesDetails.

  • Changed function name from UnassignDeploymentResources to UnassignProjectResources, changed its parameter type from ConversationAuthoringUnassignDeploymentResourcesDetails to ConversationAuthoringProjectResourceIds.

  • Changed function name from GetAssignDeploymentResourcesStatus to GetAssignProjectResourcesStatus, change its return type from ConversationAuthoringDeploymentResourcesState to ConversationAuthoringProjectResourcesState.

  • Changed function name from GetUnassignDeploymentResourcesStatus to GetUnassignProjectResourcesStatus, change its return type from ConversationAuthoringDeploymentResourcesState to ConversationAuthoringProjectResourcesState.

  • For function CreateProject, include projectName when constructing ConversationAuthoringCreateProjectDetails.

Other Changes

  • Add samples for the following functions(sync and async):
    • ListAssignedResourceDeployments
    • ListProjectResources
    • DeleteDeploymentFromResources
    • GetDeploymentDeleteFromResourcesStatus

Bugs Fixed

  • Fixed diagnostic scope names in ConversationAuthoringProject methods.

Azure.ResourceManager.EdgeActions_1.0.0-beta.1

15 Dec 06:34
51ade19

Choose a tag to compare

1.0.0-beta.1 (2025-12-10)

Features Added

  • Initial preview release of Azure EdgeActions management library for .NET
  • Support for managing EdgeAction resources
  • Support for managing EdgeActionVersion resources
  • Support for managing EdgeActionExecutionFilter resources
  • Support for deploying and managing serverless edge functions on Azure Front Door infrastructure

This package follows the new Azure SDK guidelines, and provides many core capabilities:

- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
- HTTP pipeline with custom policies.
- Better error-handling.
- Support uniform telemetry across all languages.

This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our Azure SDK for .NET GitHub repo.

NOTE: For more information about unified authentication, please refer to Microsoft Azure Identity documentation for .NET.

Azure.AI.Projects_1.2.0-beta.5

13 Dec 03:48

Choose a tag to compare

Pre-release

1.2.0-beta.5 (2025-12-12)

Features Added

  • Updated for transitive compatibility with OpenAI 2.8.0, including substantial changes to the [Experimental] Responses API

Bugs Fixed

  • Fixed the uploading of files fore fine tuning.

Sample Updates

  • Added fine tuning samples.

Azure.AI.Projects.OpenAI_1.0.0-beta.5

13 Dec 03:36

Choose a tag to compare

Pre-release

1.0.0-beta.5 (2025-12-12)

Features Added

  • Added transitive compatibility for OpenAI 2.8.0, including significant changes to the [Experimental] Responses API surface
  • Added possibility of authentication to MCP server using project connection.

Azure.AI.OpenAI_2.8.0-beta.1

13 Dec 00:15
2d1acea

Choose a tag to compare

Pre-release

2.8.0-beta.1 (2025-12-12)

This update restores compatibility with the latest 2.8.0 release of OpenAI and enables access to the latest features. For details, please see the full OpenAI 2.8.0 release notes.

Features Added

Azure.Provisioning_1.4.0

09 Dec 04:30
a4ecb0e

Choose a tag to compare

1.4.0 (2025-12-10)

Features Added

  • Added extension method BicepValueExtensions.ToBicepExpression which converts any IBicepValue into BicepExpression to build up complex expressions in bicep. For more details, please refer to the documents in README.

Bugs Fixed

  • Enabled the ability to assign expressions into a property with type of a ProvisionableConstruct via low level APIs.
  • Fixed exception when output variable has a type of array or object.
  • Fixed bug when indexing output list or dictionary, a KeyNotFoundException was always thrown. (#48491)

Azure.Provisioning.AppService_1.3.0

09 Dec 09:39
0cf6002

Choose a tag to compare

1.3.0 (2025-12-10)

Other Changes

  • Bump dependent package Azure.Provisioning to 1.4.0