paolosalvatori / ServiceBusExplorer

The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
MIT License
2.01k stars 585 forks source link

Change the way the tenantId is used in the Event Grid login #747

Closed ErikMogensen closed 10 months ago

ErikMogensen commented 11 months ago

The tenantId field was always null when calling InteractiveBrowserCredential. This seems to work with work accounts but not personal Microsoft accounts.

This PR sets the tenantId to the custom tenantId, if it is specified.