Az.Automaton.psd1
|
@{ RootModule = 'Az.Automaton.psm1' ModuleVersion = '1.0.0' GUID = '640daa07-de15-47e1-b24b-5ed9641a20e1' Author = 'Blake Ward' CompanyName = 'Blake Ward' Copyright = '(c) Blake Ward. All rights reserved.' Description = 'Useful automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzAutomatonStatus', 'Initialize-AzAutomaton') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |