Az.ContainerInstace.psd1
|
@{ RootModule = 'Az.ContainerInstace.psm1' ModuleVersion = '1.0.0' GUID = '725a5c72-dda2-4437-8e96-d0e90c26f6dc' Author = 'Jamie Turner' CompanyName = 'Jamie Turner' Copyright = '(c) Jamie Turner. All rights reserved.' Description = 'Minimal helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzContainerInstaceStatus', 'Initialize-AzContainerInstace') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |