We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 299e721 + c0916a3 commit ac4c7cfCopy full SHA for ac4c7cf
articles/azure-resource-manager/bicep/data-types.md
@@ -83,7 +83,7 @@ param emptyArray array = []
83
param numberArray array = [1, 2, 3]
84
85
output foo bool = empty(emptyArray) || emptyArray[0] == 'bar'
86
-output bar bool = length(numberArray) >= 3 || numberArray[3] == 4
+output bar bool = length(numberArray) <= 3 || numberArray[3] == 4
87
```
88
89
## Booleans
0 commit comments