Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate api/v2/cost/enabled #2756

Merged
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: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
Loading