You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.