You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have multiple auth types to use ServiceBus (connection string, MSI clientID, MSI resourceID), and we have to duplicate the tests we write based on each auth type, like below:
We would really like to just pass in a token provider or an auth type into the test suite so we don't have to duplicate the tests every time we add a new feature.
The text was updated successfully, but these errors were encountered:
Currently we have multiple auth types to use ServiceBus (connection string, MSI clientID, MSI resourceID), and we have to duplicate the tests we write based on each auth type, like below:
We would really like to just pass in a token provider or an auth type into the test suite so we don't have to duplicate the tests every time we add a new feature.
The text was updated successfully, but these errors were encountered: