From 4ea4db9ef5dc2c5535c03a418ca6612358283863 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Tue, 22 Jan 2019 12:49:59 -0800 Subject: [PATCH] add docs for recently-merged -version option for hyperv --- website/source/docs/builders/hyperv-iso.html.md.erb | 3 +++ website/source/docs/builders/hyperv-vmcx.html.md.erb | 3 +++ 2 files changed, 6 insertions(+) diff --git a/website/source/docs/builders/hyperv-iso.html.md.erb b/website/source/docs/builders/hyperv-iso.html.md.erb index c0547cdba..6d989713a 100644 --- a/website/source/docs/builders/hyperv-iso.html.md.erb +++ b/website/source/docs/builders/hyperv-iso.html.md.erb @@ -94,6 +94,9 @@ builder. Packer to wait for 1 minute 30 seconds before typing the boot command. The default duration is "10s" (10 seconds). +- `configuration_version` - This allows you to set the vm version when + calling New-VM to generate the vm. + - `cpu` (number) - The number of CPUs the virtual machine should use. If this isn't specified, the default is 1 CPU. diff --git a/website/source/docs/builders/hyperv-vmcx.html.md.erb b/website/source/docs/builders/hyperv-vmcx.html.md.erb index fc1568657..de5cdd176 100644 --- a/website/source/docs/builders/hyperv-vmcx.html.md.erb +++ b/website/source/docs/builders/hyperv-vmcx.html.md.erb @@ -125,6 +125,9 @@ builder. Where $copy is replaced with either true or false depending on the value of "copy_in_compare". +- `configuration_version` - This allows you to set the vm version when + calling New-VM to generate the vm. + - `cpu` (number) - The number of CPUs the virtual machine should use. If this isn't specified, the default is 1 CPU.