Skip to content
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": "2025-02-19 14:28:22.930570",
"spec_repo_commit": "f57f6771"
"regenerated": "2025-02-19 19:09:50.271313",
"spec_repo_commit": "f0e5fdcf"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-02-19 14:28:22.946405",
"spec_repo_commit": "f57f6771"
"regenerated": "2025-02-19 19:09:50.286557",
"spec_repo_commit": "f0e5fdcf"
}
}
}
4 changes: 2 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3147,7 +3147,7 @@ components:
type: integer
scope:
description: The scope of your observed subscription.
example: subscriptions/1234abcd-1234-abcd-1234-1234abcd1234
example: /subscriptions/1234abcd-1234-abcd-1234-1234abcd1234
type: string
status:
description: The status of the Azure config.
Expand Down Expand Up @@ -3303,7 +3303,7 @@ components:
type: boolean
scope:
description: The scope of your observed subscription.
example: subscriptions/1234abcd-1234-abcd-1234-1234abcd1234
example: /subscriptions/1234abcd-1234-abcd-1234-1234abcd1234
type: string
required:
- account_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Feature: Cloud Cost Management
@generated @skip @team:Datadog/cloud-cost-management
Scenario: Create Cloud Cost Management Azure configs returns "Bad Request" response
Given new "CreateCostAzureUCConfigs" request
And body with value {"data": {"attributes": {"account_id": "1234abcd-1234-abcd-1234-1234abcd1234", "actual_bill_config": {"export_name": "dd-actual-export", "export_path": "dd-export-path", "storage_account": "dd-storage-account", "storage_container": "dd-storage-container"}, "amortized_bill_config": {"export_name": "dd-actual-export", "export_path": "dd-export-path", "storage_account": "dd-storage-account", "storage_container": "dd-storage-container"}, "client_id": "1234abcd-1234-abcd-1234-1234abcd1234", "scope": "subscriptions/1234abcd-1234-abcd-1234-1234abcd1234"}, "type": "azure_uc_config_post_request"}}
And body with value {"data": {"attributes": {"account_id": "1234abcd-1234-abcd-1234-1234abcd1234", "actual_bill_config": {"export_name": "dd-actual-export", "export_path": "dd-export-path", "storage_account": "dd-storage-account", "storage_container": "dd-storage-container"}, "amortized_bill_config": {"export_name": "dd-actual-export", "export_path": "dd-export-path", "storage_account": "dd-storage-account", "storage_container": "dd-storage-container"}, "client_id": "1234abcd-1234-abcd-1234-1234abcd1234", "scope": "/subscriptions/1234abcd-1234-abcd-1234-1234abcd1234"}, "type": "azure_uc_config_post_request"}}
When the request is sent
Then the response status is 400 Bad Request

Expand Down