Update VMware.HV.Helper.psm1
Changed booleans to switches after looking at other uses in the code.
This commit is contained in:
@@ -11520,11 +11520,11 @@ function Set-HVInstantCloneMaintenance {
|
||||
$VMHost,
|
||||
|
||||
[Parameter(Mandatory = $false)]
|
||||
[boolean]
|
||||
[switch]
|
||||
$Enable,
|
||||
|
||||
[Parameter(Mandatory = $false)]
|
||||
[boolean]
|
||||
[switch]
|
||||
$Disable,
|
||||
|
||||
[Parameter(Mandatory = $false)]
|
||||
|
||||
Reference in New Issue
Block a user