Skip to content

Commit 127745d

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit afd28a91 of spec repo
1 parent 19b2cf3 commit 127745d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
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": "2024-11-04 17:58:13.167732",
8-
"spec_repo_commit": "6ffe013b"
7+
"regenerated": "2024-11-04 18:33:05.214557",
8+
"spec_repo_commit": "afd28a91"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-04 17:58:13.187613",
13-
"spec_repo_commit": "6ffe013b"
12+
"regenerated": "2024-11-04 18:33:05.233018",
13+
"spec_repo_commit": "afd28a91"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29197,6 +29197,7 @@ paths:
2919729197
- Cloud Cost Management
2919829198
/api/v2/cost/enabled:
2919929199
get:
29200+
deprecated: true
2920029201
description: Get the Cloud Cost Management activity.
2920129202
operationId: GetCloudCostActivity
2920229203
responses:

lib/datadog_api_client/v2/api/cloud_cost_management_api.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,12 @@ def get_cloud_cost_activity(opts = {})
364364
#
365365
# Get the Cloud Cost Management activity.
366366
#
367+
# @deprecated This API is deprecated.
368+
#
367369
# @param opts [Hash] the optional parameters
368370
# @return [Array<(CloudCostActivityResponse, Integer, Hash)>] CloudCostActivityResponse data, response status code and response headers
369371
def get_cloud_cost_activity_with_http_info(opts = {})
372+
warn "[DEPRECATION] `GetCloudCostActivity` is deprecated."
370373

371374
if @api_client.config.debugging
372375
@api_client.config.logger.debug 'Calling API: CloudCostManagementAPI.get_cloud_cost_activity ...'

0 commit comments

Comments
 (0)