Skip to content

Releases: Azure/azure-sdk-for-net

Azure.ResourceManager.Elastic_1.1.0

18 Nov 05:34
c38d998

Choose a tag to compare

1.1.0 (2025-11-14)

Features Added

  • Upgraded api-version to '2025-06-01'.
  • Make Azure.ResourceManager.Elastic AOT-compatible.

Bugs Fixed

  • Fixed serialization issue in ElasticCloudDeployment where ElasticsearchServiceUri, KibanaServiceUri, and KibanaSsoUri properties would throw InvalidOperationException when containing relative URIs. Added custom serialization hooks to handle both absolute and relative URIs by using OriginalString for relative URIs instead of AbsoluteUri. This resolves issue #50974.

Azure.ResourceManager.Cdn_1.5.1

18 Nov 03:48
c38d998

Choose a tag to compare

1.5.1 (2025-11-18)

Features Added

  • Enabled WirePath attributes for all properties in this library.

Azure.ResourceManager.Monitor_1.4.0-beta.4

18 Nov 05:34
f62d7cf

Choose a tag to compare

1.4.0-beta.4 (2025-11-18)

Features Added

  • Updated azure monitor metric alert APIs to version 2024-03-01-preview.

Azure.AI.Projects_1.2.0-beta.4

18 Nov 06:13

Choose a tag to compare

Pre-release

1.2.0-beta.4 (2025-11-17)

Bugs Fixed

  • Fixed an issue preventing telemetry from being logged.

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

18 Nov 06:05

Choose a tag to compare

Pre-release

1.0.0-beta.4 (2025-11-17)

Features Added

This change updates the baseline OpenAI dependency to the latest 2.7.0 official version. For inherited details, please see the OpenAI .NET changelog.

Breaking Changes

Transitive from upgrade to System.ClientModel 1.8.1:

  • The extension StructuredInputs on ResponseCreationOptions will now correctly return a BinaryData instance with enclosing quotes included when retrieving an encoded string value

Azure.Storage.Queues_12.25.0-beta.1

17 Nov 20:17
783bc11

Choose a tag to compare

Pre-release

12.25.0-beta.1 (2025-11-17)

Features Added

  • Added support for service version 2026-02-06.
  • Added support for User Delegation SAS.
  • Added support for Principal-Bound Identity User Delegation SAS.

Azure.Storage.Files.Shares_12.25.0-beta.1

17 Nov 20:15
783bc11

Choose a tag to compare

12.25.0-beta.1 (2025-11-17)

Features Added

  • Added support for service version 2026-02-06.
  • Added support for User Delegation SAS.
  • Added support for Principal-Bound Identity User Delegation SAS.
  • Added support for the ShareServiceProperties.Protocol.SMB.EncryptionInTransit parameter on ShareServiceClient.SetProperties() and .SetPropertiesAsync().

Azure.Storage.Files.DataLake_12.25.0-beta.1

17 Nov 20:26
783bc11

Choose a tag to compare

12.25.0-beta.1 (2025-11-17)

Features Added

  • Added support for service version 2026-02-06.
  • Added support for Principal-Bound Identity User Delegation SAS
  • Added support for the StartFrom parameter on DataLakeFileSystemClient.GetPaths() and .GetPathsAsync().

Azure.Storage.Common_12.26.0-beta.1

17 Nov 20:06
783bc11

Choose a tag to compare

Pre-release

12.26.0-beta.1 (2025-11-17)

Features Added

  • This release contains bug fixes to improve quality.

Azure.Storage.Blobs_12.27.0-beta.1

17 Nov 20:16
783bc11

Choose a tag to compare

Pre-release

12.27.0-beta.1 (2025-11-17)

Features Added

  • Added support for service version 2026-02-06.
  • Added support for the StartFrom parameter on BlobContainerClient.GetBlobs(), .GetBlobsAsync(), .GetBlobsByHierarchy(), and .GetBlobsByHierarchyAsync().
  • Added support for Principal-Bound Identity User Delegation SAS
  • Added support for conditional headers on BlobBaseClient.GetTags(), .GetTagsAsync(), .SetTags(), and .SetTagsAsync().