Skip to content

Azure.ResourceManager.EventHubs_1.3.0

Latest

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 29 Jul 02:44
61f6101

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.