Releases: Azure/azure-sdk-for-net
Azure.Security.CodeTransparency_1.0.0-beta.6
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
OfflineKeyswithCodeTransparencyVerificationOptions.OfflineKeysBehavior
Azure.ResourceManager.StorageSync_1.3.1
1.3.1 (2025-12-16)
Features Added
- Make
Azure.ResourceManager.StorageSyncAOT compatible
Azure.ResourceManager.Nginx_1.1.0-beta.4
1.1.0-beta.4 (2025-12-16)
Features Added
- Upgraded api-version 2025-03-01-preview.
- Make
Azure.ResourceManager.NginxAOT compatible.
Azure.AI.Language.Conversations.Authoring_1.0.0-beta.3
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
ConversationAuthoringDeleteDeploymentDetailstoConversationAuthoringProjectResourceIdswhen callingDeleteDeploymentFromResources, with property name changed fromAssignedResourceIdstoAzureResourceIds. -
Changed function name from
GetDeploymentResourcestoGetProjectResources, change its return type fromConversationAuthoringAssignedDeploymentResourcetoConversationAuthoringAssignedProjectResource. -
Changed function name from
AssignDeploymentResourcestoAssignProjectResources, and its parameter type fromConversationAuthoringAssignDeploymentResourcesDetailstoConversationAuthoringAssignProjectResourcesDetails. -
Changed function name from
UnassignDeploymentResourcestoUnassignProjectResources, changed its parameter type fromConversationAuthoringUnassignDeploymentResourcesDetailstoConversationAuthoringProjectResourceIds. -
Changed function name from
GetAssignDeploymentResourcesStatustoGetAssignProjectResourcesStatus, change its return type fromConversationAuthoringDeploymentResourcesStatetoConversationAuthoringProjectResourcesState. -
Changed function name from
GetUnassignDeploymentResourcesStatustoGetUnassignProjectResourcesStatus, change its return type fromConversationAuthoringDeploymentResourcesStatetoConversationAuthoringProjectResourcesState. -
For function
CreateProject, includeprojectNamewhen constructingConversationAuthoringCreateProjectDetails.
Other Changes
- Add samples for the following functions(sync and async):
- ListAssignedResourceDeployments
- ListProjectResources
- DeleteDeploymentFromResources
- GetDeploymentDeleteFromResourcesStatus
Bugs Fixed
- Fixed diagnostic scope names in
ConversationAuthoringProjectmethods.
Azure.ResourceManager.EdgeActions_1.0.0-beta.1
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
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
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
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
- A substantial number of new features are carried forward from the
OpenAIlibrary. Please see the full OpenAI 2.8.0 release notes for details.
Azure.Provisioning_1.4.0
1.4.0 (2025-12-10)
Features Added
- Added extension method
BicepValueExtensions.ToBicepExpressionwhich converts anyIBicepValueintoBicepExpressionto build up complex expressions in bicep. For more details, please refer to the documents inREADME.
Bugs Fixed
- Enabled the ability to assign expressions into a property with type of a
ProvisionableConstructvia low level APIs. - Fixed exception when output variable has a type of array or object.
- Fixed bug when indexing output list or dictionary, a
KeyNotFoundExceptionwas always thrown. (#48491)
Azure.Provisioning.AppService_1.3.0
1.3.0 (2025-12-10)
Other Changes
- Bump dependent package
Azure.Provisioningto 1.4.0