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": "2024-11-04 18:34:33.238993",
"spec_repo_commit": "aeb956c4"
"regenerated": "2024-11-04 19:34:49.569743",
"spec_repo_commit": "82ea89c4"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-04 18:34:33.257596",
"spec_repo_commit": "aeb956c4"
"regenerated": "2024-11-04 19:34:49.588152",
"spec_repo_commit": "82ea89c4"
}
}
}
1 change: 1 addition & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29197,6 +29197,7 @@ paths:
- Cloud Cost Management
/api/v2/cost/enabled:
get:
deprecated: true
description: Get the Cloud Cost Management activity.
operationId: GetCloudCostActivity
responses:
Expand Down
3 changes: 3 additions & 0 deletions lib/datadog_api_client/v2/api/cloud_cost_management_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,12 @@ def get_cloud_cost_activity(opts = {})
#
# Get the Cloud Cost Management activity.
#
# @deprecated This API is deprecated.
#
# @param opts [Hash] the optional parameters
# @return [Array<(CloudCostActivityResponse, Integer, Hash)>] CloudCostActivityResponse data, response status code and response headers
def get_cloud_cost_activity_with_http_info(opts = {})
warn "[DEPRECATION] `GetCloudCostActivity` is deprecated."

if @api_client.config.debugging
@api_client.config.logger.debug 'Calling API: CloudCostManagementAPI.get_cloud_cost_activity ...'
Expand Down
Loading