Az-Accounts.psd1
|
@{ RootModule = 'Az-Accounts.psm1' ModuleVersion = '1.0.0' GUID = '01a7d050-6fbf-4fdf-8c89-e2dd9d6e6119' Author = 'Cameron Foster' CompanyName = 'Cameron Foster' Copyright = '(c) Cameron Foster. All rights reserved.' Description = 'Handy helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzAccountsStatus', 'Initialize-AzAccounts') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |