diff --git a/vhdbuilder/packer/windows/windows-vhd-configuration.ps1 b/vhdbuilder/packer/windows/windows-vhd-configuration.ps1 index 255f36d7e18..53fb2afe6ed 100644 --- a/vhdbuilder/packer/windows/windows-vhd-configuration.ps1 +++ b/vhdbuilder/packer/windows/windows-vhd-configuration.ps1 @@ -25,8 +25,6 @@ $CPU_ARCH = switch ($cpu.Architecture) { default { "" } } -Write-Output ($cpu | ConvertTo-Json) - if ([string]::IsNullOrEmpty($CPU_ARCH)) { $cpuName = $cpu.Name $cpuArch = $cpu.Architecture