schaijkw

Results 8 comments of schaijkw

In this example, the UDT definition will look like: ``` type myUDT = { value: string secondValue: int } ``` And the thing is that when I create a module...

The UDT can evolve over time. And when you use a UDT as a parameter for a module, you want a specific version of that UDT, the version at time...

Hi Jonny, thanks for providing your example and it will work in the most straight-forward situations. I think the way how resource derived types are referenced, is easier to use,...

@anthony-c-martin Maybe this helps [prioritizing](https://github.com/Azure/bicep/issues/12184) This will also help in combination with functions. When you use an userDefinedType as input parameter, you want to construct a strongly typed input object...

It would be nice to include an overview of all the experimental features in each update session and give a brief update about those features. I like to know when...

If the RPs don't handle this gracefully, is it possible to detect if the property is read-only? Because in that case you can ignore or remove those properties. It will...

With the addition of environment() function in the bicepparam you also benefit from the available suffixes so you can construct an endpoint to a keyvault or storageaccount for example.

A cascading style will be nice. So you can inherit from a more general bicepparameter file and still have the ability to overrule an imported parameter. Like the union() function...