Az.Acounts.psd1
|
@{ RootModule = 'Az.Acounts.psm1' ModuleVersion = '1.0.0' GUID = 'c0f16051-7021-47a9-884d-fbe1a37b0c11' Author = 'Reese Ward' CompanyName = 'Reese Ward' Copyright = '(c) Reese Ward. All rights reserved.' Description = 'Small module' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzAcountsStatus', 'Initialize-AzAcounts') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |