1
1
let prototyped_of_class = function
2
+ | "VM_group" ->
3
+ Some " 24.18.0-next"
2
4
| "Observer" ->
3
5
Some " 23.14.0"
4
6
| "VTPM" ->
@@ -7,6 +9,10 @@ let prototyped_of_class = function
7
9
None
8
10
9
11
let prototyped_of_field = function
12
+ | "VM_group" , "VMs" ->
13
+ Some " 24.18.0-next"
14
+ | "VM_group" , "placement" ->
15
+ Some " 24.18.0-next"
10
16
| "Observer" , "enabled" ->
11
17
Some " 23.14.0"
12
18
| "Observer" , "components" ->
@@ -55,6 +61,8 @@ let prototyped_of_field = function
55
61
Some " 22.27.0"
56
62
| "host" , "last_software_update" ->
57
63
Some " 22.20.0"
64
+ | "VM" , "groups" ->
65
+ Some " 24.18.0-next"
58
66
| "VM" , "pending_guidances_full" ->
59
67
Some " 24.10.0"
60
68
| "VM" , "pending_guidances_recommended" ->
@@ -63,6 +71,8 @@ let prototyped_of_field = function
63
71
Some " 23.18.0"
64
72
| "VM" , "actions__after_softreboot" ->
65
73
Some " 23.1.0"
74
+ | "pool" , "recommendations" ->
75
+ Some " 24.18.0-next"
66
76
| "pool" , "update_sync_enabled" ->
67
77
Some " 23.18.0"
68
78
| "pool" , "update_sync_day" ->
@@ -139,6 +149,8 @@ let prototyped_of_message = function
139
149
Some " 24.17.0"
140
150
| "VM" , "restart_device_models" ->
141
151
Some " 23.30.0"
152
+ | "VM" , "set_groups" ->
153
+ Some " 24.18.0-next"
142
154
| "pool" , "get_guest_secureboot_readiness" ->
143
155
Some " 24.17.0"
144
156
| "pool" , "set_ext_auth_max_threads" ->
0 commit comments