Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jan 16, 2024

Conversation

Y-Sindo
Copy link
Member

@Y-Sindo Y-Sindo commented Jan 16, 2024

* 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

* 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.
@Y-Sindo Y-Sindo enabled auto-merge (squash) January 16, 2024 03:19
@Y-Sindo Y-Sindo merged commit 0157472 into Azure:dev Jan 16, 2024
8 checks passed
@Y-Sindo Y-Sindo deleted the restClient branch January 16, 2024 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade dependency on Microsoft.Rest.ClientRuntime to Azure.Core
2 participants