You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
30
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
31
31
*/
32
32
exportclassAnomalyDetectionClient{
33
33
protectedstaticserviceEndpointTemplate=
@@ -51,7 +51,7 @@ export class AnomalyDetectionClient {
51
51
: null;
52
52
}
53
53
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
* This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
29
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
30
30
*/
31
31
exportclassAIServiceLanguageClient{
32
32
protectedstaticserviceEndpointTemplate=
@@ -49,7 +49,7 @@ export class AIServiceLanguageClient {
49
49
: null;
50
50
}
51
51
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
* This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
29
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
* This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
27
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
@@ -393,7 +393,7 @@ export class AnnouncementClient {
393
393
}
394
394
exportenumAnnouncementsPreferencesApiKeys{}
395
395
/**
396
-
* This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
396
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
0 commit comments