Mario Lenz
Mario Lenz
Please add a [changelog fragment](https://docs.ansible.com/ansible/latest/community/development_process.html#creating-a-changelog-fragment). Maybe `changelogs/fragments/2053-vmware_dvs_portgroup.yml`: ``` bugfixes: - vmware_dvs_portgroup - Fix erroneously reporting a change when `port_binding` is static and `num_ports` not specified (https://github.com/ansible-collections/community.vmware/pull/2053). ``` Or something similar....
@lennardk Thanks for the integration test! However, the last CI run failed with `missing required arguments: state` for the module. I think most other modules have a default of `present`...
Closing temporarily to force a new CI run. Will re-open soon.
Maybe we can use some of the code from [vmware_guest_cross_vc_clone](https://github.com/ansible-collections/community.vmware/blob/main/plugins/modules/vmware_guest_cross_vc_clone.py) to implement this. Ideally by moving the common code to a (new or already existing) module util instead of just...
We need an "official" API to implement this, but I'm unable to find one. Btw: PowerCLI implements some things that aren't officially documented. For example, there is a PowerCLI cmdlet...
> the API is documented here: https://developer.vmware.com/docs/vsphere-automation/latest/esx/settings/ Ah, yes. I think that's why I didn't find this. This collection mainly uses the (old) SOAP API and I was looking there....
I think this is quite similar to #1889
This isn't easy. The modules are generated based on the [7.0 U3 API spec](https://github.com/ansible-collections/vmware.vmware_rest/tree/b757870897c4ef3ac058b07adb9f91d24bfa01eb/config/api_specifications/7.0.3). And 7.0 U3 doesn't know about HW version 21. I've been wanting to provide specs for...
I've opened a [thread in the forum](https://forum.ansible.com/t/5023) to discuss this.