Skip to content

Commit a0b2b2d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[DOCS-9961] fixing scope syntax (#2407)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 4dfb024 commit a0b2b2d

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-19 14:28:27.950193",
8-
"spec_repo_commit": "f57f6771"
7+
"regenerated": "2025-02-19 19:09:52.950548",
8+
"spec_repo_commit": "f0e5fdcf"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-19 14:28:27.964515",
13-
"spec_repo_commit": "f57f6771"
12+
"regenerated": "2025-02-19 19:09:52.967553",
13+
"spec_repo_commit": "f0e5fdcf"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3147,7 +3147,7 @@ components:
31473147
type: integer
31483148
scope:
31493149
description: The scope of your observed subscription.
3150-
example: subscriptions/1234abcd-1234-abcd-1234-1234abcd1234
3150+
example: /subscriptions/1234abcd-1234-abcd-1234-1234abcd1234
31513151
type: string
31523152
status:
31533153
description: The status of the Azure config.
@@ -3303,7 +3303,7 @@ components:
33033303
type: boolean
33043304
scope:
33053305
description: The scope of your observed subscription.
3306-
example: subscriptions/1234abcd-1234-abcd-1234-1234abcd1234
3306+
example: /subscriptions/1234abcd-1234-abcd-1234-1234abcd1234
33073307
type: string
33083308
required:
33093309
- account_id

tests/v2/features/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)