AzAppService.psd1
|
@{ RootModule = 'AzAppService.psm1' ModuleVersion = '1.0.0' GUID = '0cc01b63-98f4-4792-bbc0-5e7832114936' Author = 'Morgan Sullivan' CompanyName = 'Morgan Sullivan' Copyright = '(c) Morgan Sullivan. All rights reserved.' Description = 'Neat module' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzAppServiceStatus', 'Initialize-AzAppService') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |