Open captain118 opened 2 months ago
It looks like the format is iso = "local:iso/Windows_Server_2022_Eval.iso" I was able to find the example in the unit test go file. I dont know if you want to catch 'iso = "Windows_Server_2022_Eval.iso"' as invalid or not and I dont know if you want to update the documentation to remove the brackets.
@captain118 Thanks for reporting this.
Would probably be best if the iso
part is optional. As it's implied by the field name.
With the config listed below I'm able to create an cdrom using config:
iso = "Windows_Server_2022_Eval.iso"
however the iso is not mounted. Documentation says it should be in formatiso = "[local]:iso/Windows_Server_2022_Eval.iso"
however this format throws the errors: Error: error creating VM: 400 Parameter verification failed., error status: {"data":null,"errors":{"ide2":"invalid format - format error\nide2.file: invalid format - unable to parse volume ID '[local]:iso/Windows_Server_2022_Eval.iso'\n\n"}}