Skip to content

Commit 5820955

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

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 13:40:37.635915",
8-
"spec_repo_commit": "1b56c3ba"
7+
"regenerated": "2024-08-16 20:37:03.424282",
8+
"spec_repo_commit": "9c789d05"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-08-16 13:40:37.656678",
13-
"spec_repo_commit": "1b56c3ba"
12+
"regenerated": "2024-08-16 20:37:03.442650",
13+
"spec_repo_commit": "9c789d05"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8075,10 +8075,6 @@ components:
80758075
FastlyAccounResponseAttributes:
80768076
description: Attributes object of a Fastly account.
80778077
properties:
8078-
api_key:
8079-
description: The FastlyAccounResponseAttributes api_key.
8080-
type: string
8081-
writeOnly: true
80828078
name:
80838079
description: The name of the Fastly account.
80848080
example: test-name
@@ -8176,9 +8172,6 @@ components:
81768172
description: The API key of the Fastly account.
81778173
example: ABCDEFG123
81788174
type: string
8179-
name:
8180-
description: The FastlyAccountUpdateRequestAttributes name.
8181-
type: string
81828175
type: object
81838176
FastlyAccountUpdateRequestData:
81848177
description: Data object for updating a Fastly account.

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1111
* Attributes object of a Fastly account.
1212
*/
1313
export class FastlyAccounResponseAttributes {
14-
/**
15-
* The FastlyAccounResponseAttributes api_key.
16-
*/
17-
"apiKey"?: string;
1814
/**
1915
* The name of the Fastly account.
2016
*/
@@ -40,10 +36,6 @@ export class FastlyAccounResponseAttributes {
4036
* @ignore
4137
*/
4238
static readonly attributeTypeMap: AttributeTypeMap = {
43-
apiKey: {
44-
baseName: "api_key",
45-
type: "string",
46-
},
4739
name: {
4840
baseName: "name",
4941
type: "string",

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ export class FastlyAccountUpdateRequestAttributes {
1414
* The API key of the Fastly account.
1515
*/
1616
"apiKey"?: string;
17-
/**
18-
* The FastlyAccountUpdateRequestAttributes name.
19-
*/
20-
"name"?: string;
2117

2218
/**
2319
* A container for additional, undeclared properties.
@@ -39,10 +35,6 @@ export class FastlyAccountUpdateRequestAttributes {
3935
baseName: "api_key",
4036
type: "string",
4137
},
42-
name: {
43-
baseName: "name",
44-
type: "string",
45-
},
4638
additionalProperties: {
4739
baseName: "additionalProperties",
4840
type: "any",

0 commit comments

Comments
 (0)