Releases: Azure/azure-sdk-for-net
Releases · Azure/azure-sdk-for-net
Azure.AI.Language.QuestionAnswering.Authoring_1.0.0-beta.1
1.0.0-beta.1 (2025-12-03)
Features Added
- Initial preview release of
Azure.AI.Language.QuestionAnswering.Authoring. - Enables authoring and management of Question Answering projects.
Other Changes
- No additional changes.
Azure.Provisioning.Dns_1.0.0-beta.2
1.0.0-beta.2 (2025-12-02)
Breaking Changes
DnsAaaRecordInfo:Ipv6Addressesrenamed toIpv6AddressDnsARecordInfo:ipv4Addressesrenamed toIpv4Address
Bugs Fixed
DnsCnameRecord.Cname: property is now backed by the correct Bicep field (.properties.CNAMERecord.cname)
Azure.AI.OpenAI_2.7.0-beta.2
2.7.0-beta.2 (2025-12-01)
Bugs fixed
- Addressed a Thanksgiving mistake in the
beta.1release wherein theSetNewMaxCompletionTokensPropertyEnabled()extension method was unintentionally removed from the public surface.
Azure.AI.Agents.Persistent_1.2.0-beta.8
1.2.0-beta.8 (2025-12-01)
Features Added
- Added support for Computer usage.
- Improved handling of errors by
PersistentAgentsChatClientin the streaming scenarios.
Bugs Fixed
- Fix the issue with
PersistentAgentsChatClientwhen the run in incomplete state is encountered issue.
Sample updates
- Added sample for Computer usage.
Azure.ResourceManager.Dynatrace_1.2.0
1.2.0 (2025-11-27)
Features Added
- Upgraded api-version to '2024-04-24'.
- Make
Azure.ResourceManager.DynatraceAOT-compatible.
Azure.ResourceManager.Resources_1.11.2
1.11.2 (2025-10-16)
Bugs Fixed
- Fixed an issue in
ArmDeploymentOperationPropertiesdeserialization whereStatusCodecould be either a string or a number in JSON, causingInvalidOperationExceptionwhen parsing an integerStatusCode.
Azure.ResourceManager.NetApp_1.14.0
1.14.0 (2025-11-26)
Features Added
- Upgraded api-version tag from 'package-2025-06-01' to 'package-2025-09-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/1da0ccefea2127820defac6496bf4710c0902d78/specification/netapp/resource-manager/Microsoft.NetApp/NetApp/readme.md.
- Added
ExcludeReplicationsFiltertoGetReplicationsAsyncto filter out replications
Azure.Provisioning_1.4.0-beta.3
1.4.0-beta.3 (2025-11-26)
Bugs Fixed
- Fixed bug when assigning property to a collection throwing exceptions. (#53862)
Azure.AI.OpenAI_2.7.0-beta.1
2.7.0-beta.1 (2025-11-24)
This update restores compatibility with the latest 2.7.0 release of OpenAI and enables access to the latest features. For details, please see the full OpenAI 2.7.0 release notes.
Features Added
- A substantial number of new features are carried forward from the
OpenAIlibrary. Please see the full OpenAI 2.5.0 release notes for details.
Breaking Changes
[Experimental] Chat Extensions
- Explicitly assigning
nullto theMaxOutputTokensproperty of aChatCompletionOptionsinstance will now reset opt-in to
contemporary serialization ofmax_output_tokensvia.SetNewMaxOutputTokensPropertyEnabled(). Please ensure the extension
method is invoked after non-null assignment ofMaxOutputTokens.
Azure.AI.Language.Text_1.0.0-beta.4
1.0.0-beta.4 (2025-11-20)
This version of the client library defaults to the service API version 2025-11-15-preview.
Features Added
- Added support for multiple redaction policies in a single request.
- Added synthetic replacement redaction, enabling selected PII types (e.g., Person, Email) to be replaced with realistic synthetic values rather than masked.
- Added confidence score thresholding, allowing customers to define minimum confidence levels�globally or per-entity�so that only entities meeting the required confidence are returned.
- Added entity validation control with the
disableEntityValidationparameter, allowing users to bypass entity validation when needed.