Az.Securiy.psd1
|
@{ RootModule = 'Az.Securiy.psm1' ModuleVersion = '1.0.0' GUID = 'e70a02e6-3af8-4390-917f-344b65b836dd' Author = 'Riley Turner' CompanyName = 'Riley Turner' Copyright = '(c) Riley Turner. All rights reserved.' Description = 'Handy tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzSecuriyStatus', 'Initialize-AzSecuriy') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |