VMNetworkAdapter: Should be able to ignore network settings #204
Labels
breaking change
When used on an issue, the issue has been determined to be a breaking change.
enhancement
The issue is an enhancement request.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
Should we also add a property
Dhcp
in the schema classNetworkSettings
so we can easily determine if DHCP or static IP should be used? That I think would cover the scenarios:NetworkSettings
parameter is not part of configuration, do not enforce IP (DHCP or Static).NetworkSettings
parameter is passedDHCP -eq $true
then enable DHCP.DHCP -eq $false
then use Static IP.Since we have renamed the resources and are releasing the module as a new major version we can also add this as a breaking change.
Originally posted by @johlju in #189 (comment)
The text was updated successfully, but these errors were encountered: