ZertoPublic / ZertoApiWrapper

PowerShell wrapper for Zerto Virtual Manager API
GNU General Public License v3.0
16 stars 12 forks source link

Remove -VpgIdentifier Parameter from Get-ZertoRecoveryReport function #62

Closed wcarroll closed 4 years ago

wcarroll commented 4 years ago

Description

Removed the -vpgIdentifier parameter from the Get-ZertoRecoveryReport function as it is unused.

Related Issue

Fixes #60

Motivation and Context

The parameter is not accepted by the API and is ignored. Removing it from the function as an option.

How Has This Been Tested?

Built the module and the parameter was no longer an option. Ran all integrated tests.

Screenshots (if appropriate):

Types of changes

Checklist: