Updating Formatting
This commit is contained in:
@@ -2,7 +2,8 @@ function Get-ZertoApiFilter {
|
||||
[cmdletbinding()]
|
||||
[Outputtype([String])]
|
||||
param(
|
||||
[Parameter( Mandatory = $true,
|
||||
[Parameter(
|
||||
Mandatory = $true,
|
||||
HelpMessage = "Hashtable that contains filter keys and values"
|
||||
)]
|
||||
[ValidateNotNullOrEmpty()]
|
||||
|
||||
Reference in New Issue
Block a user