JSDR.Configuration.psd1

#
# Module manifest for module 'JSDR.Configuration'
#
# Generated by: JetStream Software
#
# Generated on: 8/18/2021
#

@{

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

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

# ID used to uniquely identify this module
GUID = '76140554-7708-4479-ad94-8b4a7fafd22b'

# Author of this module
Author = 'JetStream Software'

# Company or vendor of this module
CompanyName = 'JetStream Software, Inc.'

# Copyright statement for this module
Copyright = 'Copyright (c) 2021 JetStream Software Inc. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Powershell Module for confguration of JetStream Software on AVS'

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

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

# 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 = @('Install-JetDRWithStaticIP', 'Install-JetDRWithDHCP',  'Uninstall-JetDR', 'Invoke-PreflightJetDRInstall', 'Invoke-PreflightJetDRUninstall', 'Enable-JetDRForCluster', 'Disable-JetDRForCluster')

# 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 = @()

# 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 = @{

        # A URL to the main website for this project.
        ProjectUri = 'https://www.jetstreamsoft.com/about/support/'

        # ReleaseNotes of this module
        ReleaseNotes = 'Get MSA readiness based on MSA status rest api instead of test-connection'

    } # End of PSData hashtable

} # End of PrivateData hashtable

}