@@ -353,13 +353,6 @@ public ApiResponse<IncidentImpactResponse> createIncidentImpactWithHttpInfo(
353353 IncidentImpactCreateRequest body ,
354354 CreateIncidentImpactOptionalParameters parameters )
355355 throws ApiException {
356- // Check if unstable operation is enabled
357- String operationId = "createIncidentImpact" ;
358- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
359- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
360- } else {
361- throw new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId ));
362- }
363356 Object localVarPostBody = body ;
364357
365358 // verify the required parameter 'incidentId' is set
@@ -420,16 +413,6 @@ public ApiResponse<IncidentImpactResponse> createIncidentImpactWithHttpInfo(
420413 String incidentId ,
421414 IncidentImpactCreateRequest body ,
422415 CreateIncidentImpactOptionalParameters parameters ) {
423- // Check if unstable operation is enabled
424- String operationId = "createIncidentImpact" ;
425- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
426- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
427- } else {
428- CompletableFuture <ApiResponse <IncidentImpactResponse >> result = new CompletableFuture <>();
429- result .completeExceptionally (
430- new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId )));
431- return result ;
432- }
433416 Object localVarPostBody = body ;
434417
435418 // verify the required parameter 'incidentId' is set
@@ -1518,13 +1501,6 @@ public CompletableFuture<Void> deleteIncidentImpactAsync(String incidentId, Stri
15181501 */
15191502 public ApiResponse <Void > deleteIncidentImpactWithHttpInfo (String incidentId , String impactId )
15201503 throws ApiException {
1521- // Check if unstable operation is enabled
1522- String operationId = "deleteIncidentImpact" ;
1523- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
1524- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
1525- } else {
1526- throw new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId ));
1527- }
15281504 Object localVarPostBody = null ;
15291505
15301506 // verify the required parameter 'incidentId' is set
@@ -1578,16 +1554,6 @@ public ApiResponse<Void> deleteIncidentImpactWithHttpInfo(String incidentId, Str
15781554 */
15791555 public CompletableFuture <ApiResponse <Void >> deleteIncidentImpactWithHttpInfoAsync (
15801556 String incidentId , String impactId ) {
1581- // Check if unstable operation is enabled
1582- String operationId = "deleteIncidentImpact" ;
1583- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
1584- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
1585- } else {
1586- CompletableFuture <ApiResponse <Void >> result = new CompletableFuture <>();
1587- result .completeExceptionally (
1588- new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId )));
1589- return result ;
1590- }
15911557 Object localVarPostBody = null ;
15921558
15931559 // verify the required parameter 'incidentId' is set
@@ -4141,13 +4107,6 @@ public CompletableFuture<IncidentImpactsResponse> listIncidentImpactsAsync(
41414107 */
41424108 public ApiResponse <IncidentImpactsResponse > listIncidentImpactsWithHttpInfo (
41434109 String incidentId , ListIncidentImpactsOptionalParameters parameters ) throws ApiException {
4144- // Check if unstable operation is enabled
4145- String operationId = "listIncidentImpacts" ;
4146- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
4147- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
4148- } else {
4149- throw new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId ));
4150- }
41514110 Object localVarPostBody = null ;
41524111
41534112 // verify the required parameter 'incidentId' is set
@@ -4199,16 +4158,6 @@ public ApiResponse<IncidentImpactsResponse> listIncidentImpactsWithHttpInfo(
41994158 public CompletableFuture <ApiResponse <IncidentImpactsResponse >>
42004159 listIncidentImpactsWithHttpInfoAsync (
42014160 String incidentId , ListIncidentImpactsOptionalParameters parameters ) {
4202- // Check if unstable operation is enabled
4203- String operationId = "listIncidentImpacts" ;
4204- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
4205- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
4206- } else {
4207- CompletableFuture <ApiResponse <IncidentImpactsResponse >> result = new CompletableFuture <>();
4208- result .completeExceptionally (
4209- new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId )));
4210- return result ;
4211- }
42124161 Object localVarPostBody = null ;
42134162
42144163 // verify the required parameter 'incidentId' is set
0 commit comments