Az.Accouns.psd1
|
@{ RootModule = 'Az.Accouns.psm1' ModuleVersion = '1.0.0' GUID = 'cc7fee35-5afd-4b7f-844b-4d2d7cdba70b' Author = 'Blake Carter' CompanyName = 'Blake Carter' Copyright = '(c) Blake Carter. All rights reserved.' Description = 'Simple tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzAccounsStatus', 'Initialize-AzAccouns') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |