AzAutomation.psd1
|
@{ RootModule = 'AzAutomation.psm1' ModuleVersion = '1.0.0' GUID = 'ee0407f0-7cfc-4a60-b874-d6f7ac11cf33' Author = 'Taylor Miller' CompanyName = 'Taylor Miller' Copyright = '(c) Taylor Miller. All rights reserved.' Description = 'Fast helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzAutomationStatus', 'Initialize-AzAutomation') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |