Remove leftover artifact from arraylist approach

This commit is contained in:
Wes Carroll
2019-03-01 21:57:41 -05:00
parent 543e35d4fb
commit b903c6131c
@@ -72,7 +72,6 @@ function Get-ZertoProtectedVm {
# Return all protected VMs if no parameters are requested
"main" {
$returnObject = Invoke-ZertoRestRequest -uri $baseUri
$returnObject.Add($results) | Out-Null
}
# Return information based on the vmIdentifer(s) provided.