Closed SeanFeldman closed 5 years ago
Two issues:
ManagementClient.GetNamespaceInfoAsync()
NamespaceType
NamespaceType.Others
Messaging
ServiceBus
This is a broken functionality as it doesn't do what it supposed.
Tested version: 3.3.0
Running simple test on standard and premium namespaces returns the following:
@SeanFeldman - thanks for reporting this. Agree that this is a bug. will have the team investigate.
@axisc FYI there's an ongoing PR #638 for this issue
Ah, missed that ! 😀
Two issues:
ManagementClient.GetNamespaceInfoAsync()
invocation for premium tier never returns number of MUs.NamespaceType
is alwaysNamespaceType.Others
as broker returnsMessaging
for ASB namespaces, notServiceBus
.This is a broken functionality as it doesn't do what it supposed.
Tested version: 3.3.0
Running simple test on standard and premium namespaces returns the following: