Skip to content

Commit 7c0f441

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit a3349759 of spec repo
1 parent f65ee2d commit 7c0f441

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-02-10 19:09:34.070491",
8-
"spec_repo_commit": "824f78a1"
7+
"regenerated": "2025-02-10 22:44:25.046457",
8+
"spec_repo_commit": "a3349759"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-10 19:09:34.086424",
13-
"spec_repo_commit": "824f78a1"
12+
"regenerated": "2025-02-10 22:44:25.066737",
13+
"spec_repo_commit": "a3349759"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3066,7 +3066,7 @@ components:
30663066
type: integer
30673067
scope:
30683068
description: The scope of your observed subscription.
3069-
example: subscriptions/1234abcd-1234-abcd-1234-1234abcd1234
3069+
example: /subscriptions/1234abcd-1234-abcd-1234-1234abcd1234
30703070
type: string
30713071
status:
30723072
description: The status of the Azure config.
@@ -3222,7 +3222,7 @@ components:
32223222
type: boolean
32233223
scope:
32243224
description: The scope of your observed subscription.
3225-
example: subscriptions/1234abcd-1234-abcd-1234-1234abcd1234
3225+
example: /subscriptions/1234abcd-1234-abcd-1234-1234abcd1234
32263226
type: string
32273227
required:
32283228
- account_id

features/v2/cloud_cost_management.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Feature: Cloud Cost Management
3131
@generated @skip @team:Datadog/cloud-cost-management
3232
Scenario: Create Cloud Cost Management Azure configs returns "Bad Request" response
3333
Given new "CreateCostAzureUCConfigs" request
34-
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"}}
34+
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"}}
3535
When the request is sent
3636
Then the response status is 400 Bad Request
3737

0 commit comments

Comments
 (0)