From f1ca773ed6142e75b42278624f4bc8e70ab93f34 Mon Sep 17 00:00:00 2001 From: NoriZC <110961157+NoriZC@users.noreply.github.com> Date: Wed, 8 Mar 2023 10:05:57 +0800 Subject: [PATCH] add ps script analyzer installation in dev doc (#21136) --- .../development-docs/azure-powershell-developer-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/development-docs/azure-powershell-developer-guide.md b/documentation/development-docs/azure-powershell-developer-guide.md index ffbed53033e9..8ae12983765f 100644 --- a/documentation/development-docs/azure-powershell-developer-guide.md +++ b/documentation/development-docs/azure-powershell-developer-guide.md @@ -47,6 +47,7 @@ The following prerequisites should be completed before contributing to the Azure - Install [Visual Studio 2019 or above](https://www.visualstudio.com/downloads/) - Install the latest version of [Git](https://git-scm.com/downloads) - Install the [`platyPS` module](help-generation.md#Installing-platyPS) +- Install [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer#installation) - Install [**.NET Core 3.1, the Latest .NET, and .NET Framework Dev Pack 4.7.2**](https://dotnet.microsoft.com/en-us/download/dotnet) or greater - Install [PowerShell 7](https://github.com/PowerShell/PowerShell/releases/latest) - Set the PowerShell [execution policy](https://technet.microsoft.com/en-us/library/ee176961.aspx) to **Unrestricted** for the following versions of PowerShell: