-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add moref id to VM record type #491
Conversation
@yusufozturk, you must sign our contributor license agreement before your changes are merged. Click here to sign the agreement. If you are a VMware employee, read this for further instruction. |
Hi @yusufozturk, Just a small suggestion, would it be possible to add a small assertion in
To check that Currently that test is just checking the VM name so I thought this could help to improve it + validate your change. Best regards. |
@yusufozturk, VMware has approved your signed contributor license agreement. |
@adambarreiro thanks. I added tests but somehow there are additional whitespaces. I will revert them back. |
@adambarreiro ready. I don't know how to run tests yet but I made the changes according to other tests. Please let me know if you need anything else. Thanks. |
Hello @yusufozturk,
We're happy to merge it afterwards |
@Didainius thanks. I've made the changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks a lot for the contribution!
@yusufozturk , |
This PR adds VM moref id to VM record type struct.
Moref is already included in VM requests but it wasn't in the struct, so XML deserialization wasn't filling that.
Moref id helps us to match vCloud VM with vCenter VM.
Here is the issue:
#490
Thanks.