Az-Functions.psd1
|
@{ RootModule = 'Az-Functions.psm1' ModuleVersion = '1.0.0' GUID = '8c6cd1d2-a1f1-4941-b06d-921e47cc00ef' Author = 'Quinn Parker' CompanyName = 'Quinn Parker' Copyright = '(c) Quinn Parker. All rights reserved.' Description = 'Lightweight toolkit' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzFunctionsStatus', 'Initialize-AzFunctions') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |