Update VMware.HV.Helper.psm1

Changed booleans to switches after looking at other uses in the code.
This commit is contained in:
Jack McMichael
2018-12-02 17:01:26 -07:00
parent e5920d40f5
commit c7a19c795e

View File

@@ -11520,11 +11520,11 @@ function Set-HVInstantCloneMaintenance {
$VMHost,
[Parameter(Mandatory = $false)]
[boolean]
[switch]
$Enable,
[Parameter(Mandatory = $false)]
[boolean]
[switch]
$Disable,
[Parameter(Mandatory = $false)]