From 9be2f09947f23034d08bc7751ccf22be75731ba0 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Wed, 17 Apr 2019 08:50:54 -0400 Subject: [PATCH] Alias and WhatIf updates --- docs/Get-ZertoServiceProfile.md | 2 +- docs/New-ZertoVpgSettingsIdentifier.md | 34 ++++++++++++++++++++++++-- docs/Set-ZertoAlert.md | 2 +- 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/docs/Get-ZertoServiceProfile.md b/docs/Get-ZertoServiceProfile.md index 21a381c..536e4e9 100644 --- a/docs/Get-ZertoServiceProfile.md +++ b/docs/Get-ZertoServiceProfile.md @@ -47,7 +47,7 @@ The service profile ID for which information should be returned. ```yaml Type: String[] Parameter Sets: serviceProfileId -Aliases: +Aliases: serviceProfileIdentifier Required: False Position: Named diff --git a/docs/New-ZertoVpgSettingsIdentifier.md b/docs/New-ZertoVpgSettingsIdentifier.md index 93f9beb..4c73305 100644 --- a/docs/New-ZertoVpgSettingsIdentifier.md +++ b/docs/New-ZertoVpgSettingsIdentifier.md @@ -14,12 +14,12 @@ Creates and returns a VPG Settings Identifier either for an existing VPG or a ne ### existingVpg ``` -New-ZertoVpgSettingsIdentifier -vpgIdentifier [] +New-ZertoVpgSettingsIdentifier -vpgIdentifier [-WhatIf] [-Confirm] [] ``` ### newVpg ``` -New-ZertoVpgSettingsIdentifier [-newVpg] [] +New-ZertoVpgSettingsIdentifier [-newVpg] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -75,6 +75,36 @@ Accept pipeline input: True (ByPropertyName, ByValue) Accept wildcard characters: False ``` +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. The cmdlet is not run. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/docs/Set-ZertoAlert.md b/docs/Set-ZertoAlert.md index 9e68770..9de6fc9 100644 --- a/docs/Set-ZertoAlert.md +++ b/docs/Set-ZertoAlert.md @@ -49,7 +49,7 @@ Alert identifier(s) to be dismissed or undismissed. ```yaml Type: String[] Parameter Sets: (All) -Aliases: alertIdentifier, identifier +Aliases: alertIdentifier, identifier, id Required: True Position: Named