Update to use the new create new vpg switch

This commit is contained in:
Wes Carroll
2019-03-14 20:30:12 -04:00
parent 59f83cbb8a
commit 28b36d3983
+1 -1
View File
@@ -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