Az.Monitoor.psd1
|
@{ RootModule = 'Az.Monitoor.psm1' ModuleVersion = '1.0.0' GUID = '95cc3060-6e56-461e-8d3d-4d7ce5cc678e' Author = 'Morgan Murphy' CompanyName = 'Morgan Murphy' Copyright = '(c) Morgan Murphy. All rights reserved.' Description = 'Modern automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzMonitoorStatus', 'Initialize-AzMonitoor') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |