Closed adarobin closed 1 year ago
@adarobin, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org>
to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.
This updates
nsxt_vm_tags
to use an API that is not deprecated and supports query parameters so that environments with over 1000 VMs work.This also resolves an issue I was having where tags with the same scope were having their tags overwritten by values from other tags in the same scope.
This should resolve #438 and #395. It might also resolve #392.