Skip to content

Commit

Permalink
Update gen.sh to vC build 17986435 (7.0U2HP4)
Browse files Browse the repository at this point in the history
This patch updates the type generator to use vCenter build
17986435, 7.0U2 Hot Patch 4. This patch does not update the
actual types -- just the generator's data to point to the
new build.
  • Loading branch information
akutz committed May 24, 2021
1 parent e40df73 commit e53716d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions gen/gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,19 @@ generate() {
done
}

# ./sdk/ contains the contents of wsdl.zip from vimbase build 17097359 (vSphere 7.0U1)
#
# All types derive from vCenter build 17986435, vSphere 7.0U2 Hot Patch 4
#
export COPYRIGHT_DATE_RANGE="2014-2021"

generate "../vim25" "vim" "./rbvmomi/vmodl.db" # from github.com/vmware/rbvmomi@v2.4.1
# ./sdk/ contains the contents of wsdl.zip from vimbase build 17354719
generate "../vim25" "vim" "./rbvmomi/vmodl.db" # from github.com/vmware/rbvmomi@v3.0.0
generate "../pbm" "pbm"
generate "../vslm" "vslm"
generate "../sms" "sms"

# ./sdk/ contains the files eam-messagetypes.xsd and eam-types.xsd from
# eam-wsdl.zip, from eam-vcenter build 17073099 (vSphere 7.0U1), a
# dependency component of the aforementioned vimbase build 17097359.
# eam-wsdl.zip, from eam-vcenter build 17490501.
#
# Please note the EAM files are also available at the following, public URL --
# http://bit.ly/eam-sdk, therefore the WSDL resource for EAM are in fact
Expand Down

0 comments on commit e53716d

Please sign in to comment.