Update Parameter Tests

This commit is contained in:
Wes Carroll
2019-07-23 12:51:13 -04:00
parent 4e7d30ef33
commit fd1619351e
2 changed files with 104 additions and 1 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ function Get-ZertoEvent {
ParameterSetName = "filter",
HelpMessage = "The type of event to return. This filter behaves in the same way as the eventCategory filter. Possible Values are: Possible Values are: 'All', 'Events', 'Alerts'"
)]
[ValidateNotNullOrEmpty()]
[ValidateSet('All','Events','Alerts')]
[string]$category,
[Parameter(
ParameterSetName = "filter",