This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Use the public vSphere 7.0U2 vsphere-ws wsdl from (https://code.vmware.com/web/sdk/7.0/vsphere-management) to build the new Data types added in 7.0 U1 and U2
I used a modified version of my https://github.com/vmware/rbvmomi/blob/master/devel/verify-vim-wsdl.rb script to build the new data types from the vimService.xml wsdl file.
It isn't "production ready" yet as I had to make small modifications by had but I hope to enhance it to fully build the data types defined in it automatically in the future.I was able to get the auto-generated vmodl.db to be equal to my manual edits and so I've pushed those changes to the verify-vim-wsdl script.Dump the master vmodl.db marshal to yaml:
Dump the vmodl.db marshal from this branch to yaml:
Diff the two:
Fixes #208