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
vmware_guest_network: Remove deprecated parameter networks
SUMMARY
Fixes#1195
The networks parameter is deprecated and should be removed.
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
vmware_guest_network
ADDITIONAL INFORMATION
community.vmware/plugins/modules/vmware_guest_network.py
Lines 865 to 871
in
67b9506
if module.params['networks']:
network_data = {}
module.deprecate(
msg='The old way of configuring interfaces by supplying an arbitrary list will be removed, loops should be used to handle multiple interfaces',
version='3.0.0',
collection_name='community.vmware'
)
SUMMARY
The
networks
parameter is deprecated and should be removed.ISSUE TYPE
COMPONENT NAME
vmware_guest_network
ADDITIONAL INFORMATION
community.vmware/plugins/modules/vmware_guest_network.py
Lines 865 to 871 in 67b9506
The text was updated successfully, but these errors were encountered: