Question about the new Bicepparam files #10322
-
Hi all, I just wanted to say I love the new |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This was a deliberate design decision. In practice we tend to see parameter files being specific to a single parameters file or we see multiple parameter files being tied to a single bicep file -- i.e. We are also planning to introduce an inheritance model such that you can re-use a set of parameters in another bicepparam file. We are also open to revisiting the decision, but wanted to start strict for now and we can always relax the constraint if needed. Going the other direction would have been a breaking change. |
Beta Was this translation helpful? Give feedback.
This was a deliberate design decision. In practice we tend to see parameter files being specific to a single parameters file or we see multiple parameter files being tied to a single bicep file -- i.e.
dev.bicepparam
vsprod.bicepparam
.We are also planning to introduce an inheritance model such that you can re-use a set of parameters in another bicepparam file.
We are also open to revisiting the decision, but wanted to start strict for now and we can always relax the constraint if needed. Going the other direction would have been a breaking change.