From 7679a53613dd598ea63a9da286407a9a86c399cd Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 24 Sep 2025 15:18:16 +0000 Subject: [PATCH] Regenerate client from commit bb9a938 of spec repo --- .generator/schemas/v2/openapi.yaml | 12 ++++++++---- LICENSE-3rdparty.csv | 1 - 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index f3d3ffaa5..b87d6929e 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/LICENSE-3rdparty.csv b/LICENSE-3rdparty.csv index c19a9d103..b8e0c3389 100644 --- a/LICENSE-3rdparty.csv +++ b/LICENSE-3rdparty.csv @@ -116,7 +116,6 @@ retry-policies,https://github.com/TrueLayer/retry-policies,MIT OR Apache-2.0,Luc rustc-demangle,https://github.com/rust-lang/rustc-demangle,MIT OR Apache-2.0,Alex Crichton rustix,https://github.com/bytecodealliance/rustix,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,"Dan Gohman , Jakub Konka " rustls-pemfile,https://github.com/rustls/pemfile,Apache-2.0 OR ISC OR MIT,The rustls-pemfile Authors -rustversion,https://github.com/dtolnay/rustversion,MIT OR Apache-2.0,David Tolnay ryu,https://github.com/dtolnay/ryu,Apache-2.0 OR BSL-1.0,David Tolnay schannel,https://github.com/steffengy/schannel-rs,MIT,"Steven Fackler , Steffen Butzer " schemars,https://github.com/GREsau/schemars,MIT,Graham Esau