From a435b73c851f932ced82c3ebb63d52a79cfa3fdf Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 24 Sep 2025 15:12:58 +0000 Subject: [PATCH] Regenerate client from commit bb9a938 of spec repo --- .generator/schemas/v2/openapi.yaml | 12 ++++++++---- .../src/v2/CloudCostManagementApi.ts | 2 -- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index f3d3ffaa56b6..b87d6929e9e7 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -55330,11 +55330,13 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - - AuthZ: - - cloud_cost_management_write summary: Create or update a budget tags: - Cloud Cost Management + x-permission: + operator: OR + permissions: + - cloud_cost_management_write /api/v2/cost/budget/{budget_id}: delete: description: Delete a budget. @@ -55398,11 +55400,13 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - - AuthZ: - - cloud_cost_management_read summary: List budgets tags: - Cloud Cost Management + x-permission: + operator: OR + permissions: + - cloud_cost_management_read /api/v2/cost/custom_costs: get: description: List the Custom Costs files. diff --git a/services/cloud_cost_management/src/v2/CloudCostManagementApi.ts b/services/cloud_cost_management/src/v2/CloudCostManagementApi.ts index f47fbb8c4562..94abd240c2a0 100644 --- a/services/cloud_cost_management/src/v2/CloudCostManagementApi.ts +++ b/services/cloud_cost_management/src/v2/CloudCostManagementApi.ts @@ -1020,7 +1020,6 @@ export class CloudCostManagementApiRequestFactory extends BaseAPIRequestFactory applySecurityAuthentication(_config, requestContext, [ "apiKeyAuth", "appKeyAuth", - "AuthZ", ]); return requestContext; @@ -1739,7 +1738,6 @@ export class CloudCostManagementApiRequestFactory extends BaseAPIRequestFactory applySecurityAuthentication(_config, requestContext, [ "apiKeyAuth", "appKeyAuth", - "AuthZ", ]); return requestContext;