From 004f32ce04bd15efb86aa5676b938b5bdf367f24 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 21 Jul 2025 16:24:55 +0000 Subject: [PATCH] Regenerate client from commit 4636dce of spec repo --- .generated-info | 4 ++-- .../datadog/api/client/v2/api/data_deletion.feature | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.generated-info b/.generated-info index c398778b5d5..d4b8bf26ab5 100644 --- a/.generated-info +++ b/.generated-info @@ -1,4 +1,4 @@ { - "spec_repo_commit": "06ccc32", - "generated": "2025-07-21 13:56:40.276" + "spec_repo_commit": "4636dce", + "generated": "2025-07-21 16:24:55.725" } diff --git a/src/test/resources/com/datadog/api/client/v2/api/data_deletion.feature b/src/test/resources/com/datadog/api/client/v2/api/data_deletion.feature index 4085e586ba1..a8ab5cdb467 100644 --- a/src/test/resources/com/datadog/api/client/v2/api/data_deletion.feature +++ b/src/test/resources/com/datadog/api/client/v2/api/data_deletion.feature @@ -9,7 +9,7 @@ Feature: Data Deletion And a valid "appKeyAuth" key in the system And an instance of "DataDeletion" API - @replay-only @team:DataDog/supportability-engineering + @replay-only @skip @team:DataDog/supportability-engineering Scenario: Cancels a data deletion request returns "Bad Request" response Given operation "CancelDataDeletionRequest" enabled And new "CancelDataDeletionRequest" request @@ -17,7 +17,7 @@ Feature: Data Deletion When the request is sent Then the response status is 400 Bad Request - @team:DataDog/supportability-engineering + @skip @team:DataDog/supportability-engineering Scenario: Cancels a data deletion request returns "OK" response Given operation "CancelDataDeletionRequest" enabled And there is a valid "deletion_request" in the system @@ -30,7 +30,7 @@ Feature: Data Deletion And the response "data.attributes.product" is equal to "{{ deletion_request.data.attributes.product }}" And the response "data.attributes.status" is equal to "canceled" - @replay-only @team:DataDog/supportability-engineering + @replay-only @skip @team:DataDog/supportability-engineering Scenario: Cancels a data deletion request returns "Precondition failed error" response Given operation "CancelDataDeletionRequest" enabled And new "CancelDataDeletionRequest" request @@ -47,7 +47,7 @@ Feature: Data Deletion When the request is sent Then the response status is 400 Bad Request - @team:DataDog/supportability-engineering + @skip @team:DataDog/supportability-engineering Scenario: Creates a data deletion request returns "OK" response Given operation "CreateDataDeletionRequest" enabled And new "CreateDataDeletionRequest" request @@ -59,7 +59,7 @@ Feature: Data Deletion And the response "data.attributes.product" is equal to "logs" And the response "data.attributes.status" is equal to "pending" - @replay-only @team:DataDog/supportability-engineering + @replay-only @skip @team:DataDog/supportability-engineering Scenario: Creates a data deletion request returns "Precondition failed error" response Given operation "CreateDataDeletionRequest" enabled And new "CreateDataDeletionRequest" request @@ -75,7 +75,7 @@ Feature: Data Deletion When the request is sent Then the response status is 400 Bad Request - @team:DataDog/supportability-engineering + @skip @team:DataDog/supportability-engineering Scenario: Gets a list of data deletion requests returns "OK" response Given operation "GetDataDeletionRequests" enabled And there is a valid "deletion_request" in the system