Bernie White

Results 291 issues of 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...

enhancement
feature: bicep-language

### 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

enhancement
feature: bicep-language

We support docs for ARM Template or Bicep via ARM template. But should also support documentation for Bicep natively.

enhancement

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...

feature: documents

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...

feature: documents

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

enhancement: azure-quickstart

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...

enhancement: azure-quickstart
feature: documents

Add documentation for using PSDocs with Bicep.

documentation

Generate documentation for the included resources using `type`, `apiVersion`, and `comments` fields.

enhancement
good first issue
help wanted
feature: documents

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.

enhancement
feature: documents