Skip to content

Commit

Permalink
Regenerate client from commit e3ed2333 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Nov 4, 2024
1 parent 8704b61 commit 13ae7d6
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-10-31 16:41:34.289382",
"spec_repo_commit": "63c441b2"
"regenerated": "2024-11-04 13:21:24.607776",
"spec_repo_commit": "e3ed2333"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-31 16:41:34.307754",
"spec_repo_commit": "63c441b2"
"regenerated": "2024-11-04 13:21:24.626573",
"spec_repo_commit": "e3ed2333"
}
}
}
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 13ae7d6

Please sign in to comment.