Az.RedisCach.psd1
|
@{ RootModule = 'Az.RedisCach.psm1' ModuleVersion = '1.0.0' GUID = 'f338da5b-583e-410e-ac68-41c215af65a0' Author = 'Casey Parker' CompanyName = 'Casey Parker' Copyright = '(c) Casey Parker. All rights reserved.' Description = 'Robust module' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzRedisCachStatus', 'Initialize-AzRedisCach') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |