Skip to content

Releases: Azure/azure-sdk-for-net

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.

Azure.AI.Language.Conversations_2.0.0-beta.5

26 Nov 23:39
94005e5

Choose a tag to compare

2.0.0-beta.5 (2025-11-25)

This version of the client library defaults to the service API version 2025-11-15-preview.

Features Added

  • Added new PII categories: DriversLicenseNumber, PassportNumber, PersonType, Organization, ABARoutingNumber, BankAccountNumber, DateOfBirth, InternationalBankingAccountNumber, SWIFTCode, VehicleIdentificationNumber, Age, Date, ZipCode, GovernmentIssuedId, CVV, HealthCardNumber, CASocialInsuranceNumber, USMedicareBeneficiaryId, GithubAccount, Location, and GPE.

Azure.ResourceManager.ComputeLimit_1.0.0-beta.1

24 Nov 20:50
767d32e

Choose a tag to compare

1.0.0-beta.1 (2025-11-21)

Features Added

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.Compute.Batch_1.0.0-beta.4

21 Nov 21:11
cab131a

Choose a tag to compare

Pre-release

1.0.0-beta.4 (2025-09-01)

Features Added

Added Models:

  • Added BatchJobDefaultOrder
  • Added BatchPoolIdentityReference
  • Added DiskCustomerManagedKey
  • Added DiskEncryptionSetParameters
  • Added HostEndpointSettings
  • Added HostEndpointSettingsModeTypes
  • Added IPFamily
  • Added IpTag
  • Added ProxyAgentSettings

Added Properties:

  • Added ipv6Address to BatchNode
  • Added Ipv6RemoteLoginIpAddress and Ipv6RemoteLoginPort to BatchNodeRemoteLoginSettings
  • Added IpFamilies and IpTags to BatchPublicAddressConfiguration
  • Added JobDefaultOder to BatchTaskSchedulingPolicy
  • Added ManagedDisk to DataDisk
  • Added CustomerManagedKey to DiskEncryptionConfiguration
  • Added DiskEncryptionSet to ManagedDisk
  • Added DiskWithVMGuestStateValue to SecurityEncryptionTypes
  • Added ProxyAgentSetting to SecurityProfile

Breaking Changes

Removed Certificate API's:

  • Removed BatchClient.CreateCertificate
  • Removed BatchClient.CancelCertificateDeletion
  • Removed BatchClient.DeleteCertificate
  • Removed BatchClient.GetCertificate
  • Removed BatchClient.GetCertificates

Removed Modes:

  • Removed BatchCertificate
  • Removed BatchCertificateDeleteError
  • Removed BatchCertificateFormat
  • Removed BatchCertificateReference
  • Removed BatchCertificateState
  • Removed BatchCertificateStoreLocation
  • Removed BatchCertificateVisibility
  • Removed BatchNodeCommunicationMode

Removed Properties:

  • Removed CertificateReferences from BatchNode
  • Removed ResourceTags and CertificateReferences from BatchPool
  • Removed CertificateReferences, ResourceTags, and TargetNodeCommunicationMode from BatchPoolCreateOptions
  • Removed CertificateReferences and TargetNodeCommunicationMode from BatchPoolReplaceOptions
  • Removed CertificateReferences, ResourceTags, and TargetNodeCommunicationMode from BatchPoolSpecifications
  • Removed CertificateReferences, ResourceTags, and TargetNodeCommunicationMode from BatchPoolUpdateOptions
  • Removed CertificateReferences, ResourceTags, and TargetNodeCommunicationMode from ComputeBatchModelFactory