Correct vraIdentifier Switch Case

This commit is contained in:
Wes Carroll
2019-03-30 23:19:54 -04:00
parent ffba4a5981
commit c68225c458
+1 -1
View File
@@ -84,7 +84,7 @@ function Get-ZertoVra {
}
# When vra ids are provided, return for each id provided
"vraIdentifierifierifier" {
"vraIdentifier" {
$returnObject = foreach ( $vraId in $vraIdentifier ) {
$uri = "{0}/{1}" -f $baseUri, $vraId
Invoke-ZertoRestRequest -uri $uri