vmm: api: Fix image_type in OpenAPI definition

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu
2026-02-20 23:51:42 +00:00
committed by Rob Bradford
parent 00e106e53e
commit 52b2ebb2b8

View File

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