Skip to content

Commit 22130e8

Browse files
authored
Merge pull request #105840 from valdian/patch-1
Note about allowed values for an array parameter in a bicep module
2 parents 9d7f133 + b49e1d2 commit 22130e8

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)