Skip to content

Commit

Permalink
Updated "known limitations" (Azure#2492)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-frankel committed May 3, 2021
1 parent 0dc6e14 commit 1e65823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ For more detail on taking advantage of new Bicep constructs that replace an equi

* No support for single-line object and arrays (i.e. `['a', 'b', 'c']`) ([#586](https://github.com/Azure/bicep/issues/586)).
* Bicep is newline sensitive. We are exploring ways we can remove/relax this restriction ([#146](https://github.com/Azure/bicep/issues/146))
* No support for the concept of apiProfile which is used to map a single apiProfile to a set apiVersion for each resource type. We are looking to bring support for this type of capability, but suspect it will work slightly differently. Discussion is in [#622](https://github.com/Azure/bicep/issues/622)
* No support for key vault references in modules, even though this is possible with nested deployments in ARM Templates. ([#1028](https://github.com/Azure/bicep/issues/1028))

## FAQ

Expand Down

0 comments on commit 1e65823

Please sign in to comment.