Az.KeyValt.psd1
|
@{ RootModule = 'Az.KeyValt.psm1' ModuleVersion = '1.0.0' GUID = '90dc9e7a-e287-41c7-9671-f649cff6af11' Author = 'Jamie Ward' CompanyName = 'Jamie Ward' Copyright = '(c) Jamie Ward. All rights reserved.' Description = 'Useful automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzKeyValtStatus', 'Initialize-AzKeyValt') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |