From 28b36d3983598e5c4b1ffaeaeaf1b48c8868bddf Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Thu, 14 Mar 2019 20:30:12 -0400 Subject: [PATCH] Update to use the new create new vpg switch --- ZertoApiWrapper/Public/New-ZertoVpg.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZertoApiWrapper/Public/New-ZertoVpg.ps1 b/ZertoApiWrapper/Public/New-ZertoVpg.ps1 index a944121..3ec1ff8 100644 --- a/ZertoApiWrapper/Public/New-ZertoVpg.ps1 +++ b/ZertoApiWrapper/Public/New-ZertoVpg.ps1 @@ -228,7 +228,7 @@ function New-ZertoVpg { process { $baseUri = "vpgsettings" # Create a VPG Settings Identifier - $vpgSettingsIdentifier = New-ZertoVpgSettingsIdentifier + $vpgSettingsIdentifier = New-ZertoVpgSettingsIdentifier -newVpg # Put base settings into an object easy to manipulate $baseSettings = Get-ZertoVpgSetting -vpgSettingsIdentifier $vpgSettingsIdentifier # Set settings equal to passed and default parameters