Add Param Aliases

This commit is contained in:
Wes Carroll
2019-03-26 14:28:00 -04:00
parent 1e82c04687
commit 76b228589e
23 changed files with 42 additions and 2 deletions
@@ -10,6 +10,7 @@ function Start-ZertoFailoverTest {
[Parameter(
HelpMessage = "The identifier of the checkpoint to use for testing. If unspecified, the latest checkpoint will be used."
)]
[Alias("checkpointId")]
[string]$checkpointIdentifier,
[Parameter(
HelpMessage = "The name(s) of the VMs within the selected VPG you wish to test. If unspecified, all VMs in the VPG will be tested."