@@ -99,13 +99,6 @@ public CompletableFuture<ActiveBillingDimensionsResponse> getActiveBillingDimens
9999 */
100100 public ApiResponse <ActiveBillingDimensionsResponse > getActiveBillingDimensionsWithHttpInfo ()
101101 throws ApiException {
102- // Check if unstable operation is enabled
103- String operationId = "getActiveBillingDimensions" ;
104- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
105- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
106- } else {
107- throw new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId ));
108- }
109102 Object localVarPostBody = null ;
110103 // create path and map variables
111104 String localVarPath = "/api/v2/cost_by_tag/active_billing_dimensions" ;
@@ -141,17 +134,6 @@ public ApiResponse<ActiveBillingDimensionsResponse> getActiveBillingDimensionsWi
141134 */
142135 public CompletableFuture <ApiResponse <ActiveBillingDimensionsResponse >>
143136 getActiveBillingDimensionsWithHttpInfoAsync () {
144- // Check if unstable operation is enabled
145- String operationId = "getActiveBillingDimensions" ;
146- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
147- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
148- } else {
149- CompletableFuture <ApiResponse <ActiveBillingDimensionsResponse >> result =
150- new CompletableFuture <>();
151- result .completeExceptionally (
152- new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId )));
153- return result ;
154- }
155137 Object localVarPostBody = null ;
156138 // create path and map variables
157139 String localVarPath = "/api/v2/cost_by_tag/active_billing_dimensions" ;
@@ -1841,13 +1823,6 @@ public ApiResponse<MonthlyCostAttributionResponse> getMonthlyCostAttributionWith
18411823 String fields ,
18421824 GetMonthlyCostAttributionOptionalParameters parameters )
18431825 throws ApiException {
1844- // Check if unstable operation is enabled
1845- String operationId = "getMonthlyCostAttribution" ;
1846- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
1847- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
1848- } else {
1849- throw new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId ));
1850- }
18511826 Object localVarPostBody = null ;
18521827
18531828 // verify the required parameter 'startMonth' is set
@@ -1931,17 +1906,6 @@ public ApiResponse<MonthlyCostAttributionResponse> getMonthlyCostAttributionWith
19311906 OffsetDateTime startMonth ,
19321907 String fields ,
19331908 GetMonthlyCostAttributionOptionalParameters parameters ) {
1934- // Check if unstable operation is enabled
1935- String operationId = "getMonthlyCostAttribution" ;
1936- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
1937- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
1938- } else {
1939- CompletableFuture <ApiResponse <MonthlyCostAttributionResponse >> result =
1940- new CompletableFuture <>();
1941- result .completeExceptionally (
1942- new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId )));
1943- return result ;
1944- }
19451909 Object localVarPostBody = null ;
19461910
19471911 // verify the required parameter 'startMonth' is set
0 commit comments