Add tests for String to SsoAdminServer argument transformation in Disconnect-SsoAdminServer funciton

This commit is contained in:
dmilov
2020-10-06 10:56:00 +03:00
parent 927d5de17c
commit 8aa673e375
4 changed files with 57 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ namespace VMware.vSphere.SsoAdmin.Utils
result = obnMatchingServers.ToArray();
} else {
// Non-terminating error for not matching value
engineIntrinsics.Host.UI.WriteErrorLine($"'{obnValue}' doesn't match any objects in $global:DefaultSsoAdminServer variable");
engineIntrinsics.Host.UI.WriteErrorLine($"'{obnValue}' doesn't match any objects in $global:DefaultSsoAdminServers variable");
}
}