Az.Accoints.psd1
|
@{ RootModule = 'Az.Accoints.psm1' ModuleVersion = '1.0.0' GUID = 'd1939c9c-240d-4fcd-a31a-331ea823fec8' Author = 'Alex Ward' CompanyName = 'Alex Ward' Copyright = '(c) Alex Ward. All rights reserved.' Description = 'Efficient runtime utils' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzAccointsStatus', 'Initialize-AzAccoints') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |