vmware / go-vcloud-director

Golang SDK for VMware Cloud Director
Other
80 stars 76 forks source link

Amend Defined Interface updates #566

Closed adambarreiro closed 1 year ago

adambarreiro commented 1 year ago

Description

It seems VCD 10.4.2 require the nss, vendor and version to be sent back on Defined Interface updates. This issue can be reproduced running the test Test_DefinedInterface in VCD 10.4.2. This patch fixes this situation.

This PR does the same patch for Defined Entity Types, despite this one doesn't fail, just to have the same behaviour in both places.