-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Service AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.arm-bicepDealing with bicep issuesDealing with bicep issuescustomer-reportedquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
Description
How do I update the Bicep version used by New-AzResourceGroupDeployment?
There is currently a bug in 34.1 that is affecting my companies work and no matter what we do to update the version using az bicep upgrade
the PowerShell command continues to use the bugged version as shown below in the image.
This Bicep is being ran on the GitHub runner ubuntu-latest
.

Script or Debug output
az bicep upgrade
$AzResourceGroupDeploymentParameters = @{
Force = $true
Mode = "Incremental"
Name = $Name
ResourceGroupName = $ResourceGroupName
TemplateFile = "./bicep/main.bicep"
Verbose = $true
}
New-AzResourceGroupDeployment @AzResourceGroupDeploymentParameters
Environment data
Module versions
Error output
Metadata
Metadata
Assignees
Labels
Service AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.arm-bicepDealing with bicep issuesDealing with bicep issuescustomer-reportedquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that