Merge remote-tracking branch 'refs/remotes/vmware/master'
This commit is contained in:
@@ -6604,10 +6604,6 @@ function Get-HVMachineSummary {
|
||||
}
|
||||
|
||||
$machineList = Find-HVMachine -Param $PSBoundParameters
|
||||
if (!$machineList) {
|
||||
Write-Host "No Virtual Machine(s) Found with given search parameters"
|
||||
break
|
||||
}
|
||||
return $machineList
|
||||
}
|
||||
|
||||
|
||||
@@ -274,7 +274,7 @@ Function Set-vMotionEncryptionConfig {
|
||||
[Parameter(Mandatory=$True,ValueFromPipeline=$True,ValueFromPipelinebyPropertyName=$True)]
|
||||
[VMware.VimAutomation.ViCore.Types.V1.Inventory.VirtualMachine]$VM,
|
||||
|
||||
[Parameter(Mandatory=$True]
|
||||
[Parameter(Mandatory=$True)]
|
||||
[ValidateSet("disabled", "opportunistic", "required")]
|
||||
[String]$Encryption
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user