Az.PolictyInsights.psd1
|
@{ RootModule = 'Az.PolictyInsights.psm1' ModuleVersion = '1.0.0' GUID = '2d171947-b8e1-4dd6-99f3-61527e058c28' Author = 'Skyler Miller' CompanyName = 'Skyler Miller' Copyright = '(c) Skyler Miller. All rights reserved.' Description = 'Neat toolkit' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzPolictyInsightsStatus', 'Initialize-AzPolictyInsights') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |