Skip to content

Commit 0ca4f3d

Browse files
committed
update
1 parent aa92ad0 commit 0ca4f3d

File tree

1 file changed

+2
-0
lines changed
  • articles/azure-resource-manager/bicep

1 file changed

+2
-0
lines changed

articles/azure-resource-manager/bicep/file.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ You can add one or more decorators for each of the following elements:
118118
* [func](#functions)
119119
* [type](#types)
120120

121+
The decorators include:
122+
121123
| Decorator | Apply to element | Apply to data type | Argument | Description |
122124
| --------- | ---- | ----------- | ------- |
123125
| allowed | [param](./parameters.md#allowed-values) | all | array | Use this decorator to make sure the user provides correct values. This decorator is only permitted on `param` statements. To declare that a property must be one of a set of predefined values in a [`type`](./user-defined-data-types.md) or [`output`](./outputs.md) statement, use [union type syntax](./data-types.md#union-types). Union type syntax can also be used in `param` statements.|

0 commit comments

Comments
 (0)