Bastien Perdriau
Results
2
issues of
Bastien Perdriau
### Library name Azure.ResourceManager.ServiceBus ### Please describe the feature. Hi, When creating a service bus with the newer SDK, we have to fill a ServiceBusNamespaceData object. However, this class doesn't...
Service Bus
Mgmt
customer-reported
question
Hello, I'm wondering if it could be possible to inject the ILogAnalyticsClient interface instead of LogAnalyticsClient class ? By replacing ```csharp services.AddHttpClient(); ``` by ```csharp services.AddHttpClient(); ``` I think it...