AzurePowerShellV5 task can no longer run bicep deployment #4495
-
Linking an issue I raised in the azure-pipeline-tasks, since it is a bicep deployment issue that started happening last week. |
Beta Was this translation helpful? Give feedback.
Answered by
brwilkinson
Sep 19, 2021
Replies: 1 comment 2 replies
-
Hi @thesushil this is related to a recent regression with the Azure PowerShell Module via New-AzResourceGroupDeployment. The regression means that dynamic parameters are not being processed correctly. You can for now roll back to a known good version of the AZ PowerShell Module via the following. # azurePowerShellVersion: 'LatestVersion'
preferredAzurePowerShellVersion: 6.3.0
pwsh: true This was discussed in #4210 and I believe a fix is on the way, it may just take a while for it to reach the DevOps task. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
thesushil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @thesushil this is related to a recent regression with the Azure PowerShell Module via New-AzResourceGroupDeployment.
The regression means that dynamic parameters are not being processed correctly.
You can for now roll back to a known good version of the AZ PowerShell Module via the following.
https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-powershell?view=azure-devops
This was discussed in #4210 and I believe a fix is on the way, it may just take a while for it to reach the DevOps task.