PowerShellUniversal.Roles.Azure.psd1

@{
    ModuleVersion   = '1.0.0'
    GUID            = '2412d775-b81d-4903-9061-6119881e551a'
    Author          = 'Ironman Software'
    CompanyName     = 'Ironman Software'
    Copyright       = '(c) Ironman Software. All rights reserved.'
    Description     = 'Azure Security integration for PowerShell Universal.'
    RequiredModules = @("Microsoft.Graph")
    PrivateData     = @{
        PSData = @{
            Tags       = @('app', 'azure', 'security', "PowerShellUniversal")
            LicenseUri = 'https://github.com/ironmansoftware/scripts/blob/main/LICENSE'
            ProjectUri = 'https://github.com/ironmansoftware/scripts/tree/main/Roles/PowerShellUniversal.Roles.Azure'
            IconUri    = 'https://raw.githubusercontent.com/ironmansoftware/scripts/main/images/script.png'
        } 
    } 
}