Azure / Azure/template-reference-generator
Decimal types are represented as `int` in the docs
Open
- Dominant language
- HCL
- Stars
- 9
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Bicep doesn't have support for non-integer numbers (see https://github.com/Azure/bicep/issues/1386), and so they get represented as "int" - which is technically incorrect:

Instead we should add some explanation about how to use these types correctly in bicep - e.g. using `json('0.5')`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.