DSCResources/SqlServer/SqlServer.psd1

#
# Module manifest for module 'SqlServer'
#
# Generated by: phwilson
#
# Generated on: 4/9/2018
#

@{

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

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

# Supported PSEditions
# CompatiblePSEditions = @()

# ID used to uniquely identify this module
GUID = 'f74989a0-e80c-48e1-8f38-387330db3e85'

# Author of this module
Author = 'Microsoft Corporation'

# Company or vendor of this module
CompanyName = 'Microsoft Corporation'

# Copyright statement for this module
Copyright = '(c) 2018 chasewilson. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Module for managing the SQL Server DISA STIGs'

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

# 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 = @{
    } # End of PSData hashtable

} # End of PrivateData hashtable

}