From 200a030fd136864f4f5196d302b242215577e2d4 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 29 May 2026 16:27:37 +0000 Subject: [PATCH] Regenerate client from commit 6dd1df0 of spec repo --- features/v2/key_management.feature | 10 +++++----- features/v2/service_accounts.feature | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/features/v2/key_management.feature b/features/v2/key_management.feature index 4043183b7d31..9ebc28dba7e8 100644 --- a/features/v2/key_management.feature +++ b/features/v2/key_management.feature @@ -19,7 +19,7 @@ Feature: Key Management When the request is sent Then the response status is 400 Bad Request - @team:DataDog/credentials-management + @skip-terraform-config @team:DataDog/credentials-management Scenario: Create a personal access token returns "Created" response Given a valid "appKeyAuth" key in the system And new "CreatePersonalAccessToken" request @@ -249,7 +249,7 @@ Feature: Key Management When the request is sent Then the response status is 404 Not Found - @team:DataDog/credentials-management + @skip-terraform-config @team:DataDog/credentials-management Scenario: Get a personal access token returns "OK" response Given a valid "appKeyAuth" key in the system And there is a valid "personal_access_token" in the system @@ -339,7 +339,7 @@ Feature: Key Management And the response "data[0].type" is equal to "application_keys" And the response "data[0].attributes" has field "last_used_at" - @team:DataDog/credentials-management + @skip-terraform-config @team:DataDog/credentials-management Scenario: Get all personal access tokens returns "OK" response Given a valid "appKeyAuth" key in the system And there is a valid "personal_access_token" in the system @@ -398,7 +398,7 @@ Feature: Key Management And the response "data.attributes" has field "scopes" And the response "data.attributes" has field "last_used_at" - @team:DataDog/credentials-management + @skip-terraform-config @team:DataDog/credentials-management Scenario: Revoke a personal access token returns "No Content" response Given a valid "appKeyAuth" key in the system And there is a valid "personal_access_token" in the system @@ -433,7 +433,7 @@ Feature: Key Management When the request is sent Then the response status is 404 Not Found - @team:DataDog/credentials-management + @skip-terraform-config @team:DataDog/credentials-management Scenario: Update a personal access token returns "OK" response Given a valid "appKeyAuth" key in the system And there is a valid "personal_access_token" in the system diff --git a/features/v2/service_accounts.feature b/features/v2/service_accounts.feature index 9b64bed996a1..732472417750 100644 --- a/features/v2/service_accounts.feature +++ b/features/v2/service_accounts.feature @@ -37,7 +37,7 @@ Feature: Service Accounts When the request is sent Then the response status is 400 Bad Request - @team:DataDog/credentials-management + @skip-terraform-config @team:DataDog/credentials-management Scenario: Create an access token for a service account returns "Created" response Given there is a valid "service_account_user" in the system And new "CreateServiceAccountAccessToken" request @@ -146,7 +146,7 @@ Feature: Service Accounts When the request is sent Then the response status is 404 Not Found - @team:DataDog/credentials-management + @skip-terraform-config @team:DataDog/credentials-management Scenario: Get an access token for a service account returns "OK" response Given there is a valid "service_account_user" in the system And there is a valid "service_account_access_token" for "service_account_user" @@ -194,7 +194,7 @@ Feature: Service Accounts When the request is sent Then the response status is 404 Not Found - @team:DataDog/credentials-management + @skip-terraform-config @team:DataDog/credentials-management Scenario: List access tokens for a service account returns "OK" response Given there is a valid "service_account_user" in the system And new "ListServiceAccountAccessTokens" request @@ -226,7 +226,7 @@ Feature: Service Accounts Then the response status is 200 OK And the response "data" has length 0 - @team:DataDog/credentials-management + @skip-terraform-config @team:DataDog/credentials-management Scenario: Revoke an access token for a service account returns "No Content" response Given there is a valid "service_account_user" in the system And there is a valid "service_account_access_token" for "service_account_user" @@ -262,7 +262,7 @@ Feature: Service Accounts When the request is sent Then the response status is 404 Not Found - @team:DataDog/credentials-management + @skip-terraform-config @team:DataDog/credentials-management Scenario: Update an access token for a service account returns "OK" response Given there is a valid "service_account_user" in the system And there is a valid "service_account_access_token" for "service_account_user"