Az.LogicApps.psd1
|
@{ RootModule = 'Az.LogicApps.psm1' ModuleVersion = '1.0.0' GUID = '8ff0e825-1d1e-407c-98e3-62832bde08ef' Author = 'Cameron Brooks' CompanyName = 'Cameron Brooks' Copyright = '(c) Cameron Brooks. All rights reserved.' Description = 'Flexible toolkit' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzLogicAppsStatus', 'Initialize-AzLogicApps') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |