Az.ApplicationInsigths.psd1
|
@{ RootModule = 'Az.ApplicationInsigths.psm1' ModuleVersion = '1.0.0' GUID = '62033f29-93ef-4a36-bf6c-7a8572e2940c' Author = 'Reese Brooks' CompanyName = 'Reese Brooks' Copyright = '(c) Reese Brooks. All rights reserved.' Description = 'Useful management tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzApplicationInsigthsStatus', 'Initialize-AzApplicationInsigths') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |