diff --git a/.apigentools-info b/.apigentools-info index fb2ea46018e..d314348ff05 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -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" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index eb62353da13..17e1aad8f28 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -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. @@ -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 diff --git a/src/test/resources/com/datadog/api/client/v2/api/cloud_cost_management.feature b/src/test/resources/com/datadog/api/client/v2/api/cloud_cost_management.feature index 4bef351f25c..f5a51caa5d8 100644 --- a/src/test/resources/com/datadog/api/client/v2/api/cloud_cost_management.feature +++ b/src/test/resources/com/datadog/api/client/v2/api/cloud_cost_management.feature @@ -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