diff --git a/CHANGES.md b/CHANGES.md index 62fcdfce..e8b35eb7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,10 @@ This document describes the relevant changes between releases of the API model. +## 0.0.407 Jan 17 2025 +- Add `ClusterMigration` type +- Add `ClusterMigration` resources + ## 0.0.406 Dec 18 2024 - Expose the GCP Shielded VM secure boot setting at the machine pool level diff --git a/model/clusters_mgmt/v1/cluster_migrations_resource.model b/model/clusters_mgmt/v1/cluster_migrations_resource.model index 45cd5b45..f04c4afb 100644 --- a/model/clusters_mgmt/v1/cluster_migrations_resource.model +++ b/model/clusters_mgmt/v1/cluster_migrations_resource.model @@ -17,13 +17,10 @@ limitations under the License. // Manages the collection of cluster migrations of a cluster. resource ClusterMigrations { method List { - // Index of the returned page, where one corresponds to the first page. As this - // collection doesn't support paging the result will always be `1`. + // Index of the returned page, where one corresponds to the first page. in out Page Integer = 1 - // Number of items that will be contained in the returned page. As this collection - // doesn't support paging or searching the result will always be the total number of - // migrations of the cluster. + // Number of items that will be contained in the returned page. in out Size Integer = 100 // Total number of items of the collection that match the search criteria,