1.2.0 (2026-07-28)
Features Added
- Added support for the
2026-01-01API version. - Added the
IPAddressTypeproperty usingServiceBusIPAddressType(IPv4/DualStack) toServiceBusNamespaceData, enabling IPv4-only or dual-stack (IPv4 and IPv6) namespaces.
Breaking Changes
- Removed the
ClusterArmIdproperty fromServiceBusNamespaceReplicaLocation. This property had no effect for Service Bus namespaces. - The namespace update (PATCH) operation is now synchronous in API version
2026-01-01. The long-runningUpdate(WaitUntil, ServiceBusNamespacePatch, CancellationToken)andUpdateAsync(WaitUntil, ServiceBusNamespacePatch, CancellationToken)overloads onServiceBusNamespaceResourcehave been removed; useUpdate(ServiceBusNamespacePatch, CancellationToken)/UpdateAsync(ServiceBusNamespacePatch, CancellationToken)instead.