Remove vpgIdentifier Parameter
vpgIdentifier Parameter as added as a parameter by mistake. The API does not accecpt this as a filter.
This commit is contained in:
@@ -26,12 +26,6 @@ function Get-ZertoRecoveryReport {
|
|||||||
)]
|
)]
|
||||||
[ValidateNotNullOrEmpty()]
|
[ValidateNotNullOrEmpty()]
|
||||||
[string]$pageSize,
|
[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(
|
[Parameter(
|
||||||
ParameterSetName = "filter",
|
ParameterSetName = "filter",
|
||||||
HelpMessage = "The name of the VPG. You can specify more than one VPG, separated by commas."
|
HelpMessage = "The name of the VPG. You can specify more than one VPG, separated by commas."
|
||||||
|
|||||||
@@ -142,22 +142,6 @@ Accept pipeline input: False
|
|||||||
Accept wildcard characters: 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
|
### -vpgName
|
||||||
The name of the VPG.
|
The name of the VPG.
|
||||||
You can specify more than one VPG, separated by commas.
|
You can specify more than one VPG, separated by commas.
|
||||||
|
|||||||
Reference in New Issue
Block a user