From d1395790a5aba3be7a279fac042574fa2561ed05 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 13 Jun 2025 19:38:51 +0000 Subject: [PATCH] Regenerate client from commit 6eb36f2b of spec repo --- .apigentools-info | 8 ++++---- features/v2/security_monitoring.feature | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index 025803972622..038b1a959935 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-06-13 13:39:04.795452", - "spec_repo_commit": "9757e1ea" + "regenerated": "2025-06-13 19:38:19.691417", + "spec_repo_commit": "6eb36f2b" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-06-13 13:39:04.811736", - "spec_repo_commit": "9757e1ea" + "regenerated": "2025-06-13 19:38:19.708710", + "spec_repo_commit": "6eb36f2b" } } } \ No newline at end of file diff --git a/features/v2/security_monitoring.feature b/features/v2/security_monitoring.feature index 9f2039d79ee0..825665d160a7 100644 --- a/features/v2/security_monitoring.feature +++ b/features/v2/security_monitoring.feature @@ -178,7 +178,7 @@ Feature: Security Monitoring When the request is sent Then the response status is 400 Bad Request - @team:DataDog/k9-cloud-security-platform + @replay-only @skip-terraform-config @team:DataDog/k9-cloud-security-platform Scenario: Create a custom framework returns "Conflict" response Given there is a valid "custom_framework" in the system And new "CreateCustomFramework" request @@ -186,7 +186,7 @@ Feature: Security Monitoring When the request is sent Then the response status is 409 Conflict - @replay-only @team:DataDog/k9-cloud-security-platform + @replay-only @skip-terraform-config @team:DataDog/k9-cloud-security-platform Scenario: Create a custom framework returns "OK" response Given new "CreateCustomFramework" request And body with value {"data":{"type":"custom_framework","attributes":{"name":"name","handle":"create-framework-new","version":"10","icon_url":"test-url","requirements":[{"name":"requirement","controls":[{"name":"control","rules_id":["def-000-be9"]}]}]}}}