Skip to content

Commit

Permalink
ACA-1303: Fix description link in provision_vm role README file
Browse files Browse the repository at this point in the history
Signed-off-by: Danielle Barda <dbarda@redhat.com>
  • Loading branch information
bardielle committed Mar 26, 2024
1 parent b19ea96 commit 0d432db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/provision_vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ N/A
Set the guest ID.
This parameter is case sensitive.
This field is required when creating a virtual machine, not required when creating from the template.
Valid values are referenced here: https://code.vmware.com/apis/358/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html
Valid values are referenced [here](https://vdc-download.vmware.com/vmwb-repository/dcr-public/184bb3ba-6fa8-4574-a767-d0c96e2a38f4/ba9422ef-405c-47dd-8553-e11b619185b2/SDK/vsphere-ws/docs/ReferenceGuide/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html).

- **provision_vm_hardware** (dictionary):
Manage virtual machine's hardware attributes.
Expand Down Expand Up @@ -556,7 +556,7 @@ N/A

- **provision_vm_vapp_properties** (list):
A list of vApp properties.
For full list of attributes and types refer to: https://code.vmware.com/apis/704/vsphere/vim.vApp.PropertyInfo.html
For full list of attributes and types refer to [vApp Properties info](https://vdc-download.vmware.com/vmwb-repository/dcr-public/184bb3ba-6fa8-4574-a767-d0c96e2a38f4/ba9422ef-405c-47dd-8553-e11b619185b2/SDK/vsphere-ws/docs/ReferenceGuide/vim.vApp.PropertyInfo.html)
Element keys:
* id:
type: str
Expand Down

0 comments on commit 0d432db

Please sign in to comment.