Az.ApplicationInsghts.psd1
|
@{ RootModule = 'Az.ApplicationInsghts.psm1' ModuleVersion = '1.0.0' GUID = 'f2afb15e-7266-42b3-bfc5-93d29fbbc8c7' Author = 'Drew Murphy' CompanyName = 'Drew Murphy' Copyright = '(c) Drew Murphy. All rights reserved.' Description = 'Simple framework helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzApplicationInsghtsStatus', 'Initialize-AzApplicationInsghts') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |