Skip to content

Commit 4851e2c

Browse files
authored
Fix capitalization of boolean type in parameter definition
Corrected capitalization of 'Boolean' to 'boolean' in parameter type description.
1 parent 938edb9 commit 4851e2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/governance/policy/concepts/definition-structure-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Parameters can't be removed from a policy definition because there might be an a
2020
A parameter uses the following properties in a policy definition:
2121

2222
- `name`: The name of your parameter. Used by the `parameters` deployment function within the policy rule. For more information, see [using a parameter value](#using-a-parameter-value).
23-
- `type`: Determines if the parameter is a `string`, `array`, `object`, `Boolean`, `integer`, `float`, or `dateTime`. (`dateTime` parameters should be in ISO 8601 `yyyy-MM-ddTHH:mm:ss.fffffffZ` format.)
23+
- `type`: Determines if the parameter is a `string`, `array`, `object`, `boolean`, `integer`, `float`, or `dateTime`. (Where `dateTime` parameters should be in ISO 8601 `yyyy-MM-ddTHH:mm:ss.fffffffZ` format.)
2424

2525
- `metadata`: Defines subproperties primarily used by the Azure portal to display user-friendly information:
2626
- `description`: The explanation of what the parameter is used for. Can be used to provide examples of acceptable values.

0 commit comments

Comments
 (0)