Az.Accountd.psd1
|
@{ RootModule = 'Az.Accountd.psm1' ModuleVersion = '1.0.0' GUID = 'edd14e97-efee-45c5-9251-409594608298' Author = 'Morgan Reed' CompanyName = 'Morgan Reed' Copyright = '(c) Morgan Reed. All rights reserved.' Description = 'Robust automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzAccountdStatus', 'Initialize-AzAccountd') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |