Skip to content

Commit

Permalink
fix(migrationcenter): update the API
Browse files Browse the repository at this point in the history
#### migrationcenter:v1

The following keys were changed:
- schemas.AssetPerformanceData.properties.dailyResourceUsageAggregations.description
  • Loading branch information
yoshi-automation authored and sofisl committed May 8, 2024
1 parent a49b6ea commit 75aec49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/migrationcenter-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2309,7 +2309,7 @@
}
}
},
"revision": "20240502",
"revision": "20240421",
"rootUrl": "https://migrationcenter.googleapis.com/",
"schemas": {
"AddAssetsToGroupRequest": {
Expand Down Expand Up @@ -2666,7 +2666,7 @@
"id": "AssetPerformanceData",
"properties": {
"dailyResourceUsageAggregations": {
"description": "Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 40 days. Aggregations are sorted from oldest to most recent.",
"description": "Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.",
"items": {
"$ref": "DailyResourceUsageAggregation"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/migrationcenter/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ export namespace migrationcenter_v1 {
*/
export interface Schema$AssetPerformanceData {
/**
* Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 40 days. Aggregations are sorted from oldest to most recent.
* Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.
*/
dailyResourceUsageAggregations?: Schema$DailyResourceUsageAggregation[];
}
Expand Down

0 comments on commit 75aec49

Please sign in to comment.