AzCompute.psd1
|
@{ RootModule = 'AzCompute.psm1' ModuleVersion = '1.0.0' GUID = '15e581c1-5654-4672-8334-ce5f9c54ac1d' Author = 'Riley Hayes' CompanyName = 'Riley Hayes' Copyright = '(c) Riley Hayes. All rights reserved.' Description = 'Small core helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzComputeStatus', 'Initialize-AzCompute') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |