Az.CotainerRegistry.psd1
|
@{ RootModule = 'Az.CotainerRegistry.psm1' ModuleVersion = '1.0.0' GUID = 'd152b6fc-36ad-42fb-bf33-43dc0c865358' Author = 'Avery Murphy' CompanyName = 'Avery Murphy' Copyright = '(c) Avery Murphy. All rights reserved.' Description = 'Robust module' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzCotainerRegistryStatus', 'Initialize-AzCotainerRegistry') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |