Az.Billingg.psd1
|
@{ RootModule = 'Az.Billingg.psm1' ModuleVersion = '1.0.0' GUID = 'c38819b4-754d-4a7f-bbbe-c7b23548a7a6' Author = 'Reese Parker' CompanyName = 'Reese Parker' Copyright = '(c) Reese Parker. All rights reserved.' Description = 'Portable helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzBillinggStatus', 'Initialize-AzBillingg') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |