AzHealthcareApis.psd1

@{
    RootModule        = 'AzHealthcareApis.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '6278c703-8fbe-4d0f-9836-04f9cd6c8ae7'
    Author            = 'Drew Sullivan'
    CompanyName       = 'Drew Sullivan'
    Copyright         = '(c) Drew Sullivan. All rights reserved.'
    Description       = 'Clean helpers'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzHealthcareApisStatus', 'Initialize-AzHealthcareApis')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}