ZertoApiWrapper.psd1

#
# Module manifest for module 'ZertoApiWrapper'
#
# Generated by: Wes Carroll
#
# Generated on: 8/1/19
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'ZertoApiWrapper.psm1'

# Version number of this module.
ModuleVersion = '1.2.0.20190801'

# Supported PSEditions
# CompatiblePSEditions = @()

# ID used to uniquely identify this module
GUID = '4c0b9e17-141b-4dd5-8549-fb21cccaa325'

# Author of this module
Author = 'Wes Carroll'

# Company or vendor of this module
CompanyName = 'Zerto'

# Copyright statement for this module
Copyright = '(c) 2019 Wes Carroll. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Windows PowerShell and PowerShell Core API Wrapper Module for Zerto Virtual Manager'

# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '5.1.0'

# Name of the PowerShell host required by this module
# PowerShellHostName = ''

# Minimum version of the PowerShell host required by this module
# PowerShellHostVersion = ''

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# CLRVersion = ''

# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
# RequiredModules = @()

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
# FormatsToProcess = @()

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# NestedModules = @()

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = 'Add-ZertoPeerSite', 'Checkpoint-ZertoVpg', 'Connect-ZertoAnalytics', 
               'Connect-ZertoServer', 'Disconnect-ZertoServer', 'Edit-ZertoVra', 
               'Export-ZertoVmNicSetting', 'Export-ZertoVpg', 'Get-ZAAlert', 
               'Get-ZADatastore', 'Get-ZAEvent', 'Get-ZAJournalAverageHistory', 
               'Get-ZAJournalAverageSize', 'Get-ZAJournalBreach', 
               'Get-ZAJournalHistoryStat', 'Get-ZAJournalSiteAverageHistory', 
               'Get-ZAJournalSiteAverageSize', 'Get-ZAJournalSiteHistoryStat', 
               'Get-ZAJournalSiteHistorySummary', 'Get-ZAJournalSiteSizeStat', 
               'Get-ZAJournalStatusProportion', 'Get-ZAJournalStorageStat', 
               'Get-ZAJournalSummary', 'Get-ZALicense', 'Get-ZAMonitoring', 
               'Get-ZANetworkSiteAverageIOPS', 
               'Get-ZANetworkSiteAveragePerformance', 'Get-ZANetworkSiteStat', 
               'Get-ZANetworkSiteSummary', 'Get-ZANetworkVpgAverageIOPS', 
               'Get-ZANetworkVpgAveragePerformance', 'Get-ZANetworkVpgStat', 
               'Get-ZANetworkVpgSummary', 'Get-ZARPOAccountAverage', 
               'Get-ZARPOAverage', 'Get-ZARPOBreach', 'Get-ZARPOStat', 
               'Get-ZARPOStatusProportion', 'Get-ZARPOSummary', 'Get-ZASite', 
               'Get-ZASitePair', 'Get-ZASiteTopology', 'Get-ZATask', 'Get-ZAVolume', 
               'Get-ZAVpg', 'Get-ZAzOrg', 'Get-ZertoAlert', 'Get-ZertoDatastore', 
               'Get-ZertoEvent', 'Get-ZertoLicense', 'Get-ZertoLocalSite', 
               'Get-ZertoPeerSite', 'Get-ZertoProtectedVm', 
               'Get-ZertoRecoveryReport', 'Get-ZertoResourcesReport', 
               'Get-ZertoServiceProfile', 'Get-ZertoTask', 'Get-ZertoUnprotectedVm', 
               'Get-ZertoVirtualizationSite', 'Get-ZertoVolume', 'Get-ZertoVpg', 
               'Get-ZertoVpgSetting', 'Get-ZertoVra', 'Get-ZertoZorg', 
               'Get-ZertoZsspSession', 'Import-ZertoVmNicSetting', 'Import-ZertoVpg', 
               'Install-ZertoVra', 'Invoke-ZertoFailover', 
               'Invoke-ZertoFailoverCommit', 'Invoke-ZertoFailoverRollback', 
               'Invoke-ZertoForceSync', 'Invoke-ZertoMove', 'Invoke-ZertoMoveCommit', 
               'Invoke-ZertoMoveRollback', 'New-ZertoVpg', 
               'New-ZertoVpgSettingsIdentifier', 'Remove-ZertoPeerSite', 
               'Remove-ZertoVpg', 'Remove-ZertoVpgSettingsIdentifier', 
               'Resume-ZertoVpg', 'Save-ZertoVpgSetting', 'Set-ZertoAlert', 
               'Set-ZertoLicense', 'Start-ZertoCloneVpg', 'Start-ZertoFailoverTest', 
               'Stop-ZertoCloneVpg', 'Stop-ZertoFailoverTest', 'Suspend-ZertoVpg', 
               'Uninstall-ZertoVra'

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = @()

# Variables to export from this module
# VariablesToExport = @()

# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
AliasesToExport = @()

# DSC resources to export from this module
# DscResourcesToExport = @()

# List of all modules packaged with this module
# ModuleList = @()

# List of all files packaged with this module
# FileList = @()

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{

    PSData = @{

        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = 'Zerto', 'Automation'

        # A URL to the license for this module.
        LicenseUri = 'https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/LICENSE'

        # A URL to the main website for this project.
        ProjectUri = 'https://github.com/ZertoPublic/ZertoApiWrapper'

        # A URL to an icon representing this module.
        # IconUri = ''

        # ReleaseNotes of this module
        ReleaseNotes = '# 1.2.0.20190801

### Zerto Virtual Manager

* Added two functions to aid in bulk updating of NIC information for protected VMs. ([Issue 38](https://github.com/ZertoPublic/ZertoApiWrapper/issues/38))
  * [Export-ZertoVmNicSetting](https://github.com/ZertoPublic/ZertoApiWrapper/blob/Master/docs/Export-ZertoVmNicSettings.md)
  * [Import-ZertoVmNicSetting](https://github.com/ZertoPublic/ZertoApiWrapper/blob/Master/docs/Import-ZertoVmNicSettings.md)
* Fixed an [issue](https://github.com/ZertoPublic/ZertoApiWrapper/issues/43) where a VPG being created with a single VM member would not be parsed by the API correctly using PowerShell 5.1

### Zerto Analytics

* Fixed an [issue](https://github.com/ZertoPublic/ZertoApiWrapper/issues/36) where the Zerto Analytics Rest Request function was not checking for the token before attempting a connection.
* Fixed an [issue](https://github.com/ZertoPublic/ZertoApiWrapper/issues/40) where the `Get-ZAVpg` method would return a 404 error when a `-vpgIdentifier` parameter was specified.

### General Updates

* Updated the way that tests are invoked and parsed to ensure that both source and built module files are tested. This will ensure that what is being shipped passes all tests along with testing of the source files.
* Added additional parameter validation tests to several of the functions. On-going effort to complete stand alone unit testing of each function.
'


    } # End of PSData hashtable

} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''

}