github Azure/azure-sdk-for-net Azure.ResourceManager.EventHubs_1.3.0

4 hours ago

1.3.0 (2026-07-28)

Features Added

  • Added support for the 2026-01-01 API version.
  • Added the IPAddressType property (EventHubsIPAddressType.IPv4 / EventHubsIPAddressType.DualStack) to the Event Hubs namespace, enabling IPv4-only or dual-stack (IPv4 and IPv6) namespaces.

Breaking Changes

  • The namespace update (PATCH) operation is now synchronous in API version 2026-01-01. The long-running Update(WaitUntil, EventHubsNamespaceData, CancellationToken) and UpdateAsync(WaitUntil, EventHubsNamespaceData, CancellationToken) overloads on EventHubsNamespaceResource have been removed; use Update(EventHubsNamespaceData, CancellationToken) / UpdateAsync(EventHubsNamespaceData, CancellationToken) instead.

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.