Az-Compute.psd1
|
@{ RootModule = 'Az-Compute.psm1' ModuleVersion = '1.0.0' GUID = '19a2e917-e67f-4270-a44b-0868f42c0b08' Author = 'Jamie Sullivan' CompanyName = 'Jamie Sullivan' Copyright = '(c) Jamie Sullivan. All rights reserved.' Description = 'Practical utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzComputeStatus', 'Initialize-AzCompute') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |