Skip to content

Commit 49b1cac

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Remove unused enable in test (#1401)
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 0cec9c9 commit 49b1cac

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
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.6",
7-
"regenerated": "2023-11-06 14:29:58.916393",
8-
"spec_repo_commit": "c1794418"
7+
"regenerated": "2023-11-06 16:31:15.557023",
8+
"spec_repo_commit": "62fc6756"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-11-06 14:29:58.930753",
13-
"spec_repo_commit": "c1794418"
12+
"regenerated": "2023-11-06 16:31:15.571740",
13+
"spec_repo_commit": "62fc6756"
1414
}
1515
}
1616
}

examples/v2/service-scorecards/CreateScorecardRule.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import { client, v2 } from "@datadog/datadog-api-client";
66

77
const configuration = client.createConfiguration();
8-
configuration.unstableOperations["v2.createScorecardOutcomesBatch"] = true;
98
configuration.unstableOperations["v2.createScorecardRule"] = true;
109
const apiInstance = new v2.ServiceScorecardsApi(configuration);
1110

features/v2/service_scorecards.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Feature: Service Scorecards
2020
@team:DataDog/service-catalog
2121
Scenario: Create a new rule returns "Created" response
2222
Given operation "CreateScorecardRule" enabled
23-
And operation "CreateScorecardOutcomesBatch" enabled
2423
And new "CreateScorecardRule" request
2524
And body with value {"data": {"attributes": {"enabled": true, "name": "{{unique}}", "scorecard_name": "Observability Best Practices"}, "type": "rule"}}
2625
When the request is sent

0 commit comments

Comments
 (0)