You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
findVmByUuid does si.content.searchIndex.FindByUuid and always passes 4th arg as False.
This should be true when vc uuid is used (by the caller of this function) and false when bios uuid is used.
findVmByUuid does si.content.searchIndex.FindByUuid and always passes 4th arg as False.
This should be true when vc uuid is used (by the caller of this function) and false when bios uuid is used.
See usage of FindByUuid on this page - https://www.vmware.com/support/developer/vc-sdk/visdk41pubs/ApiReference/vim.SearchIndex.html
Two parts to fix this:
The text was updated successfully, but these errors were encountered: