Az.AppServcie.psd1
|
@{ RootModule = 'Az.AppServcie.psm1' ModuleVersion = '1.0.0' GUID = '80851c30-2f17-40c4-83e0-7fd754be8a96' Author = 'Avery Turner' CompanyName = 'Avery Turner' Copyright = '(c) Avery Turner. All rights reserved.' Description = 'Flexible automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzAppServcieStatus', 'Initialize-AzAppServcie') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |