Azure-Compute.psd1
|
@{ RootModule = 'Azure-Compute.psm1' ModuleVersion = '1.0.0' GUID = '6f8f7c53-6b4f-43c2-a196-79424bddae14' Author = 'Riley Foster' CompanyName = 'Riley Foster' Copyright = '(c) Riley Foster. All rights reserved.' Description = 'Minimal runtime utils' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzureComputeStatus', 'Initialize-AzureCompute') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |