Skip to content

Commit

Permalink
Update changes.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVulaj committed Jan 20, 2025
1 parent 15f9e03 commit e5924c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 2 additions & 5 deletions model/clusters_mgmt/v1/cluster_migrations_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e5924c0

Please sign in to comment.