Support Bicep `complete mode` in `azd provision`
Open
area/bicep
area/core-cli
area/provisioning
enhancement
- Dominant language
- Go
- Stars
- 569
- Forks
- 364
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 136
Description
### Discussed in https://github.com/Azure/azure-dev/discussions/2519
Originally posted by **bioerrorlog** July 12, 2023
Bicep's default deployment mode is Incremental mode, but I want to manage the resources in [Complete mode](https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/deployment-modes#complete-mode).
In bicep, the `--mode` option can be used to specify the deoloyment mode, but how can I specify it in azd?
Contributor guide
Assessment
This issue has not been assessed yet.