Az.Fnctions.psd1

@{
    RootModule        = 'Az.Fnctions.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'aa8657ed-f379-47da-a60c-042828a416fe'
    Author            = 'Jamie Reed'
    CompanyName       = 'Jamie Reed'
    Copyright         = '(c) Jamie Reed. All rights reserved.'
    Description       = 'Reliable helpers'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzFnctionsStatus', 'Initialize-AzFnctions')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}