From 94717368b17a8581d1b468360fa17d84eab947b8 Mon Sep 17 00:00:00 2001 From: Bryce Date: Tue, 11 Nov 2025 13:04:24 -0800 Subject: [PATCH] vm reconfig --- ...VirtualMachineReconfigureVolumesAction.yml | 22 +++++-------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/components/schemas/vms/task/VirtualMachineReconfigureVolumesAction.yml b/components/schemas/vms/task/VirtualMachineReconfigureVolumesAction.yml index 6989d48a..83ec14ed 100644 --- a/components/schemas/vms/task/VirtualMachineReconfigureVolumesAction.yml +++ b/components/schemas/vms/task/VirtualMachineReconfigureVolumesAction.yml @@ -10,20 +10,8 @@ properties: - volumes.reconfigure description: The action to take. contents: - description: An array of volume objects to be reconfigured. - type: array - items: - type: object - description: A summary of relevant volume information. - required: - - id - - hash - - config - properties: - id: - "$ref": "../../ID.yml" - hash: - type: string - description: A unique hash for the given volume. - config: - "$ref": "../config/volumes/VirtualMachineVolumeConfig.yml" + description: | + A map of volume objects where the key is the id and the value is the volume's config. + type: object + additionalProperties: + $ref: ../config/volumes/VirtualMachineVolumeConfig.yml