Closed dkirrane closed 3 years ago
Seeing parameter parsing issues with azPSVersion: 'latest' also for Azure Deployments with Powershell.
New-AzResourceGroupDeployment -ResourceGroupName "test-rg" -TemplateFile "my.bicep" -Mode Incremental
also make sure you give a valid working path of TemplateFile.enable-AzPSSession: true
in azure/loginHave a look at the detailed example . Let us know if it works.
still hitting the issue with quotes added and I have enable-AzPSSession: true
Maybe related to https://github.com/Azure/bicep/discussions/3140
Seems to be ok now. I had to upgrade to azPSVersion: "6.4.0"
@dkirrane Good to hear. It is also recommended to use azPSVersion: "latest"
or explicitly provide the latest version in our workflow unless you have any version preference in specific. Usually any bugs in the previous versions are covered in later versions. Closing this issue as this page deals with only issues regarding azure/powershell
action.
I'm attempting to deploy a Bicep file that I don't have issues deploying locally
I keep hitting
Error parsing boolean value. Path '', line 1, position 1.