From 3e7d91723f0a5e6e760c321fc9c142f5dac974ea Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Thu, 10 Jul 2014 08:53:56 -0500 Subject: [PATCH] Adding version_added for new vm_hw_version field in vpshere_guest --- library/cloud/vsphere_guest | 1 + 1 file changed, 1 insertion(+) diff --git a/library/cloud/vsphere_guest b/library/cloud/vsphere_guest index 333e277531e..a16f3441cf6 100644 --- a/library/cloud/vsphere_guest +++ b/library/cloud/vsphere_guest @@ -93,6 +93,7 @@ options: - Desired hardware version identifier (for example, "vmx-08" for vms that needs to be managed with vSphere Client). Note that changing hardware version of existing vm is not supported. required: false default: null + version_added: "1.7" vmware_guest_facts: description: - Gather facts from vCenter on a particular VM