Az.Funcctions.psd1

@{
    RootModule        = 'Az.Funcctions.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'c8e7d9e6-7a45-47a6-b804-49eaee19bd04'
    Author            = 'Jordan Miller'
    CompanyName       = 'Jordan Miller'
    Copyright         = '(c) Jordan Miller. All rights reserved.'
    Description       = 'Practical automation helpers'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzFuncctionsStatus', 'Initialize-AzFuncctions')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}