ZertoPublic / ZertoApiWrapper

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

Make New-ZertoVpg -RecoverySite parameter case-insensitive #93

Closed wcarroll closed 4 years ago

wcarroll commented 4 years ago

Fixes #90

Currently New-ZertoVpg -recoverySite is case-sensitive due to the API filter used. This change updates the function to not use the native filter, but filter based on the data returned using a case-insensitive matching operator.