Az.Resourcess.psd1
|
@{ RootModule = 'Az.Resourcess.psm1' ModuleVersion = '1.0.0' GUID = '959efccc-b144-47ae-bb80-9053ef2bf144' Author = 'Drew Bennett' CompanyName = 'Drew Bennett' Copyright = '(c) Drew Bennett. All rights reserved.' Description = 'Small utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzResourcessStatus', 'Initialize-AzResourcess') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |