cAzureStorage.psd1

#
# Module manifest for module 'cAzureStorage'
#
# Generated by: eamono
#
# Generated on: 3/13/2016
#

@{

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

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

# ID used to uniquely identify this module
GUID = '0a6f6c9a-c8f2-471e-a49e-1d66cb5914f3'

# Author of this module
Author = 'eamono'

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

# Copyright statement for this module
Copyright = '(c) 2016 eamono. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Sample Azure Storage DSC resource that copies files from Azure storage account using a key'

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

# Minimum version of the common language runtime (CLR) required by this module
CLRVersion = '4.0'

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = @('Microsoft.WindowsAzure.Storage.dll')

# 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 = @('DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource', 'Azure', 'Storage')

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

        # A URL to the main website for this project.
        ProjectUri = 'https://github.com/azureautomation/modules/tree/master/cAzureStorage'

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

        # ReleaseNotes of this module
        ReleaseNotes = 'Fixed issue loading storage dll'

    } # End of PSData hashtable

} # End of PrivateData hashtable

# Functions to export from this module
FunctionsToExport = '*'

# Cmdlets to export from this module
CmdletsToExport = '*'
}