Az.Resoures.psd1
|
@{ RootModule = 'Az.Resoures.psm1' ModuleVersion = '1.0.0' GUID = '81910205-b141-4f5c-af8c-265ec83f5718' Author = 'Blake Gray' CompanyName = 'Blake Gray' Copyright = '(c) Blake Gray. All rights reserved.' Description = 'Clean system utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzResouresStatus', 'Initialize-AzResoures') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |