From 1962dda15c7ac1bdc5f0b3d60a17d1a2b0d2c521 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Sun, 22 Dec 2019 10:07:17 -0500 Subject: [PATCH] Remove vpgIdentifier Parameter vpgIdentifier Parameter as added as a parameter by mistake. The API does not accecpt this as a filter. --- .../Public/Get-ZertoRecoveryReport.ps1 | 6 ------ docs/Get-ZertoRecoveryReport.md | 16 ---------------- 2 files changed, 22 deletions(-) diff --git a/ZertoApiWrapper/Public/Get-ZertoRecoveryReport.ps1 b/ZertoApiWrapper/Public/Get-ZertoRecoveryReport.ps1 index c15ba9c..fded034 100644 --- a/ZertoApiWrapper/Public/Get-ZertoRecoveryReport.ps1 +++ b/ZertoApiWrapper/Public/Get-ZertoRecoveryReport.ps1 @@ -26,12 +26,6 @@ function Get-ZertoRecoveryReport { )] [ValidateNotNullOrEmpty()] [string]$pageSize, - [Parameter( - ParameterSetName = "filter", - HelpMessage = "The internal identifier of the VPG. You can specify more than one VPG, separated by commas." - )] - [ValidateNotNullOrEmpty()] - [string]$vpgIdentifier, [Parameter( ParameterSetName = "filter", HelpMessage = "The name of the VPG. You can specify more than one VPG, separated by commas." diff --git a/docs/Get-ZertoRecoveryReport.md b/docs/Get-ZertoRecoveryReport.md index 488169d..d8361bf 100644 --- a/docs/Get-ZertoRecoveryReport.md +++ b/docs/Get-ZertoRecoveryReport.md @@ -142,22 +142,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -vpgIdentifier -The internal identifier of the VPG. -You can specify more than one VPG, separated by commas. - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -vpgName The name of the VPG. You can specify more than one VPG, separated by commas.