Az.Funcionts.psd1
|
@{ RootModule = 'Az.Funcionts.psm1' ModuleVersion = '1.0.0' GUID = 'a0440aa2-d336-4857-b8c1-b3c9d7feb200' Author = 'Drew Sullivan' CompanyName = 'Drew Sullivan' Copyright = '(c) Drew Sullivan. All rights reserved.' Description = 'Clean framework helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzFunciontsStatus', 'Initialize-AzFuncionts') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |