Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove US only constraint for AWS tag filtering #1007

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4.1.dev8",
"regenerated": "2021-06-22 08:02:00.349551",
"spec_repo_commit": "6820788"
"regenerated": "2021-06-22 14:21:30.071279",
"spec_repo_commit": "ac88040"
},
"v2": {
"apigentools_version": "1.4.1.dev8",
"regenerated": "2021-06-22 08:02:31.929707",
"spec_repo_commit": "6820788"
"regenerated": "2021-06-22 14:22:04.098442",
"spec_repo_commit": "ac88040"
}
}
}
81 changes: 0 additions & 81 deletions api/v1/datadog/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2300,33 +2300,6 @@ paths:
schema:
$ref: '#/components/schemas/APIErrorResponse'
description: Authentication Error
servers:
- url: https://{subdomain}.{site}
variables:
site:
default: datadoghq.com
description: The regional site for our customers.
enum:
- datadoghq.com
subdomain:
default: api
description: The subdomain where the API is deployed.
- url: '{protocol}://{name}'
variables:
name:
default: api.datadoghq.com
description: Full site DNS name.
protocol:
default: https
description: The protocol for accessing the API.
- url: https://{subdomain}.{site}
variables:
site:
default: datadoghq.com
description: Any Datadog deployment.
subdomain:
default: api
description: The subdomain where the API is deployed.
summary: Delete a tag filtering entry
tags:
- AWS Integration
Expand Down Expand Up @@ -2365,33 +2338,6 @@ paths:
schema:
$ref: '#/components/schemas/APIErrorResponse'
description: Authentication Error
servers:
- url: https://{subdomain}.{site}
variables:
site:
default: datadoghq.com
description: The regional site for our customers.
enum:
- datadoghq.com
subdomain:
default: api
description: The subdomain where the API is deployed.
- url: '{protocol}://{name}'
variables:
name:
default: api.datadoghq.com
description: Full site DNS name.
protocol:
default: https
description: The protocol for accessing the API.
- url: https://{subdomain}.{site}
variables:
site:
default: datadoghq.com
description: Any Datadog deployment.
subdomain:
default: api
description: The subdomain where the API is deployed.
summary: Get all AWS tag filters
tags:
- AWS Integration
Expand Down Expand Up @@ -2430,33 +2376,6 @@ paths:
schema:
$ref: '#/components/schemas/APIErrorResponse'
description: Authentication Error
servers:
- url: https://{subdomain}.{site}
variables:
site:
default: datadoghq.com
description: The regional site for our customers.
enum:
- datadoghq.com
subdomain:
default: api
description: The subdomain where the API is deployed.
- url: '{protocol}://{name}'
variables:
name:
default: api.datadoghq.com
description: Full site DNS name.
protocol:
default: https
description: The protocol for accessing the API.
- url: https://{subdomain}.{site}
variables:
site:
default: datadoghq.com
description: Any Datadog deployment.
subdomain:
default: api
description: The subdomain where the API is deployed.
summary: Set an AWS tag filter
tags:
- AWS Integration
Expand Down
141 changes: 0 additions & 141 deletions api/v1/datadog/configuration.go

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