vmm: api: Fix image_type in OpenAPI definition

Signed-off-by: Wei Liu <liuwe@microsoft.com>
(cherry picked from commit 52b2ebb2b8)
This commit is contained in:
Wei Liu
2026-02-20 23:51:42 +00:00
committed by Bo Chen
parent bf94d3dad9
commit cd4d6ded75

View File

@@ -945,7 +945,8 @@ components:
type: boolean
default: false
image_type:
type: enum ["FixedVhd", "Qcow2", "Raw", "Vhdx"]
type: string
enum: [FixedVhd, Qcow2, Raw, Vhdx, Unknown]
NetConfig: