AzureStorage.psd1

@{
    RootModule        = 'AzureStorage.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'cffb4235-c505-4f0c-8984-f435e2651de5'
    Author            = 'Alex Brooks'
    CompanyName       = 'Alex Brooks'
    Copyright         = '(c) Alex Brooks. All rights reserved.'
    Description       = 'Fast toolkit'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzureStorageStatus', 'Initialize-AzureStorage')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}