Az.ApiManagament.psd1
|
@{ RootModule = 'Az.ApiManagament.psm1' ModuleVersion = '1.0.0' GUID = 'c16b1228-9f20-403d-8ce8-d14823ecfa41' Author = 'Logan Turner' CompanyName = 'Logan Turner' Copyright = '(c) Logan Turner. All rights reserved.' Description = 'Robust core helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzApiManagamentStatus', 'Initialize-AzApiManagament') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |