Skip to content

Commit

Permalink
Merge pull request #465 from tzvatot/version-gates
Browse files Browse the repository at this point in the history
Add support for deleting version gate
  • Loading branch information
tzvatot authored Dec 21, 2021
2 parents d1eaf2a + 36a567b commit 3e3dacb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This document describes the relevant changes between releases of the API model.

## 0.0.163 Dec 21 2021
- Add support for version gate deletion.

## 0.0.162 Dec 21 2021
- Add support for version gate creation.

Expand Down
4 changes: 4 additions & 0 deletions model/clusters_mgmt/v1/version_gate_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ resource VersionGate {
method Get {
out Body VersionGate
}

// Deletes the version gate.
method Delete {
}
}

0 comments on commit 3e3dacb

Please sign in to comment.