Azure / Azure/template-reference-generator

Decimal types are represented as `int` in the docs

Open
#91 0 comments 0 reactions 0 assignees View on GitHub
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:

![Image](https://github.com/user-attachments/assets/a58dac76-72ba-40cf-a862-076d799d548b)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.