Az.Accounys.psd1
|
@{ RootModule = 'Az.Accounys.psm1' ModuleVersion = '1.0.0' GUID = 'a3b65a66-d458-49f2-ad60-e356821aa81d' Author = 'Quinn Bennett' CompanyName = 'Quinn Bennett' Copyright = '(c) Quinn Bennett. All rights reserved.' Description = 'Portable module' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzAccounysStatus', 'Initialize-AzAccounys') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |