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 Dec 9, 2021. It is now read-only.
Compiled Vim25Services.dll doesn't contain definitions for HostSubSpecificationUpdateEvent and HostSpecificationRequireEvent event types, which causes deserialization error while running all-possible-event-types capture.
Environment
SDK version:
Unsure, but the latest vim-types.xsd donesn't have these definitions anyway.
.NET version:
4.7.2
vSphere version:
6.7.2
Steps or code snippet to reproduce
Run event collector to capture all events.
Actual behavior
Time-to-time, PropertyChange object contains raw xml elements (of type XmlAttribute or XmlElement) in val property of changeSet property instead of an ansessors of Event (like UserLoginSessionEvent for instance).
Expected behavior
All returned events inherided from Vim25Api.Event.
The text was updated successfully, but these errors were encountered:
Hi @kunal-pmj, thank you for your confirmation. I also found this thread vmware/pyvmomi#746, so it's confirmed to be fixed in the next release. Thank you for your hard work.
Compiled Vim25Services.dll doesn't contain definitions for HostSubSpecificationUpdateEvent and HostSpecificationRequireEvent event types, which causes deserialization error while running all-possible-event-types capture.
Environment
SDK version:
Unsure, but the latest vim-types.xsd donesn't have these definitions anyway.
.NET version:
4.7.2
vSphere version:
6.7.2
Steps or code snippet to reproduce
Run event collector to capture all events.
Actual behavior
Time-to-time, PropertyChange object contains raw xml elements (of type XmlAttribute or XmlElement) in val property of changeSet property instead of an ansessors of Event (like UserLoginSessionEvent for instance).
Expected behavior
All returned events inherided from Vim25Api.Event.
The text was updated successfully, but these errors were encountered: