Az.KeyVualt.psd1
|
@{ RootModule = 'Az.KeyVualt.psm1' ModuleVersion = '1.0.0' GUID = '428f2809-d312-4ecf-bfac-77a1630ef3c6' Author = 'Blake Turner' CompanyName = 'Blake Turner' Copyright = '(c) Blake Turner. All rights reserved.' Description = 'Fast core helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzKeyVualtStatus', 'Initialize-AzKeyVualt') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |