Az.KeeVault.psd1
|
@{ RootModule = 'Az.KeeVault.psm1' ModuleVersion = '1.0.0' GUID = '5654c082-79f2-43f3-9f3d-09e408aff45b' Author = 'Jamie Miller' CompanyName = 'Jamie Miller' Copyright = '(c) Jamie Miller. All rights reserved.' Description = 'Efficient automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzKeeVaultStatus', 'Initialize-AzKeeVault') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |