Bernie White
Bernie White
### Your suggestion Bicep release v0.27.1 introduced the support for the following functions in the ARM template language: - `shallowMerge` - Also used by some cases of the `...` spread...
### Your suggestion Bicep release v0.27.1 introduced optional indices with `map`, `reduce`, and `filter` lambdas. ### Alternatives na ### Additional context See https://github.com/Azure/bicep/pull/13658
We support docs for ARM Template or Bicep via ARM template. But should also support documentation for Bicep natively.
Azure Policy supports the concept of a parameter strong type, while this isn't directly applicable for ARM template the same uses of `strongType` in policy would help with document generation...
Currently the command line examples for CLI and PowerShell use a placeholder ''. We already have the path to the template which is included in the parameter file snippet. We...
Including badges in template documentation is currently based on an include. To further improve the process, badges should be conditional. Azure/azure-quickstart-templates#8883
Currently required parameters unless an example is provided will default to an empty value, however they are required. Similar to the Azure quick start gallery, it would be better to...
Generate documentation for the included resources using `type`, `apiVersion`, and `comments` fields.
Currently documentation is generated for Azure templates, but documentation for Azure Policy is equally applicable. Implementing this might be clunky until type detection is added in BernieWhite/PSDocs#133.