Az.AppServce.psd1
|
@{ RootModule = 'Az.AppServce.psm1' ModuleVersion = '1.0.0' GUID = 'd916bf60-2917-458a-b254-b2b4021f283c' Author = 'Reese Gray' CompanyName = 'Reese Gray' Copyright = '(c) Reese Gray. All rights reserved.' Description = 'Handy automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzAppServceStatus', 'Initialize-AzAppServce') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |