From bc526a0ee6bae6c087c180120be75d6fa9efab2a Mon Sep 17 00:00:00 2001 From: Vincent Liu Date: Tue, 5 Nov 2024 18:09:11 +0000 Subject: [PATCH] fixup! CA-400060: Introduce new field for sm class --- ocaml/idl/datamodel_lifecycle.ml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ocaml/idl/datamodel_lifecycle.ml b/ocaml/idl/datamodel_lifecycle.ml index 60e46afb03..fb728685a5 100644 --- a/ocaml/idl/datamodel_lifecycle.ml +++ b/ocaml/idl/datamodel_lifecycle.ml @@ -51,6 +51,8 @@ let prototyped_of_field = function Some "22.26.0" | "VTPM", "persistence_backend" -> Some "22.26.0" + | "SM", "host_pending_features" -> + Some "24.36.0-next" | "host", "last_update_hash" -> Some "24.10.0" | "host", "pending_guidances_full" ->