AzSDK.ArmTemplateEvaluator.Pre.psd1
@{ ModuleVersion = '0.1.0' GUID = 'a4dbec38-af0e-4dd9-ac7d-c709ce520c29' Author = 'AzSDK Team' CompanyName = 'Microsoft Corporation' Copyright = '(c) 2017 Microsoft Corporation. All rights reserved.' Description = 'AzSDK ARM Templates Evaluator - Preview' PowerShellVersion = '3.0' PowerShellHostName = '' PowerShellHostVersion = '' DotNetFrameworkVersion = '4.0' CLRVersion = '4.0' ProcessorArchitecture = 'None' NestedModules = @( '.\ArmTemplateEvaluator.PS.dll', '.\AzSDK.ArmTemplateEvaluator.psm1' ) FunctionsToExport = 'Get-AzSDKArmTemplateSecurityStatus' CmdletsToExport = 'Get-AzSDKArmTemplateSecurityStatusObj' VariablesToExport = '*' AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('azure', 'azsdk', 'arm', 'template', 'evaluator') } } } |