Skip to content

Commit

Permalink
allow variables in port (#1940)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Aug 22, 2024
1 parent 5e1f28e commit b8311ff
Show file tree
Hide file tree
Showing 26 changed files with 111 additions and 124 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-08-21 21:09:59.858983",
"spec_repo_commit": "46829234"
"regenerated": "2024-08-22 19:10:59.513616",
"spec_repo_commit": "9ce6b1ec"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-08-21 21:09:59.908125",
"spec_repo_commit": "46829234"
"regenerated": "2024-08-22 19:10:59.531643",
"spec_repo_commit": "9ce6b1ec"
}
}
}
8 changes: 2 additions & 6 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16237,10 +16237,7 @@ components:
type: string
dnsServerPort:
description: DNS server port to use for DNS tests.
format: int32
maximum: 65535
minimum: 1
type: integer
type: string
files:
description: Files to be used as part of the request in the test.
items:
Expand Down Expand Up @@ -16280,8 +16277,7 @@ components:
type: boolean
port:
description: Port to use when performing the test.
format: int64
type: integer
type: string
proxy:
$ref: '#/components/schemas/SyntheticsTestRequestProxy'
query:
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-08-14T08:58:43.057Z
2024-08-21T13:17:18.467Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-08-14T08:58:58.240Z
2024-08-21T13:17:21.302Z
Loading

0 comments on commit b8311ff

Please sign in to comment.