Add Param Aliases
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user