Provisioning a virtual machine in Aria Automation fails after a storage migration or datastore replacement, whereby the VM was converted into a template.
Provisioning operation failed. Error from vCenter: A specified parameter was not correct: spec.snapshotAria Automation 8.18.1
The error occurs during a linked-clone execution (createNewChildDiskBacking) because vCenter requires a valid snapshot reference for the operation. If a VM was converted to a template or the storage backing changed, the spec.snapshot parameter provided by Aria Automation may become stale or invalid for the new storage infrastructure
To resolve this issue, modify the cloud template to use a full clone strategy.
Open the affected Cloud Template (Blueprint) in Aria Automation.
Locate the cloneStrategy property under the Cloud.vSphere.Machine resource.
Change the value from linked to full.
Deploy the template to verify the spec.snapshot validation is bypassed.