Azure / azure-signalr

Azure SignalR Service SDK for .NET
https://aka.ms/signalr-service
MIT License
427 stars 101 forks source link

Remove generated REST client which depends on deprecated package. #1902

Closed Y-Sindo closed 10 months ago

Y-Sindo commented 10 months ago
* For `RestHealthCheckService` (not really used now), the HttpClient timeout is not impacted by user settings.
* For `ServiceManager.IsServiceHeathy`, the http client timeout is impacted by user settings.
* For AAD related REST API calls, because they uses a static `HttpClientFactory` instance, they have never impacted by the user settings.

Closes #1818