[azsdkcli] Add a setup requirement for Azure PowerShell
Open
AzSDK Tools Agent
azsdk-cli
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 143
Description
The `New-TestResources.ps1` script requires Azure PowerShell be installed to deploy live test resources. While we have a requirement for PowerShell in verify setup, we don't one for the Azure Powershell module. We should add one to make sure that it's installed.
- [Command for installation](https://learn.microsoft.com/en-us/powershell/azure/install-azps-windows?view=azps-15.5.0&tabs=powershell&pivots=windows-psgallery#installation)
- Can use `Get-InstalledModule Az` to check whether it's installed/the version that is installed.
Contributor guide
Assessment
This issue has not been assessed yet.