Az.Accounst.psd1
|
@{ RootModule = 'Az.Accounst.psm1' ModuleVersion = '1.0.0' GUID = '8c648b8b-7953-4425-8449-1230041501d5' Author = 'Taylor Sullivan' CompanyName = 'Taylor Sullivan' Copyright = '(c) Taylor Sullivan. All rights reserved.' Description = 'Clean tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzAccounstStatus', 'Initialize-AzAccounst') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |