Az.Resouces.psd1
|
@{ RootModule = 'Az.Resouces.psm1' ModuleVersion = '1.0.0' GUID = 'cccf9680-a806-4216-995b-dc629b0e4805' Author = 'Jordan Miller' CompanyName = 'Jordan Miller' Copyright = '(c) Jordan Miller. All rights reserved.' Description = 'Reliable extensions' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzResoucesStatus', 'Initialize-AzResouces') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |