AzureIdentity.psd1

@{
    RootModule        = 'AzureIdentity.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'bc22da89-f4e9-41e2-ac85-5f1fddab284f'
    Author            = 'Drew Bennett'
    CompanyName       = 'Drew Bennett'
    Copyright         = '(c) Drew Bennett. All rights reserved.'
    Description       = 'Quick helpers'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzureIdentityStatus', 'Initialize-AzureIdentity')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}