Skip to content

Commit 18ba7e7

Browse files
committed
Update datamodel_lifecycle.ml
Signed-off-by: Bengang Yuan <[email protected]>
1 parent 20d6e34 commit 18ba7e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ocaml/idl/datamodel_lifecycle.ml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ let prototyped_of_message = function
205205
Some "22.26.0"
206206
| "VTPM", "create" ->
207207
Some "22.26.0"
208+
| "host", "disable_ssh" ->
209+
Some "25.12.0-next"
210+
| "host", "enable_ssh" ->
211+
Some "25.12.0-next"
208212
| "host", "emergency_clear_mandatory_guidance" ->
209213
Some "24.10.0"
210214
| "host", "apply_recommended_guidances" ->
@@ -223,6 +227,10 @@ let prototyped_of_message = function
223227
Some "23.30.0"
224228
| "VM", "set_groups" ->
225229
Some "24.19.1"
230+
| "pool", "disable_ssh" ->
231+
Some "25.12.0-next"
232+
| "pool", "enable_ssh" ->
233+
Some "25.12.0-next"
226234
| "pool", "get_guest_secureboot_readiness" ->
227235
Some "24.17.0"
228236
| "pool", "set_ext_auth_cache_expiry" ->

0 commit comments

Comments
 (0)