Skip to content

Releases: Azure/azure-sdk-for-net

Azure.Identity_1.18.0-beta.2

19 Nov 22:56
cecc7ce

Choose a tag to compare

Pre-release

1.18.0-beta.2 (2025-11-19)

Other Changes

  • Updated Microsoft.Identity.Client and Microsoft.Identity.Client.Extensions.Msal dependencies to version 4.78.0.

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.VoiceLive_1.1.0-beta.1

18 Nov 15:20
8cac299

Choose a tag to compare

Pre-release

1.1.0-beta.1 (2025-11-14)

Features Added

  • WebSocket Content Logging: Added comprehensive content logging for WebSocket operations following Azure SDK diagnostic patterns
    • Introduced AzureVoiceLiveEventSource for WebSocket event logging with consistent event IDs and levels
    • Added VoiceLiveWebSocketContentLogger that integrates with Azure SDK DiagnosticsOptions
    • WebSocket connection lifecycle events (open/close) logged at Informational level
    • Message operations (send/receive) logged at Informational level with optional content at Verbose level
    • Error events logged at Warning level with error content at Informational level
    • Content size truncation respects DiagnosticsOptions.LoggedContentSizeLimit
    • Unified event listener experience works alongside Azure.Core HTTP logging
  • Enhanced Samples: Added ContentLoggingSample.cs and UnifiedEventListener.cs demonstrating WebSocket content logging integration

Other Changes

  • Updated test infrastructure with comprehensive content logging test coverage
  • Added test environment configuration for AI Services integration
  • Enhanced WebSocket helper classes to support diagnostic logging

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().