From 764b4cb50a71bc4ae559ae7c6c870fca3df768a5 Mon Sep 17 00:00:00 2001 From: jnsc Date: Fri, 6 Mar 2020 15:30:11 +0100 Subject: [PATCH] updated link to GuestOsIdentifier (#8849) Co-authored-by: Adrien Delorme --- builder/vsphere/iso/step_create.go | 2 +- .../builder/vsphere/iso/_CreateConfig-not-required.html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/vsphere/iso/step_create.go b/builder/vsphere/iso/step_create.go index a37f04c53..02bc77f6c 100644 --- a/builder/vsphere/iso/step_create.go +++ b/builder/vsphere/iso/step_create.go @@ -40,7 +40,7 @@ type CreateConfig struct { // the full list of supported VM hardware versions. Version uint `mapstructure:"vm_version"` // Set VM OS type. Defaults to `otherGuest`. See [ - // here](https://pubs.vmware.com/vsphere-6-5/index.jsp?topic=%2Fcom.vmware.wssdk.apiref.doc%2Fvim.vm.GuestOsDescriptor.GuestOsIdentifier.html) + // here](https://code.vmware.com/apis/358/vsphere/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html) // for a full list of possible values. GuestOSType string `mapstructure:"guest_os_type"` // Set the Firmware at machine creation. Example `efi`. Defaults to `bios`. diff --git a/website/source/partials/builder/vsphere/iso/_CreateConfig-not-required.html.md b/website/source/partials/builder/vsphere/iso/_CreateConfig-not-required.html.md index 1bf667668..b3524f079 100644 --- a/website/source/partials/builder/vsphere/iso/_CreateConfig-not-required.html.md +++ b/website/source/partials/builder/vsphere/iso/_CreateConfig-not-required.html.md @@ -6,7 +6,7 @@ the full list of supported VM hardware versions. - `guest_os_type` (string) - Set VM OS type. Defaults to `otherGuest`. See [ - here](https://pubs.vmware.com/vsphere-6-5/index.jsp?topic=%2Fcom.vmware.wssdk.apiref.doc%2Fvim.vm.GuestOsDescriptor.GuestOsIdentifier.html) + here](https://code.vmware.com/apis/358/vsphere/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html) for a full list of possible values. - `firmware` (string) - Set the Firmware at machine creation. Example `efi`. Defaults to `bios`.