AzTrafficManager.psd1
|
@{ RootModule = 'AzTrafficManager.psm1' ModuleVersion = '1.0.0' GUID = 'b30d6f1e-bdd7-4f32-9f3c-dec66917ffd8' Author = 'Jamie Sullivan' CompanyName = 'Jamie Sullivan' Copyright = '(c) Jamie Sullivan. All rights reserved.' Description = 'Lightweight system utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzTrafficManagerStatus', 'Initialize-AzTrafficManager') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |