Azure / azure-service-bus-dotnet

☁️ .NET Standard client library for Azure Service Bus
https://azure.microsoft.com/services/service-bus
Other
235 stars 120 forks source link

Management client doesn't return correct NamespaceInfo #637

Closed SeanFeldman closed 5 years ago

SeanFeldman commented 5 years ago

Two issues:

  1. ManagementClient.GetNamespaceInfoAsync() invocation for premium tier never returns number of MUs.
  2. NamespaceType is always NamespaceType.Others as broker returns Messaging for ASB namespaces, not 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:

image

axisc commented 5 years ago

@SeanFeldman - thanks for reporting this. Agree that this is a bug. will have the team investigate.

SeanFeldman commented 5 years ago

@axisc FYI there's an ongoing PR #638 for this issue

axisc commented 5 years ago

Ah, missed that ! 😀