From 37352169bb2f8c94e885816942692d1980445b9c Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Sun, 10 Mar 2019 22:23:44 -0400 Subject: [PATCH] Add external help information --- ZertoApiWrapper/Public/New-ZertoVpg.ps1 | 1 + ZertoApiWrapper/Public/Save-ZertoVpgSettings.ps1 | 1 + 2 files changed, 2 insertions(+) diff --git a/ZertoApiWrapper/Public/New-ZertoVpg.ps1 b/ZertoApiWrapper/Public/New-ZertoVpg.ps1 index 720a116..083d9b9 100644 --- a/ZertoApiWrapper/Public/New-ZertoVpg.ps1 +++ b/ZertoApiWrapper/Public/New-ZertoVpg.ps1 @@ -1,3 +1,4 @@ +<# .ExternalHelp ./en-us/ZertoApiWrapper-help.xml #> function New-ZertoVpg { [cmdletbinding()] param( diff --git a/ZertoApiWrapper/Public/Save-ZertoVpgSettings.ps1 b/ZertoApiWrapper/Public/Save-ZertoVpgSettings.ps1 index 157393f..015a79e 100644 --- a/ZertoApiWrapper/Public/Save-ZertoVpgSettings.ps1 +++ b/ZertoApiWrapper/Public/Save-ZertoVpgSettings.ps1 @@ -1,3 +1,4 @@ +<# .ExternalHelp ./en-us/ZertoApiWrapper-help.xml #> function Save-ZertoVpgSettings { [cmdletbinding( SupportsShouldProcess = $true