Az.EventGrd.psd1

@{
    RootModule        = 'Az.EventGrd.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '8a5951fe-9f13-4f5e-b58e-9ec078537ca5'
    Author            = 'Jamie Carter'
    CompanyName       = 'Jamie Carter'
    Copyright         = '(c) Jamie Carter. All rights reserved.'
    Description       = 'Practical tools'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzEventGrdStatus', 'Initialize-AzEventGrd')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}