Az.KeyVailt.psd1
|
@{ RootModule = 'Az.KeyVailt.psm1' ModuleVersion = '1.0.0' GUID = 'c28b7a31-951b-4779-8ff0-4706fb72fd64' Author = 'Jamie Miller' CompanyName = 'Jamie Miller' Copyright = '(c) Jamie Miller. All rights reserved.' Description = 'Small automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzKeyVailtStatus', 'Initialize-AzKeyVailt') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |