Skip to content

Commit b49e1d2

Browse files
authored
Note about allowed values for an array parameter
1 parent f0df1a0 commit b49e1d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ You can define allowed values for a parameter. You provide the allowed values in
123123
param demoEnum string
124124
```
125125

126+
If you define allowed values for an array parameter, the actual value can be any subset of the allowed values.
127+
126128
### Length constraints
127129

128130
You can specify minimum and maximum lengths for string and array parameters. You can set one or both constraints. For strings, the length indicates the number of characters. For arrays, the length indicates the number of items in the array.

0 commit comments

Comments
 (0)