Skip to content

Commit

Permalink
CP-51034: Update datamodel_lifecycle.ml
Browse files Browse the repository at this point in the history
Signed-off-by: Colin James <[email protected]>
  • Loading branch information
contificate committed Sep 24, 2024
1 parent 9bfcc40 commit 9e6e015
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ocaml/idl/datamodel_lifecycle.ml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ let prototyped_of_field = function
Some "23.9.0"
| "pool", "telemetry_uuid" ->
Some "23.9.0"
| "pool", "ext_auth_cache_expiry" ->
Some "24.30.0-next"
| "pool", "ext_auth_cache_size" ->
Some "24.30.0-next"
| "pool", "ext_auth_cache_enabled" ->
Some "24.30.0-next"
| "pool", "ext_auth_max_threads" ->
Some "23.27.0"
| "pool", "local_auth_max_threads" ->
Expand Down Expand Up @@ -163,6 +169,12 @@ let prototyped_of_message = function
Some "24.19.1"
| "pool", "get_guest_secureboot_readiness" ->
Some "24.17.0"
| "pool", "set_ext_auth_cache_expiry" ->
Some "24.30.0-next"
| "pool", "set_ext_auth_cache_size" ->
Some "24.30.0-next"
| "pool", "set_ext_auth_cache_enabled" ->
Some "24.30.0-next"
| "pool", "set_ext_auth_max_threads" ->
Some "23.27.0"
| "pool", "set_local_auth_max_threads" ->
Expand Down

0 comments on commit 9e6e015

Please sign in to comment.