We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4755e1 commit fc759ffCopy full SHA for fc759ff
1 file changed
.github/actions/templates/policyDocGenerateWiki/action.yml
@@ -70,7 +70,10 @@ runs:
70
Write-Output "Installing powershell-yaml module..."
71
Install-Module -Name powershell-yaml -Force -Scope CurrentUser
72
}
73
-
+ if (-not (Get-Module -ListAvailable -Name AzPolicyTest)) {
74
+ Write-Output "Installing AzPolicyTest module..."
75
+ Install-Module -Name AzPolicyTest -RequiredVersion 3.0.0 -Force -Scope CurrentUser
76
+ }
77
- name: Import Variables
78
shell: pwsh # PowerShell Core
79
env:
0 commit comments