From 1da569fa6acf0e9f4df948e9a905c1669cf0ca83 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Sun, 9 Jun 2019 16:03:31 -0400 Subject: [PATCH] Correct Parameter in Help File --- docs/Get-ZAJournalSiteAverageSize.md | 30 ++++++++++++++-------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/Get-ZAJournalSiteAverageSize.md b/docs/Get-ZAJournalSiteAverageSize.md index dc1510c..7699b8c 100644 --- a/docs/Get-ZAJournalSiteAverageSize.md +++ b/docs/Get-ZAJournalSiteAverageSize.md @@ -78,6 +78,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -recoverySiteIdentifier +The identifier of the recovery Site. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: True +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -startDate The starting date of the report, in RFC 3339 standard ('1970-01-01T00:00:00Z'). If only the end date is added, the start date by default will be the end date minus 7 days. @@ -94,21 +109,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -recoverySiteIdentifier -The identifier of the VPG. - -```yaml -Type: String -Parameter Sets: (All) -Aliases: - -Required: True -Position: 1 -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).