Skip to content

Commit 42d17b8

Browse files
api-clients-generation-pipeline[bot]skarimoci.datadog-api-spec
authored
Revert "[AAWF-509] Migrate all of the clients to single generator (#2501)
* Revert "[AAWF-509] Migrate all of the clients to single generator (#2482)" This reverts commit a28513f. * Regenerate client from commit b5c3e077 of spec repo --------- Co-authored-by: skarimo <[email protected]> Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent a28513f commit 42d17b8

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-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": "2025-07-10 21:03:57.603015",
8-
"spec_repo_commit": "fe6b4ea7"
7+
"regenerated": "2025-07-11 20:58:09.535027",
8+
"spec_repo_commit": "b5c3e077"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-07-10 21:03:57.620947",
13-
"spec_repo_commit": "fe6b4ea7"
12+
"regenerated": "2025-07-11 20:58:09.551638",
13+
"spec_repo_commit": "b5c3e077"
1414
}
1515
}
1616
}

.github/workflows/approved_status.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ jobs:
3535
with:
3636
github-token: ${{ steps.get_token.outputs.token }}
3737
repo: datadog-api-spec
38-
context: datadog-api-client-typescript/master

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ jobs:
136136
github-token: ${{ steps.get_token.outputs.token }}
137137
repo: datadog-api-spec
138138
status: ${{ (needs.test.result == 'cancelled' || needs.examples.result == 'cancelled') && 'pending' || needs.test.result == 'success' && needs.examples.result == 'success' && 'success' || 'failure' }}
139-
context: master/unit
139+
context: unit

0 commit comments

Comments
 (0)