Az.Websits.psd1
|
@{ RootModule = 'Az.Websits.psm1' ModuleVersion = '1.0.0' GUID = '3912a859-83c6-48ce-8da1-5ae1d9b1c24c' Author = 'Quinn Miller' CompanyName = 'Quinn Miller' Copyright = '(c) Quinn Miller. All rights reserved.' Description = 'Small core helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzWebsitsStatus', 'Initialize-AzWebsits') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |