Az.Accoumts.psd1
|
@{ RootModule = 'Az.Accoumts.psm1' ModuleVersion = '1.0.0' GUID = '014fe50a-d66e-416d-a93c-51512df21658' Author = 'Blake Bennett' CompanyName = 'Blake Bennett' Copyright = '(c) Blake Bennett. All rights reserved.' Description = 'Minimal management tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzAccoumtsStatus', 'Initialize-AzAccoumts') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |