From 6b73f0bcce2ee0cb6361beabbc14fe7f75c1eabc Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Fri, 31 May 2019 10:32:12 -0400 Subject: [PATCH] Update GitHub URLs to Reflect ZertoPublic Project --- README.md | 4 +- ZertoApiWrapper.build.ps1 | 4 +- .../Public/en-us/ZertoApiWrapper-help.xml | 96 +++++++++---------- docs/Add-ZertoPeerSite.md | 2 +- docs/Checkpoint-ZertoVpg.md | 2 +- docs/Connect-ZertoServer.md | 2 +- docs/Disconnect-ZertoServer.md | 2 +- docs/Edit-ZertoVra.md | 2 +- docs/Export-ZertoVpg.md | 2 +- docs/Get-ZertoAlert.md | 2 +- docs/Get-ZertoDatastore.md | 2 +- docs/Get-ZertoEvent.md | 2 +- docs/Get-ZertoLicense.md | 2 +- docs/Get-ZertoLocalSite.md | 2 +- docs/Get-ZertoPeerSite.md | 2 +- docs/Get-ZertoProtectedVm.md | 2 +- docs/Get-ZertoRecoveryReport.md | 2 +- docs/Get-ZertoResourcesReport.md | 2 +- docs/Get-ZertoServiceProfile.md | 2 +- docs/Get-ZertoTask.md | 2 +- docs/Get-ZertoUnprotectedVm.md | 2 +- docs/Get-ZertoVirtualizationSite.md | 2 +- docs/Get-ZertoVolume.md | 2 +- docs/Get-ZertoVpg.md | 2 +- docs/Get-ZertoVpgSetting.md | 2 +- docs/Get-ZertoVra.md | 2 +- docs/Get-ZertoZorg.md | 2 +- docs/Get-ZertoZsspSession.md | 2 +- docs/Import-ZertoVpg.md | 2 +- docs/Install-ZertoVra.md | 2 +- docs/Invoke-ZertoFailover.md | 2 +- docs/Invoke-ZertoFailoverCommit.md | 2 +- docs/Invoke-ZertoFailoverRollback.md | 2 +- docs/Invoke-ZertoForceSync.md | 2 +- docs/Invoke-ZertoMove.md | 2 +- docs/Invoke-ZertoMoveRollback.md | 2 +- docs/New-ZertoVpg.md | 4 +- docs/New-ZertoVpgSettingsIdentifier.md | 2 +- docs/Remove-ZertoPeerSite.md | 4 +- docs/Remove-ZertoVpg.md | 2 +- docs/Resume-ZertoVpg.md | 2 +- docs/Save-ZertoVpgSetting.md | 2 +- docs/Set-ZertoAlert.md | 2 +- docs/Set-ZertoLicense.md | 2 +- docs/Start-ZertoCloneVpg.md | 2 +- docs/Start-ZertoFailoverTest.md | 2 +- docs/Stop-ZertoCloneVpg.md | 2 +- docs/Stop-ZertoFailoverTest.md | 2 +- docs/Suspend-ZertoVpg.md | 2 +- docs/Uninstall-ZertoVra.md | 2 +- 50 files changed, 101 insertions(+), 101 deletions(-) diff --git a/README.md b/README.md index a6ba2f9..9d58ada 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ If you are using this as part of a larger script, I highly suggest explicitly en ## Recent Updates -- March 15th, 2019: Implement Export and Import Functionality. Please See [Export-ZertoVpg Help](https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Export-ZertoVpg.md) and [Import-ZertoVpg Help](https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Import-ZertoVpg.md) for assistance. No current pre-seed support. -- March 11th, 2019: Create basic VPG completed. Please see [New-ZertoVpg Help](https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/New-ZertoVpg.md) +- March 15th, 2019: Implement Export and Import Functionality. Please See [Export-ZertoVpg Help](https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Export-ZertoVpg.md) and [Import-ZertoVpg Help](https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Import-ZertoVpg.md) for assistance. No current pre-seed support. +- March 11th, 2019: Create basic VPG completed. Please see [New-ZertoVpg Help](https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/New-ZertoVpg.md) ## TODO diff --git a/ZertoApiWrapper.build.ps1 b/ZertoApiWrapper.build.ps1 index 3ca2fb5..448cab0 100644 --- a/ZertoApiWrapper.build.ps1 +++ b/ZertoApiWrapper.build.ps1 @@ -103,8 +103,8 @@ task CreatePsd1ForRelease CleanTemp, { Copyright = '(c) {0} Wes Carroll. All rights reserved.' -f $(Get-Date -format 'yyyy') Description = 'Windows PowerShell and PowerShell Core API Wrapper Module for Zerto Virtual Manager' PowerShellVersion = '5.1.0' - ProjectUri = 'https://github.com/wcarroll/ZertoApiWrapper' - LicenseUri = 'https://github.com/wcarroll/ZertoApiWrapper/blob/master/LICENSE' + ProjectUri = 'https://github.com/ZertoPublic/ZertoApiWrapper' + LicenseUri = 'https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/LICENSE' Tags = @("Zerto", "Automation") FunctionsToExport = $functionsToExport CmdletsToExport = @() diff --git a/ZertoApiWrapper/Public/en-us/ZertoApiWrapper-help.xml b/ZertoApiWrapper/Public/en-us/ZertoApiWrapper-help.xml index 6ae1461..51251ea 100644 --- a/ZertoApiWrapper/Public/en-us/ZertoApiWrapper-help.xml +++ b/ZertoApiWrapper/Public/en-us/ZertoApiWrapper-help.xml @@ -150,7 +150,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Add-ZertoPeerSite.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Add-ZertoPeerSite.md Zerto REST API Peer Site End Point Documentation @@ -262,7 +262,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Checkpoint-ZertoVpg.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Checkpoint-ZertoVpg.md Zerto REST API VPG End Point Documentation @@ -421,7 +421,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Connect-ZertoServer.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Connect-ZertoServer.md Zerto REST API Session End Point Documentation @@ -492,7 +492,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Disconnect-ZertoServer.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Disconnect-ZertoServer.md Zerto REST API Session End Point Documentation @@ -746,7 +746,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Edit-ZertoVra.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Edit-ZertoVra.md Zerto REST API VRA End Point Documentation @@ -903,7 +903,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/Master/docs/Export-ZertoVpg.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/Master/docs/Export-ZertoVpg.md Zerto REST API VPG Settings End Point Documentation @@ -1325,7 +1325,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoAlert.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoAlert.md Zerto REST API Alerts End Point Documentation @@ -1420,7 +1420,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoDatastore.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoDatastore.md Zerto REST API Datastore Information End Point Documentation @@ -1916,7 +1916,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoEvent.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoEvent.md Zerto REST API Events End Point Documentation @@ -1979,7 +1979,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoLicense.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoLicense.md Zerto REST API License Information @@ -2066,7 +2066,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoLocalSite.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoLocalSite.md Zerto REST API Local Site End Point Documentation @@ -2310,7 +2310,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoPeerSite.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoPeerSite.md Zerto REST API Peer Site End Point Documentation @@ -2663,7 +2663,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoProtectedVm.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoProtectedVm.md Zerto REST API Protected VMs End Point Documentation @@ -2926,7 +2926,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoRecoveryReport.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoRecoveryReport.md Zerto REST API Recovery Report End Point Documentation @@ -3399,7 +3399,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoResourcesReport.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoResourcesReport.md Zerto REST API Resources Report End Point Documentation @@ -3514,7 +3514,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoServiceProfile.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoServiceProfile.md Zerto REST API Service Profile End Point Documentation @@ -3782,7 +3782,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoTask.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoTask.md Zerto REST API Task End Point Documentation @@ -3845,7 +3845,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoUnprotectedVm.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoUnprotectedVm.md Zerto REST API Virtualization Sites End Point Documentation @@ -4332,7 +4332,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoVirtualizationSite.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoVirtualizationSite.md Zerto REST API Virtualization Sites End Point Documentation @@ -4530,7 +4530,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoVolume.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoVolume.md Zerto REST API Volumes End Point Documentation @@ -5221,7 +5221,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoVpg.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoVpg.md Zerto REST API VPG End Point Documentation @@ -6035,7 +6035,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoVpgSetting.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoVpgSetting.md Zerto REST API VPG Settings End Point Documentation @@ -6401,7 +6401,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoVra.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoVra.md Zerto REST API VRA End Point Documentation @@ -6496,7 +6496,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoZorg.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoZorg.md Zerto REST API ZOrg End Point Documentation @@ -6584,7 +6584,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertpZsspSession.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertpZsspSession.md Zerto REST API ZSSP Session End Point Documentation @@ -6672,7 +6672,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/Master/docs/Import-ZertoVpg.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/Master/docs/Import-ZertoVpg.md Zerto REST API VPG Settings End Point Documentation @@ -7089,7 +7089,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Install-ZertoVra.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Install-ZertoVra.md Zerto REST API VRA End Point Documentation @@ -7386,7 +7386,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Invoke-ZertoFailover.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Invoke-ZertoFailover.md Zerto REST API VPG End Point Documentation @@ -7504,7 +7504,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Invoke-ZertoFailoverCommit.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Invoke-ZertoFailoverCommit.md Zerto REST API VPG End Point Documentation @@ -7592,7 +7592,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Invoke-ZertoFailoverRollback.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Invoke-ZertoFailoverRollback.md Zerto REST API VPG End Point Documentation @@ -7680,7 +7680,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Invoke-ZertoForceSync.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Invoke-ZertoForceSync.md Zerto REST API VPG End Point Documentation @@ -8046,7 +8046,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Invoke-ZertoMove.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Invoke-ZertoMove.md Zerto REST API VPG End Point Documentation @@ -8360,7 +8360,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Invoke-ZertoMoveRollback.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Invoke-ZertoMoveRollback.md Zerto REST API VPG End Point Documentation @@ -10299,7 +10299,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/New-ZertoVpg.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/New-ZertoVpg.md Zerto REST API VPG Settings End Point Documentation @@ -10488,7 +10488,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/Master/docs/New-ZertoVpgSettingsIdentifier.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/Master/docs/New-ZertoVpgSettingsIdentifier.md Zerto REST API VPG Settings End Point Documentation @@ -10761,7 +10761,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Remove-ZertoPeerSite.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Remove-ZertoPeerSite.md Zerto REST API Peer Site End Point Documentation @@ -11033,7 +11033,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Remove-ZertoVpg.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Remove-ZertoVpg.md Zerto REST API VPG End Point Documentation @@ -11121,7 +11121,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Resume-ZertoVpg.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Resume-ZertoVpg.md Zerto REST API VPG End Point Documentation @@ -11255,7 +11255,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Save-ZertoVpgSetting.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Save-ZertoVpgSetting.md Zerto REST API VPG Settings End Point Documentation @@ -11479,7 +11479,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Set-ZertoAlert.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Set-ZertoAlert.md Zerto REST API Alerts End Point Documentation @@ -11613,7 +11613,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Set-ZertoLicense.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Set-ZertoLicense.md Zerto REST API License Information @@ -11819,7 +11819,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Start-ZertoCloneVpg.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Start-ZertoCloneVpg.md Zerto REST API VPG End Point Documentation @@ -12001,7 +12001,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Start-ZertoFailoverTest.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Start-ZertoFailoverTest.md Zerto REST API VPG End Point Documentation @@ -12135,7 +12135,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Stop-ZertoCloneVpg.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Stop-ZertoCloneVpg.md Zerto REST API VPG End Point Documentation @@ -12317,7 +12317,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Stop-ZertoFailoverTest.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Stop-ZertoFailoverTest.md Zerto REST API VPG End Point Documentation @@ -12405,7 +12405,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Suspend-ZertoVpg.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Suspend-ZertoVpg.md Zerto REST API VPG End Point Documentation @@ -12493,7 +12493,7 @@ Online Version: - https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Uninstall-ZertoVra.md + https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Uninstall-ZertoVra.md Zerto REST API VRA End Point Documentation @@ -12501,4 +12501,4 @@ - \ No newline at end of file + diff --git a/docs/Add-ZertoPeerSite.md b/docs/Add-ZertoPeerSite.md index c05f0ef..2589547 100644 --- a/docs/Add-ZertoPeerSite.md +++ b/docs/Add-ZertoPeerSite.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Add-ZertoPeerSite.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Add-ZertoPeerSite.md schema: 2.0.0 --- diff --git a/docs/Checkpoint-ZertoVpg.md b/docs/Checkpoint-ZertoVpg.md index 3c08107..d7cfbf5 100644 --- a/docs/Checkpoint-ZertoVpg.md +++ b/docs/Checkpoint-ZertoVpg.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Checkpoint-ZertoVpg.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Checkpoint-ZertoVpg.md schema: 2.0.0 --- diff --git a/docs/Connect-ZertoServer.md b/docs/Connect-ZertoServer.md index 810bdb0..8c657b7 100644 --- a/docs/Connect-ZertoServer.md +++ b/docs/Connect-ZertoServer.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Connect-ZertoServer.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Connect-ZertoServer.md schema: 2.0.0 --- diff --git a/docs/Disconnect-ZertoServer.md b/docs/Disconnect-ZertoServer.md index 814d8cc..9cb7188 100644 --- a/docs/Disconnect-ZertoServer.md +++ b/docs/Disconnect-ZertoServer.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Disconnect-ZertoServer.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Disconnect-ZertoServer.md schema: 2.0.0 --- diff --git a/docs/Edit-ZertoVra.md b/docs/Edit-ZertoVra.md index be40e81..37b894a 100644 --- a/docs/Edit-ZertoVra.md +++ b/docs/Edit-ZertoVra.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Edit-ZertoVra.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Edit-ZertoVra.md schema: 2.0.0 --- diff --git a/docs/Export-ZertoVpg.md b/docs/Export-ZertoVpg.md index 52e6dc5..8a1ee4c 100644 --- a/docs/Export-ZertoVpg.md +++ b/docs/Export-ZertoVpg.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/Master/docs/Export-ZertoVpg.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/Master/docs/Export-ZertoVpg.md schema: 2.0.0 --- diff --git a/docs/Get-ZertoAlert.md b/docs/Get-ZertoAlert.md index 1dfd749..8df174b 100644 --- a/docs/Get-ZertoAlert.md +++ b/docs/Get-ZertoAlert.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoAlert.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoAlert.md schema: 2.0.0 --- diff --git a/docs/Get-ZertoDatastore.md b/docs/Get-ZertoDatastore.md index 8db8390..d3bc777 100644 --- a/docs/Get-ZertoDatastore.md +++ b/docs/Get-ZertoDatastore.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoDatastore.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoDatastore.md schema: 2.0.0 --- diff --git a/docs/Get-ZertoEvent.md b/docs/Get-ZertoEvent.md index 3e0c546..79b37d7 100644 --- a/docs/Get-ZertoEvent.md +++ b/docs/Get-ZertoEvent.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoEvent.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoEvent.md schema: 2.0.0 --- diff --git a/docs/Get-ZertoLicense.md b/docs/Get-ZertoLicense.md index f864948..74ca60b 100644 --- a/docs/Get-ZertoLicense.md +++ b/docs/Get-ZertoLicense.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoLicense.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoLicense.md schema: 2.0.0 --- diff --git a/docs/Get-ZertoLocalSite.md b/docs/Get-ZertoLocalSite.md index ad0fdd9..b094547 100644 --- a/docs/Get-ZertoLocalSite.md +++ b/docs/Get-ZertoLocalSite.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoLocalSite.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoLocalSite.md schema: 2.0.0 --- diff --git a/docs/Get-ZertoPeerSite.md b/docs/Get-ZertoPeerSite.md index 9142de4..828031b 100644 --- a/docs/Get-ZertoPeerSite.md +++ b/docs/Get-ZertoPeerSite.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoPeerSite.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoPeerSite.md schema: 2.0.0 --- diff --git a/docs/Get-ZertoProtectedVm.md b/docs/Get-ZertoProtectedVm.md index 1d814ea..ec1172a 100644 --- a/docs/Get-ZertoProtectedVm.md +++ b/docs/Get-ZertoProtectedVm.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoProtectedVm.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoProtectedVm.md schema: 2.0.0 --- diff --git a/docs/Get-ZertoRecoveryReport.md b/docs/Get-ZertoRecoveryReport.md index 0a586f7..488169d 100644 --- a/docs/Get-ZertoRecoveryReport.md +++ b/docs/Get-ZertoRecoveryReport.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoRecoveryReport.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoRecoveryReport.md schema: 2.0.0 --- diff --git a/docs/Get-ZertoResourcesReport.md b/docs/Get-ZertoResourcesReport.md index bf12822..ab0476f 100644 --- a/docs/Get-ZertoResourcesReport.md +++ b/docs/Get-ZertoResourcesReport.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoResourcesReport.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoResourcesReport.md schema: 2.0.0 --- diff --git a/docs/Get-ZertoServiceProfile.md b/docs/Get-ZertoServiceProfile.md index 98a0c97..174ae17 100644 --- a/docs/Get-ZertoServiceProfile.md +++ b/docs/Get-ZertoServiceProfile.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoServiceProfile.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoServiceProfile.md schema: 2.0.0 --- diff --git a/docs/Get-ZertoTask.md b/docs/Get-ZertoTask.md index 8e10bcd..e8e1410 100644 --- a/docs/Get-ZertoTask.md +++ b/docs/Get-ZertoTask.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoTask.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoTask.md schema: 2.0.0 --- diff --git a/docs/Get-ZertoUnprotectedVm.md b/docs/Get-ZertoUnprotectedVm.md index ba21f4f..5da328b 100644 --- a/docs/Get-ZertoUnprotectedVm.md +++ b/docs/Get-ZertoUnprotectedVm.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoUnprotectedVm.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoUnprotectedVm.md schema: 2.0.0 --- diff --git a/docs/Get-ZertoVirtualizationSite.md b/docs/Get-ZertoVirtualizationSite.md index 88f78cf..815019c 100644 --- a/docs/Get-ZertoVirtualizationSite.md +++ b/docs/Get-ZertoVirtualizationSite.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoVirtualizationSite.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoVirtualizationSite.md schema: 2.0.0 --- diff --git a/docs/Get-ZertoVolume.md b/docs/Get-ZertoVolume.md index 5663b51..57c5d8e 100644 --- a/docs/Get-ZertoVolume.md +++ b/docs/Get-ZertoVolume.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoVolume.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoVolume.md schema: 2.0.0 --- diff --git a/docs/Get-ZertoVpg.md b/docs/Get-ZertoVpg.md index d574889..f453476 100644 --- a/docs/Get-ZertoVpg.md +++ b/docs/Get-ZertoVpg.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoVpg.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoVpg.md schema: 2.0.0 --- diff --git a/docs/Get-ZertoVpgSetting.md b/docs/Get-ZertoVpgSetting.md index e9a05dd..d7e0411 100644 --- a/docs/Get-ZertoVpgSetting.md +++ b/docs/Get-ZertoVpgSetting.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoVpgSetting.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoVpgSetting.md schema: 2.0.0 --- diff --git a/docs/Get-ZertoVra.md b/docs/Get-ZertoVra.md index 676e491..c2c8325 100644 --- a/docs/Get-ZertoVra.md +++ b/docs/Get-ZertoVra.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoVra.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoVra.md schema: 2.0.0 --- diff --git a/docs/Get-ZertoZorg.md b/docs/Get-ZertoZorg.md index 5ddcd16..ebd30f9 100644 --- a/docs/Get-ZertoZorg.md +++ b/docs/Get-ZertoZorg.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertoZorg.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoZorg.md schema: 2.0.0 --- diff --git a/docs/Get-ZertoZsspSession.md b/docs/Get-ZertoZsspSession.md index 09ce28b..9c698a9 100644 --- a/docs/Get-ZertoZsspSession.md +++ b/docs/Get-ZertoZsspSession.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Get-ZertpZsspSession.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertpZsspSession.md schema: 2.0.0 --- diff --git a/docs/Import-ZertoVpg.md b/docs/Import-ZertoVpg.md index 6d42d89..979a347 100644 --- a/docs/Import-ZertoVpg.md +++ b/docs/Import-ZertoVpg.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/Master/docs/Import-ZertoVpg.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/Master/docs/Import-ZertoVpg.md schema: 2.0.0 --- diff --git a/docs/Install-ZertoVra.md b/docs/Install-ZertoVra.md index 1e2527e..ddd4a18 100644 --- a/docs/Install-ZertoVra.md +++ b/docs/Install-ZertoVra.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Install-ZertoVra.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Install-ZertoVra.md schema: 2.0.0 --- diff --git a/docs/Invoke-ZertoFailover.md b/docs/Invoke-ZertoFailover.md index 41edbae..ac68d01 100644 --- a/docs/Invoke-ZertoFailover.md +++ b/docs/Invoke-ZertoFailover.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Invoke-ZertoFailover.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Invoke-ZertoFailover.md schema: 2.0.0 --- diff --git a/docs/Invoke-ZertoFailoverCommit.md b/docs/Invoke-ZertoFailoverCommit.md index 9f1b3d1..627ece1 100644 --- a/docs/Invoke-ZertoFailoverCommit.md +++ b/docs/Invoke-ZertoFailoverCommit.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Invoke-ZertoFailoverCommit.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Invoke-ZertoFailoverCommit.md schema: 2.0.0 --- diff --git a/docs/Invoke-ZertoFailoverRollback.md b/docs/Invoke-ZertoFailoverRollback.md index 51c8a09..8757c40 100644 --- a/docs/Invoke-ZertoFailoverRollback.md +++ b/docs/Invoke-ZertoFailoverRollback.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Invoke-ZertoFailoverRollback.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Invoke-ZertoFailoverRollback.md schema: 2.0.0 --- diff --git a/docs/Invoke-ZertoForceSync.md b/docs/Invoke-ZertoForceSync.md index 2d88313..a124bb3 100644 --- a/docs/Invoke-ZertoForceSync.md +++ b/docs/Invoke-ZertoForceSync.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Invoke-ZertoForceSync.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Invoke-ZertoForceSync.md schema: 2.0.0 --- diff --git a/docs/Invoke-ZertoMove.md b/docs/Invoke-ZertoMove.md index 6239eda..420088e 100644 --- a/docs/Invoke-ZertoMove.md +++ b/docs/Invoke-ZertoMove.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Invoke-ZertoMove.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Invoke-ZertoMove.md schema: 2.0.0 --- diff --git a/docs/Invoke-ZertoMoveRollback.md b/docs/Invoke-ZertoMoveRollback.md index 4df0772..2229cc1 100644 --- a/docs/Invoke-ZertoMoveRollback.md +++ b/docs/Invoke-ZertoMoveRollback.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Invoke-ZertoMoveRollback.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Invoke-ZertoMoveRollback.md schema: 2.0.0 --- diff --git a/docs/New-ZertoVpg.md b/docs/New-ZertoVpg.md index cd68b3d..c288dbd 100644 --- a/docs/New-ZertoVpg.md +++ b/docs/New-ZertoVpg.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/New-ZertoVpg.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/New-ZertoVpg.md schema: 2.0.0 --- @@ -537,4 +537,4 @@ Vpg Settings Identifier ## RELATED LINKS -[Zerto REST API VPG Settings End Point Documentation](http://s3.amazonaws.com/zertodownload_docs/Latest/Zerto%20Virtual%20Replication%20Zerto%20Virtual%20Manager%20%28ZVM%29%20-%20vSphere%20Online%20Help/RestfulAPIs/StatusAPIs.5.108.html#) \ No newline at end of file +[Zerto REST API VPG Settings End Point Documentation](http://s3.amazonaws.com/zertodownload_docs/Latest/Zerto%20Virtual%20Replication%20Zerto%20Virtual%20Manager%20%28ZVM%29%20-%20vSphere%20Online%20Help/RestfulAPIs/StatusAPIs.5.108.html#) diff --git a/docs/New-ZertoVpgSettingsIdentifier.md b/docs/New-ZertoVpgSettingsIdentifier.md index f703f1b..8128a62 100644 --- a/docs/New-ZertoVpgSettingsIdentifier.md +++ b/docs/New-ZertoVpgSettingsIdentifier.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/Master/docs/New-ZertoVpgSettingsIdentifier.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/Master/docs/New-ZertoVpgSettingsIdentifier.md schema: 2.0.0 --- diff --git a/docs/Remove-ZertoPeerSite.md b/docs/Remove-ZertoPeerSite.md index 9475bdc..a42c84b 100644 --- a/docs/Remove-ZertoPeerSite.md +++ b/docs/Remove-ZertoPeerSite.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Remove-ZertoPeerSite.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Remove-ZertoPeerSite.md schema: 2.0.0 --- @@ -160,4 +160,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -[Zerto REST API Peer Site End Point Documentation](http://s3.amazonaws.com/zertodownload_docs/Latest/Zerto%20Virtual%20Replication%20Zerto%20Virtual%20Manager%20%28ZVM%29%20-%20vSphere%20Online%20Help/index.html#page/RestfulAPIs%2FStatusAPIs.5.044.html%23) \ No newline at end of file +[Zerto REST API Peer Site End Point Documentation](http://s3.amazonaws.com/zertodownload_docs/Latest/Zerto%20Virtual%20Replication%20Zerto%20Virtual%20Manager%20%28ZVM%29%20-%20vSphere%20Online%20Help/index.html#page/RestfulAPIs%2FStatusAPIs.5.044.html%23) diff --git a/docs/Remove-ZertoVpg.md b/docs/Remove-ZertoVpg.md index 86ef8db..c365cd7 100644 --- a/docs/Remove-ZertoVpg.md +++ b/docs/Remove-ZertoVpg.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Remove-ZertoVpg.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Remove-ZertoVpg.md schema: 2.0.0 --- diff --git a/docs/Resume-ZertoVpg.md b/docs/Resume-ZertoVpg.md index 93e9f43..6e52056 100644 --- a/docs/Resume-ZertoVpg.md +++ b/docs/Resume-ZertoVpg.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Resume-ZertoVpg.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Resume-ZertoVpg.md schema: 2.0.0 --- diff --git a/docs/Save-ZertoVpgSetting.md b/docs/Save-ZertoVpgSetting.md index b0305e1..cd2cc59 100644 --- a/docs/Save-ZertoVpgSetting.md +++ b/docs/Save-ZertoVpgSetting.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Save-ZertoVpgSetting.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Save-ZertoVpgSetting.md schema: 2.0.0 --- diff --git a/docs/Set-ZertoAlert.md b/docs/Set-ZertoAlert.md index 9a7cd65..5ceb8ba 100644 --- a/docs/Set-ZertoAlert.md +++ b/docs/Set-ZertoAlert.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Set-ZertoAlert.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Set-ZertoAlert.md schema: 2.0.0 --- diff --git a/docs/Set-ZertoLicense.md b/docs/Set-ZertoLicense.md index a604a13..a353532 100644 --- a/docs/Set-ZertoLicense.md +++ b/docs/Set-ZertoLicense.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Set-ZertoLicense.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Set-ZertoLicense.md schema: 2.0.0 --- diff --git a/docs/Start-ZertoCloneVpg.md b/docs/Start-ZertoCloneVpg.md index 6c0cedb..9ab204d 100644 --- a/docs/Start-ZertoCloneVpg.md +++ b/docs/Start-ZertoCloneVpg.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Start-ZertoCloneVpg.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Start-ZertoCloneVpg.md schema: 2.0.0 --- diff --git a/docs/Start-ZertoFailoverTest.md b/docs/Start-ZertoFailoverTest.md index 7899454..1299291 100644 --- a/docs/Start-ZertoFailoverTest.md +++ b/docs/Start-ZertoFailoverTest.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Start-ZertoFailoverTest.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Start-ZertoFailoverTest.md schema: 2.0.0 --- diff --git a/docs/Stop-ZertoCloneVpg.md b/docs/Stop-ZertoCloneVpg.md index 5e96bd7..2c28b8d 100644 --- a/docs/Stop-ZertoCloneVpg.md +++ b/docs/Stop-ZertoCloneVpg.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Stop-ZertoCloneVpg.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Stop-ZertoCloneVpg.md schema: 2.0.0 --- diff --git a/docs/Stop-ZertoFailoverTest.md b/docs/Stop-ZertoFailoverTest.md index f4ab758..5a52590 100644 --- a/docs/Stop-ZertoFailoverTest.md +++ b/docs/Stop-ZertoFailoverTest.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Stop-ZertoFailoverTest.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Stop-ZertoFailoverTest.md schema: 2.0.0 --- diff --git a/docs/Suspend-ZertoVpg.md b/docs/Suspend-ZertoVpg.md index d1336a2..466b6d7 100644 --- a/docs/Suspend-ZertoVpg.md +++ b/docs/Suspend-ZertoVpg.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Suspend-ZertoVpg.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Suspend-ZertoVpg.md schema: 2.0.0 --- diff --git a/docs/Uninstall-ZertoVra.md b/docs/Uninstall-ZertoVra.md index b19e8f1..cae5377 100644 --- a/docs/Uninstall-ZertoVra.md +++ b/docs/Uninstall-ZertoVra.md @@ -1,7 +1,7 @@ --- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper -online version: https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/Uninstall-ZertoVra.md +online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Uninstall-ZertoVra.md schema: 2.0.0 ---