cloudapi/v2: support HyperV generation in Azure upload options

This commit is contained in:
Sanne Raymaekers 2024-11-12 15:29:24 +01:00
parent f672610509
commit 8fd36225be
4 changed files with 223 additions and 188 deletions

View file

@ -1351,6 +1351,15 @@ components:
Name of the uploaded image. It must be unique in the given resource group.
If name is omitted from the request, a random one based on a UUID is
generated.
hyper_v_generation:
type: string
enum:
- V1
- V2
default: V1
description: |
Choose the VM Image HyperV generation, different features on Azure are available
depending on the HyperV generation.
ContainerUploadOptions:
type: object
additionalProperties: false