[Bugbash][azure-sdk-for-csharp]Missing Client Builder extensions for AAD
Open
bug
bug-bash-round-2
sdk-csharp
- Dominant language
- TypeScript
- Stars
- 147
- Forks
- 96
- Avg merge
- 19h 28m
- Merged PRs (30d)
- 87
Description
### Describe the bug
There should be a client extension like this:
```C#
services.AddAzureClients(builder =>
{
builder.AddWebPubSubServiceClient(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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.