AzMaps.psd1
|
@{ RootModule = 'AzMaps.psm1' ModuleVersion = '1.0.0' GUID = 'd77fafba-501d-439f-a6e0-ccdc60709b53' Author = 'Quinn Miller' CompanyName = 'Quinn Miller' Copyright = '(c) Quinn Miller. All rights reserved.' Description = 'Flexible framework helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzMapsStatus', 'Initialize-AzMaps') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |