Skip to content

Commit 0bbec44

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Revert "Enable automerging for cloudflare routes." (#1765)
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 5820955 commit 0bbec44

File tree

4 files changed

+4
-27
lines changed

4 files changed

+4
-27
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": "2024-08-16 20:37:03.424282",
8-
"spec_repo_commit": "9c789d05"
7+
"regenerated": "2024-08-19 14:31:49.614155",
8+
"spec_repo_commit": "a4585fac"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-08-16 20:37:03.442650",
13-
"spec_repo_commit": "9c789d05"
12+
"regenerated": "2024-08-19 14:31:49.632464",
13+
"spec_repo_commit": "a4585fac"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4426,10 +4426,6 @@ components:
44264426
CloudflareAccountResponseAttributes:
44274427
description: Attributes object of a Cloudflare account.
44284428
properties:
4429-
api_key:
4430-
description: The CloudflareAccountResponseAttributes api_key.
4431-
type: string
4432-
writeOnly: true
44334429
email:
44344430
description: The email associated with the Cloudflare account.
44354431
@@ -4502,9 +4498,6 @@ components:
45024498
key is provided (and not a token), this field is also required.
45034499
45044500
type: string
4505-
name:
4506-
description: The CloudflareAccountUpdateRequestAttributes name.
4507-
type: string
45084501
resources:
45094502
description: An allowlist of resources to restrict pulling metrics for.
45104503
example:

packages/datadog-api-client-v2/models/CloudflareAccountResponseAttributes.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1010
* Attributes object of a Cloudflare account.
1111
*/
1212
export class CloudflareAccountResponseAttributes {
13-
/**
14-
* The CloudflareAccountResponseAttributes api_key.
15-
*/
16-
"apiKey"?: string;
1713
/**
1814
* The email associated with the Cloudflare account.
1915
*/
@@ -47,10 +43,6 @@ export class CloudflareAccountResponseAttributes {
4743
* @ignore
4844
*/
4945
static readonly attributeTypeMap: AttributeTypeMap = {
50-
apiKey: {
51-
baseName: "api_key",
52-
type: "string",
53-
},
5446
email: {
5547
baseName: "email",
5648
type: "string",

packages/datadog-api-client-v2/models/CloudflareAccountUpdateRequestAttributes.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ export class CloudflareAccountUpdateRequestAttributes {
1818
* The email associated with the Cloudflare account. If an API key is provided (and not a token), this field is also required.
1919
*/
2020
"email"?: string;
21-
/**
22-
* The CloudflareAccountUpdateRequestAttributes name.
23-
*/
24-
"name"?: string;
2521
/**
2622
* An allowlist of resources to restrict pulling metrics for.
2723
*/
@@ -56,10 +52,6 @@ export class CloudflareAccountUpdateRequestAttributes {
5652
baseName: "email",
5753
type: "string",
5854
},
59-
name: {
60-
baseName: "name",
61-
type: "string",
62-
},
6355
resources: {
6456
baseName: "resources",
6557
type: "Array<string>",

0 commit comments

Comments
 (0)