mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-08-09 05:49:24 +00:00
6b213265de
The cmdlet calls the /cloudinit/dump endpoint which returns YAML content, not a task UPID. This gets passed to WaitForTask causing a 501 error. PVE regenerates cloud-init automatically on VM start, so the explicit regenerate call is not needed for test VM setup. Bug to fix: RegenerateCloudInitImage should PUT to /cloudinit instead of GET from /cloudinit/dump. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>