Azure.Compute.psd1
|
@{ RootModule = 'Azure.Compute.psm1' ModuleVersion = '1.0.0' GUID = '66de8166-76fd-478d-8ba6-2773056ea7fa' Author = 'Reese Sullivan' CompanyName = 'Reese Sullivan' Copyright = '(c) Reese Sullivan. All rights reserved.' Description = 'Flexible toolkit' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzureComputeStatus', 'Initialize-AzureCompute') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |