[macOS] Pin version for Az powershell module (#11006)

This commit is contained in:
sarathrajsrinivasan
2024-11-19 11:30:00 -08:00
committed by GitHub
parent c0b1588684
commit b20550951d
3 changed files with 18 additions and 3 deletions

View File

@@ -46,7 +46,12 @@
}
},
"powershellModules": [
{ "name": "Az" },
{
"name": "Az",
"versions": [
"12.4.0"
]
},
{ "name": "Pester" },
{ "name": "PSScriptAnalyzer" }
],