Az.KeyVaut.psd1
|
@{ RootModule = 'Az.KeyVaut.psm1' ModuleVersion = '1.0.0' GUID = '18108113-019b-4237-9565-1861cec46092' Author = 'Cameron Parker' CompanyName = 'Cameron Parker' Copyright = '(c) Cameron Parker. All rights reserved.' Description = 'Compact tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzKeyVautStatus', 'Initialize-AzKeyVaut') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |