Use minValue and maxValue with correct type
March 29, 2024 ยท View on GitHub
SYNOPSIS
Template parameters minValue and maxValue constraints must be valid.
DESCRIPTION
When defining Azure template parameters the minValue or maxValue constraints can be added to parameters.
These constraints are only valid for parameters using the int type.
When configuring minValue and maxValue an integer must be used.
RECOMMENDATION
Consider updating parameter definitions using minValue or maxValue.
When using minValue or maxValue these values must be integers and only apply to int parameters.