79569696

Date: 2025-04-11 20:56:58
Score: 1.5
Natty:
Report link

It’s a bug with latest Azure CLI (2.71) It’s also broken with Github pipelines

_binary_from_path by itself didn’t work for me. This did:

az bicep uninstall
az config set bicep.use_binary_from_path=false
az bicep install

Source:

https://github.com/Azure/azure-cli/issues/31189#issuecomment-2790370116

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: vandre