list_topics does not list partitioned topics #2593
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Service Bus
Milestone
from azure.servicebus import ServiceBusService, Message
bus = ServiceBusService(......)
topics = bus.list_topics()
I can see topics which have partitioned false, but not the one which have partitioned true
The text was updated successfully, but these errors were encountered: