vmware-archive / powernsx

PowerShell module that abstracts the VMware NSX-v API to a set of easily used PowerShell functions
173 stars 90 forks source link

Remove core version check and restrictions #568

Closed dcoghlan closed 5 years ago

dcoghlan commented 5 years ago

Rather than perform specific version checking, remove the checks completely and rely on the end users to make sure they have a compatible version.

These checks were implemented very early on due to the changes happening within Powershell core, but as it has matured, the decision has been made to remove these checks.

powernsxbot commented 5 years ago

Tests Failed