Skip to content

Commit

Permalink
Deprecate api/v2/cost/enabled (#2756)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Nov 4, 2024
1 parent d38c895 commit a450778
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
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:29.632314",
"spec_repo_commit": "aeb956c4"
"regenerated": "2024-11-04 19:34:52.467198",
"spec_repo_commit": "82ea89c4"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-04 18:34:29.651672",
"spec_repo_commit": "aeb956c4"
"regenerated": "2024-11-04 19:34:52.486319",
"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
2 changes: 2 additions & 0 deletions api/datadogV2/api_cloud_cost_management.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,8 @@ func (a *CloudCostManagementApi) DeleteCustomCostsFile(ctx _context.Context, fil

// GetCloudCostActivity Cloud Cost Enabled.
// Get the Cloud Cost Management activity.
//
// Deprecated: This API is deprecated.
func (a *CloudCostManagementApi) GetCloudCostActivity(ctx _context.Context) (CloudCostActivityResponse, *_nethttp.Response, error) {
var (
localVarHTTPMethod = _nethttp.MethodGet
Expand Down

0 comments on commit a450778

Please sign in to comment.