Skip to content
New issue

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

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

Already on GitHub? # to your account

Delete api/v2/cost/aws_related_accounts from spec #1883

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.6.6",
"regenerated": "2024-10-31 16:03:59.641141",
"spec_repo_commit": "a11da7b5"
"regenerated": "2024-10-31 16:41:42.733972",
"spec_repo_commit": "63c441b2"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-31 16:03:59.659376",
"spec_repo_commit": "a11da7b5"
"regenerated": "2024-10-31 16:41:42.753030",
"spec_repo_commit": "63c441b2"
}
}
}
90 changes: 0 additions & 90 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -976,49 +976,6 @@ components:
type: string
x-enum-varnames:
- API_KEYS
AWSRelatedAccount:
description: AWS related account.
properties:
attributes:
$ref: '#/components/schemas/AWSRelatedAccountAttributes'
id:
description: The AWS account ID.
example: '123456789123'
type: string
type:
$ref: '#/components/schemas/AWSRelatedAccountType'
required:
- id
- type
type: object
AWSRelatedAccountAttributes:
description: Attributes for an AWS related account.
properties:
has_datadog_integration:
description: Whether or not the AWS account has a Datadog integration.
type: boolean
name:
description: The name of the AWS account.
type: string
type: object
AWSRelatedAccountType:
default: aws_account
description: Type of AWS related account.
enum:
- aws_account
example: aws_account
type: string
x-enum-varnames:
- AWS_ACCOUNT
AWSRelatedAccountsResponse:
description: List of AWS related accounts.
properties:
data:
description: An AWS related account.
items:
$ref: '#/components/schemas/AWSRelatedAccount'
type: array
type: object
ActiveBillingDimensionsAttributes:
description: List of active billing dimensions.
properties:
Expand Down Expand Up @@ -28974,53 +28931,6 @@ paths:
operator: OR
permissions:
- cloud_cost_management_write
/api/v2/cost/aws_related_accounts:
get:
deprecated: true
description: List the AWS accounts in an organization by calling 'organizations:ListAccounts'
from the specified management account.
operationId: ListAWSRelatedAccounts
parameters:
- description: The ID of the management account to filter by.
example: '123456789123'
in: query
name: filter[management_account_id]
required: true
schema:
type: string
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/AWSRelatedAccountsResponse'
description: OK
'400':
content:
application/json:
schema:
$ref: '#/components/schemas/APIErrorResponse'
description: Bad Request
'403':
content:
application/json:
schema:
$ref: '#/components/schemas/APIErrorResponse'
description: Forbidden
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- cloud_cost_management_read
summary: List related AWS accounts
tags:
- Cloud Cost Management
x-permission:
operator: OR
permissions:
- cloud_cost_management_read
/api/v2/cost/azure_uc_config:
get:
description: List the Azure configs.
Expand Down

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions examples/v2/cloud-cost-management/ListAWSRelatedAccounts.ts

This file was deleted.

7 changes: 0 additions & 7 deletions features/support/scenarios_model_mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3072,13 +3072,6 @@ export const ScenariosModelMappings: {[key: string]: {[key: string]: any}} = {
},
"operationResponseType": "AwsCURConfigsResponse",
},
"v2.ListAWSRelatedAccounts": {
"filterManagementAccountId": {
"type": "string",
"format": "",
},
"operationResponseType": "AWSRelatedAccountsResponse",
},
"v2.ListCostAzureUCConfigs": {
"operationResponseType": "AzureUCConfigsResponse",
},
Expand Down
15 changes: 0 additions & 15 deletions features/v2/cloud_cost_management.feature
Original file line number Diff line number Diff line change
Expand Up @@ -148,21 +148,6 @@ Feature: Cloud Cost Management
When the request is sent
Then the response status is 200 OK

@generated @skip @team:Datadog/cloud-cost-management
Scenario: List related AWS accounts returns "Bad Request" response
Given new "ListAWSRelatedAccounts" request
And request contains "filter[management_account_id]" parameter from "REPLACE.ME"
When the request is sent
Then the response status is 400 Bad Request

@replay-only @team:Datadog/cloud-cost-management
Scenario: List related AWS accounts returns "OK" response
Given new "ListAWSRelatedAccounts" request
And request contains "filter[management_account_id]" parameter with value "123456789123"
When the request is sent
Then the response status is 200 OK
And the response "data[0].attributes.name" is equal to "test_name"

@replay-only @team:Datadog/cloud-cost-management
Scenario: Update Cloud Cost Management AWS CUR config returns "OK" response
Given new "UpdateCostAWSCURConfig" request
Expand Down
6 changes: 0 additions & 6 deletions features/v2/undo.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,12 +414,6 @@
"type": "idempotent"
}
},
"ListAWSRelatedAccounts": {
"tag": "Cloud Cost Management",
"undo": {
"type": "safe"
}
},
"ListCostAzureUCConfigs": {
"tag": "Cloud Cost Management",
"undo": {
Expand Down
Loading
Loading