Skip to content

Commit

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

The following keys were changed:
- schemas.GoogleCloudRecommenderV1beta1Insight.properties.name.description
- schemas.GoogleCloudRecommenderV1beta1Recommendation.properties.name.description

#### recommender:v1

The following keys were changed:
- schemas.GoogleCloudRecommenderV1Insight.properties.name.description
- schemas.GoogleCloudRecommenderV1Recommendation.properties.name.description
  • Loading branch information
yoshi-automation authored and sofisl committed May 2, 2024
1 parent 7b4553c commit 827d7fc
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 10 deletions.
6 changes: 3 additions & 3 deletions discovery/recommender-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,7 @@
}
}
},
"revision": "20240128",
"revision": "20240421",
"rootUrl": "https://recommender.googleapis.com/",
"schemas": {
"GoogleCloudRecommenderV1CostProjection": {
Expand Down Expand Up @@ -1813,7 +1813,7 @@
"type": "string"
},
"name": {
"description": "Name of the insight.",
"description": "Identifier. Name of the insight.",
"type": "string"
},
"observationPeriod": {
Expand Down Expand Up @@ -2171,7 +2171,7 @@
"type": "string"
},
"name": {
"description": "Name of recommendation.",
"description": "Identifier. Name of recommendation.",
"type": "string"
},
"primaryImpact": {
Expand Down
6 changes: 3 additions & 3 deletions discovery/recommender-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1920,7 +1920,7 @@
}
}
},
"revision": "20240128",
"revision": "20240421",
"rootUrl": "https://recommender.googleapis.com/",
"schemas": {
"GoogleCloudLocationListLocationsResponse": {
Expand Down Expand Up @@ -2113,7 +2113,7 @@
"type": "string"
},
"name": {
"description": "Name of the insight.",
"description": "Identifier. Name of the insight.",
"type": "string"
},
"observationPeriod": {
Expand Down Expand Up @@ -2518,7 +2518,7 @@
"type": "string"
},
"name": {
"description": "Name of recommendation.",
"description": "Identifier. Name of recommendation.",
"type": "string"
},
"primaryImpact": {
Expand Down
Loading

0 comments on commit 827d7fc

Please sign in to comment.