Skip to content

Commit 28bd80a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit a3819bf3 of spec repo (#988)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 13fa020 commit 28bd80a

17 files changed

+28
-28
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.2",
7-
"regenerated": "2022-05-09 12:30:51.025060",
8-
"spec_repo_commit": "ef28653b"
7+
"regenerated": "2022-05-09 16:43:08.287596",
8+
"spec_repo_commit": "a3819bf3"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-05-09 12:30:51.036692",
13-
"spec_repo_commit": "ef28653b"
12+
"regenerated": "2022-05-09 16:43:08.299729",
13+
"spec_repo_commit": "a3819bf3"
1414
}
1515
}
1616
}

tests/v1/features/dashboards.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ Feature: Dashboards
416416
When the request is sent
417417
Then the response status is 404 Dashboards Not Found
418418

419-
@team:DataDog/dashboards
419+
@skip-typescript @team:DataDog/dashboards
420420
Scenario: Delete dashboards returns "No Content" response
421421
Given there is a valid "dashboard" in the system
422422
And new "DeleteDashboards" request
@@ -480,7 +480,7 @@ Feature: Dashboards
480480
When the request is sent
481481
Then the response status is 404 Dashboards Not Found
482482

483-
@team:DataDog/dashboards
483+
@skip-typescript @team:DataDog/dashboards
484484
Scenario: Restore deleted dashboards returns "No Content" response
485485
Given there is a valid "dashboard" in the system
486486
And the "dashboard" was deleted

tests/v1/features/downtimes.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ Feature: Downtimes
1111
And a valid "appKeyAuth" key in the system
1212
And an instance of "Downtimes" API
1313

14-
@team:DataDog/monitor-app
14+
@skip-typescript @team:DataDog/monitor-app
1515
Scenario: Cancel a downtime returns "Downtime not found" response
1616
Given new "CancelDowntime" request
1717
And request contains "downtime_id" parameter with value 0
1818
When the request is sent
1919
Then the response status is 404 Downtime not found
2020

21-
@team:DataDog/monitor-app
21+
@skip-typescript @team:DataDog/monitor-app
2222
Scenario: Cancel a downtime returns "OK" response
2323
Given there is a valid "downtime" in the system
2424
And new "CancelDowntime" request

tests/v1/features/notebooks.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Feature: Notebooks
3131
When the request is sent
3232
Then the response status is 400 Bad Request
3333

34-
@team:DataDog/notebooks
34+
@skip-typescript @team:DataDog/notebooks
3535
Scenario: Delete a notebook returns "Not Found" response
3636
Given new "DeleteNotebook" request
3737
And request contains "notebook_id" parameter with value 123456
3838
When the request is sent
3939
Then the response status is 404 Not Found
4040

41-
@team:DataDog/notebooks
41+
@skip-typescript @team:DataDog/notebooks
4242
Scenario: Delete a notebook returns "OK" response
4343
Given new "DeleteNotebook" request
4444
And there is a valid "notebook" in the system

tests/v1/features/webhooks_integration.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Feature: Webhooks Integration
4444
When the request is sent
4545
Then the response status is 404 Item Not Found
4646

47-
@skip-terraform-config @team:Datadog/collaboration-integrations
47+
@skip-typescript @skip-terraform-config @team:Datadog/collaboration-integrations
4848
Scenario: Delete a custom variable returns "OK" response
4949
Given there is a valid "webhook_custom_variable" in the system
5050
And new "DeleteWebhooksIntegrationCustomVariable" request
@@ -59,7 +59,7 @@ Feature: Webhooks Integration
5959
When the request is sent
6060
Then the response status is 404 Item Not Found
6161

62-
@skip-terraform-config @team:Datadog/collaboration-integrations
62+
@skip-typescript @skip-terraform-config @team:Datadog/collaboration-integrations
6363
Scenario: Delete a webhook returns "OK" response
6464
Given there is a valid "webhook" in the system
6565
And new "DeleteWebhooksIntegration" request

tests/v2/features/authn_mappings.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Feature: AuthN Mappings
3838
When the request is sent
3939
Then the response status is 404 Not Found
4040

41-
@team:DataDog/team-aaa
41+
@skip-typescript @team:DataDog/team-aaa
4242
Scenario: Delete an AuthN Mapping returns "OK" response
4343
Given there is a valid "role" in the system
4444
And there is a valid "authn_mapping" in the system

tests/v2/features/cloud_workload_security.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Feature: Cloud Workload Security
3131
And the response "data.type" is equal to "agent_rule"
3232
And the response "data.attributes.description" is equal to "Test Agent rule"
3333

34-
@team:DataDog/cws-backend @team:DataDog/security-monitoring
34+
@skip-typescript @team:DataDog/cws-backend @team:DataDog/security-monitoring
3535
Scenario: Delete a Cloud Workload Security Agent rule returns "Not Found" response
3636
Given new "DeleteCloudWorkloadSecurityAgentRule" request
3737
And request contains "agent_rule_id" parameter with value "abc-123-xyz"
3838
When the request is sent
3939
Then the response status is 404 Not Found
4040

41-
@team:DataDog/cws-backend @team:DataDog/security-monitoring
41+
@skip-typescript @team:DataDog/cws-backend @team:DataDog/security-monitoring
4242
Scenario: Delete a Cloud Workload Security Agent rule returns "OK" response
4343
Given there is a valid "agent_rule" in the system
4444
And new "DeleteCloudWorkloadSecurityAgentRule" request

tests/v2/features/incident_services.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Feature: Incident Services
4949
When the request is sent
5050
Then the response status is 404 Not Found
5151

52-
@team:Datadog/incident-app
52+
@skip-typescript @team:Datadog/incident-app
5353
Scenario: Delete an existing incident service returns "OK" response
5454
Given there is a valid "service" in the system
5555
And operation "DeleteIncidentService" enabled

tests/v2/features/incident_teams.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Feature: Incident Teams
4949
When the request is sent
5050
Then the response status is 404 Not Found
5151

52-
@team:Datadog/incident-app
52+
@skip-typescript @team:Datadog/incident-app
5353
Scenario: Delete an existing incident team returns "OK" response
5454
Given there is a valid "team" in the system
5555
And operation "DeleteIncidentTeam" enabled

tests/v2/features/incidents.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Feature: Incidents
6060
When the request is sent
6161
Then the response status is 404 Not Found
6262

63-
@team:DataDog/incident-app
63+
@skip-typescript @team:DataDog/incident-app
6464
Scenario: Delete an existing incident returns "OK" response
6565
Given operation "DeleteIncident" enabled
6666
And there is a valid "incident" in the system

0 commit comments

Comments
 (0)