diff --git a/docs/layouts/partials/templates/arm/log.html b/docs/layouts/partials/templates/arm/log.html index 9c6f6e38f..c00c107c4 100644 --- a/docs/layouts/partials/templates/arm/log.html +++ b/docs/layouts/partials/templates/arm/log.html @@ -119,7 +119,7 @@ }, "threshold": { "type": "string", - "defaultValue": "{{ .properties.threshold }}", + "defaultValue": "{{ int .properties.threshold }}", "metadata": { "description": "The threshold value at which the alert is activated." } diff --git a/docs/layouts/partials/templates/arm/metric-static.html b/docs/layouts/partials/templates/arm/metric-static.html index 6d3d187b7..f06bfc0f6 100644 --- a/docs/layouts/partials/templates/arm/metric-static.html +++ b/docs/layouts/partials/templates/arm/metric-static.html @@ -73,7 +73,7 @@ }, "threshold": { "type": "string", - "defaultValue": "{{ .properties.threshold }}", + "defaultValue": "{{ int .properties.threshold }}", "metadata": { "description": "The threshold value at which the alert is activated." }