azure-webpubsub icon indicating copy to clipboard operation
azure-webpubsub copied to clipboard

[Bugbash][azure-sdk-for-csharp]Missing Client Builder extensions for AAD

Open terencefan opened this issue 4 years ago • 0 comments

Describe the bug

There should be a client extension like this:

services.AddAzureClients(builder =>
{
    builder.AddWebPubSubServiceClient<TBuilder>(this TBuilder builder, Uri endpoint, string hub, TokenCredential credential)
}

But we only have AzureKeyCredential version for accesskey auth method now.

To Reproduce

Exceptions (if any)

Further technical details

terencefan avatar Oct 29 '21 07:10 terencefan