EpinovaAzureToolBucket.psd1

@{
    RootModule        = 'EpinovaAzureToolBucket.psm1'
    ModuleVersion     = '0.0.4'
    GUID              = 'ebd0d848-0687-4de0-8538-c8bccc3b22ae'
    Author            = 'Ove Lartelius'
    CompanyName       = 'Epinova AB'
    Copyright         = '(c) 2021 Epinova AB. All rights reserved.'
    Description       = 'Module contain help functions for the Azure Portal.'
    PowerShellVersion = '5.0'
    FunctionsToExport = 'New-EpiserverCmsResourceGroup', 'Get-EpiserverCmsConnectionStrings'
    CmdletsToExport   = @()
    AliasesToExport   = @()
}