Skip to content

Commit ec5ee01

Browse files
api-clients-generation-pipeline[bot]skarimoci.datadog-api-spec
authored
Revert "[AAWF-509] Migrate all of the clients to single generator (#2699)
* Revert "[AAWF-509] Migrate all of the clients to single generator (#2692)" This reverts commit 518e137. * 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 6d21829 commit ec5ee01

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.237245",
8-
"spec_repo_commit": "fe6b4ea7"
7+
"regenerated": "2025-07-11 20:58:09.492713",
8+
"spec_repo_commit": "b5c3e077"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-07-10 21:03:57.252326",
13-
"spec_repo_commit": "fe6b4ea7"
12+
"regenerated": "2025-07-11 20:58:09.653627",
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-python/master

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)