Update to use the new create new vpg switch
This commit is contained in:
@@ -228,7 +228,7 @@ function New-ZertoVpg {
|
|||||||
process {
|
process {
|
||||||
$baseUri = "vpgsettings"
|
$baseUri = "vpgsettings"
|
||||||
# Create a VPG Settings Identifier
|
# Create a VPG Settings Identifier
|
||||||
$vpgSettingsIdentifier = New-ZertoVpgSettingsIdentifier
|
$vpgSettingsIdentifier = New-ZertoVpgSettingsIdentifier -newVpg
|
||||||
# Put base settings into an object easy to manipulate
|
# Put base settings into an object easy to manipulate
|
||||||
$baseSettings = Get-ZertoVpgSetting -vpgSettingsIdentifier $vpgSettingsIdentifier
|
$baseSettings = Get-ZertoVpgSetting -vpgSettingsIdentifier $vpgSettingsIdentifier
|
||||||
# Set settings equal to passed and default parameters
|
# Set settings equal to passed and default parameters
|
||||||
|
|||||||
Reference in New Issue
Block a user