diff --git a/internal/uvm/create_wcow.go b/internal/uvm/create_wcow.go index 8e28ce0a5e..3e9c1e044e 100644 --- a/internal/uvm/create_wcow.go +++ b/internal/uvm/create_wcow.go @@ -415,8 +415,9 @@ func prepareSecurityConfigDoc(ctx context.Context, uvm *UtilityVM, opts *Options } doc.SchemaVersion = schemaversion.SchemaV25() + // VM Version 12 is the min version that supports the various SNP features. doc.VirtualMachine.Version = &hcsschema.Version{ - Major: 11, + Major: 12, Minor: 0, }