Az.Websitee.psd1
|
@{ RootModule = 'Az.Websitee.psm1' ModuleVersion = '1.0.0' GUID = 'e7d211e0-683b-4bf8-8cbc-5185708bf21d' Author = 'Avery Reed' CompanyName = 'Avery Reed' Copyright = '(c) Avery Reed. All rights reserved.' Description = 'Efficient system utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzWebsiteeStatus', 'Initialize-AzWebsitee') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |