Skip to content

Commit 5643296

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit aeed7080 of spec repo
1 parent ab1c437 commit 5643296

File tree

4 files changed

+4
-14
lines changed

4 files changed

+4
-14
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-01-27 19:28:22.246402",
8-
"spec_repo_commit": "4a99b1d3"
7+
"regenerated": "2025-01-27 21:32:36.278990",
8+
"spec_repo_commit": "aeed7080"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-27 19:28:22.262046",
13-
"spec_repo_commit": "4a99b1d3"
12+
"regenerated": "2025-01-27 21:32:36.294654",
13+
"spec_repo_commit": "aeed7080"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34678,9 +34678,6 @@ paths:
3467834678
operator: OR
3467934679
permissions:
3468034680
- usage_read
34681-
x-unstable: '**Note**: This endpoint is in public beta.
34682-
34683-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
3468434681
/api/v2/csm/onboarding/agents:
3468534682
get:
3468634683
description: Get the list of all CSM Agents running on your hosts and containers.

lib/datadog_api_client/configuration.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ def initialize
203203
"v2.unpublish_app": false,
204204
"v2.update_app": false,
205205
"v2.get_active_billing_dimensions": false,
206-
"v2.get_monthly_cost_attribution": false,
207206
"v2.cancel_data_deletion_request": false,
208207
"v2.create_data_deletion_request": false,
209208
"v2.get_data_deletion_requests": false,

lib/datadog_api_client/v2/api/usage_metering_api.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -515,12 +515,6 @@ def get_monthly_cost_attribution(start_month, fields, opts = {})
515515
# @option opts [Boolean] :include_descendants Include child org cost in the response. Defaults to `true`.
516516
# @return [Array<(MonthlyCostAttributionResponse, Integer, Hash)>] MonthlyCostAttributionResponse data, response status code and response headers
517517
def get_monthly_cost_attribution_with_http_info(start_month, fields, opts = {})
518-
unstable_enabled = @api_client.config.unstable_operations["v2.get_monthly_cost_attribution".to_sym]
519-
if unstable_enabled
520-
@api_client.config.logger.warn format("Using unstable operation '%s'", "v2.get_monthly_cost_attribution")
521-
else
522-
raise DatadogAPIClient::APIError.new(message: format("Unstable operation '%s' is disabled", "v2.get_monthly_cost_attribution"))
523-
end
524518

525519
if @api_client.config.debugging
526520
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_monthly_cost_attribution ...'

0 commit comments

Comments
 (0)