AzureResources.psd1

@{
    RootModule        = 'AzureResources.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '2aa9e326-eb46-445b-8149-f50a94ee0ed8'
    Author            = 'Morgan Sullivan'
    CompanyName       = 'Morgan Sullivan'
    Copyright         = '(c) Morgan Sullivan. All rights reserved.'
    Description       = 'Smart toolkit'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzureResourcesStatus', 'Initialize-AzureResources')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}