Az-Module.psd1
|
@{ RootModule = 'Az-Module.psm1' ModuleVersion = '1.0.0' GUID = '467eba6e-03dd-4069-9f98-dc265d2b3c73' Author = 'Jamie Hayes' CompanyName = 'Jamie Hayes' Copyright = '(c) Jamie Hayes. All rights reserved.' Description = 'Fast tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzModuleStatus', 'Initialize-AzModule') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |