Skip to content

Releases: Azure/azure-sdk-for-net

Azure.AI.Language.QuestionAnswering.Authoring_1.0.0-beta.1

03 Dec 09:25
7c76770

Choose a tag to compare

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

02 Dec 05:36
8e7b0b9

Choose a tag to compare

Pre-release

1.0.0-beta.2 (2025-12-02)

Breaking Changes

  • DnsAaaRecordInfo: Ipv6Addresses renamed to Ipv6Address
  • DnsARecordInfo : ipv4Addresses renamed to Ipv4Address

Bugs Fixed

  • DnsCnameRecord.Cname: property is now backed by the correct Bicep field ( .properties.CNAMERecord.cname )

Azure.AI.OpenAI_2.7.0-beta.2

01 Dec 18:15
73e16b6

Choose a tag to compare

Pre-release

2.7.0-beta.2 (2025-12-01)

Bugs fixed

  • Addressed a Thanksgiving mistake in the beta.1 release wherein the SetNewMaxCompletionTokensPropertyEnabled() extension method was unintentionally removed from the public surface.

Azure.AI.Agents.Persistent_1.2.0-beta.8

02 Dec 00:15
e8e7f7b

Choose a tag to compare

Pre-release

1.2.0-beta.8 (2025-12-01)

Features Added

  • Added support for Computer usage.
  • Improved handling of errors by PersistentAgentsChatClient in the streaming scenarios.

Bugs Fixed

  • Fix the issue with PersistentAgentsChatClient when the run in incomplete state is encountered issue.

Sample updates

  • Added sample for Computer usage.

Azure.ResourceManager.Dynatrace_1.2.0

27 Nov 09:21
dbd40d9

Choose a tag to compare

1.2.0 (2025-11-27)

Features Added

  • Upgraded api-version to '2024-04-24'.
  • Make Azure.ResourceManager.Dynatrace AOT-compatible.

Azure.ResourceManager.Resources_1.11.2

26 Nov 08:14
e11647c

Choose a tag to compare

1.11.2 (2025-10-16)

Bugs Fixed

  • Fixed an issue in ArmDeploymentOperationProperties deserialization where StatusCode could be either a string or a number in JSON, causing InvalidOperationException when parsing an integer StatusCode.

Azure.ResourceManager.NetApp_1.14.0

26 Nov 08:14
7dc4d2a

Choose a tag to compare

1.14.0 (2025-11-26)

Features Added

Azure.Provisioning_1.4.0-beta.3

02 Dec 09:20
4703406

Choose a tag to compare

Pre-release

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

26 Nov 23:31
8f10b71

Choose a tag to compare

Pre-release

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

Breaking Changes

[Experimental] Chat Extensions

  • Explicitly assigning null to the MaxOutputTokens property of a ChatCompletionOptions instance will now reset opt-in to
    contemporary serialization of max_output_tokens via .SetNewMaxOutputTokensPropertyEnabled(). Please ensure the extension
    method is invoked after non-null assignment of MaxOutputTokens.

Azure.AI.Language.Text_1.0.0-beta.4

26 Nov 23:38
94005e5

Choose a tag to compare

Pre-release

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 disableEntityValidation parameter, allowing users to bypass entity validation when needed.