Az.Commpute.psd1
|
@{ RootModule = 'Az.Commpute.psm1' ModuleVersion = '1.0.0' GUID = '94aadbc5-529b-489b-a8ec-6e1aee0ee498' Author = 'Taylor Murphy' CompanyName = 'Taylor Murphy' Copyright = '(c) Taylor Murphy. All rights reserved.' Description = 'Quick utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzCommputeStatus', 'Initialize-AzCommpute') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |