remove break issue #211
remove break issue https://github.com/vmware/PowerCLI-Example-Scripts/issues/211
This commit is contained in:
@@ -8119,7 +8119,6 @@ function Get-HVEntitlement {
|
|||||||
}
|
}
|
||||||
if (! $results) {
|
if (! $results) {
|
||||||
Write-Host "Get-HVEntitlement: No entitlements found with given search parameters"
|
Write-Host "Get-HVEntitlement: No entitlements found with given search parameters"
|
||||||
break
|
|
||||||
}
|
}
|
||||||
return $results
|
return $results
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user