diff --git a/ZertoApiWrapper/Public/Checkpoint-ZertoVpg.ps1 b/ZertoApiWrapper/Public/Checkpoint-ZertoVpg.ps1 index 83515b9..2b1a371 100644 --- a/ZertoApiWrapper/Public/Checkpoint-ZertoVpg.ps1 +++ b/ZertoApiWrapper/Public/Checkpoint-ZertoVpg.ps1 @@ -11,6 +11,7 @@ function Checkpoint-ZertoVpg { Mandatory = $true, HelpMessage = "Text to tag the checkpoint with." )] + [ValidateNotNullOrEmpty()] [string]$checkpointName )