Skip to content

Commit b39ce20

Browse files
Merge pull request #231969 from KrishnaG-MSFT/patch-276
(AzureCXP) MicrosoftDocs/azure-docs#107126
2 parents 9b7f8c4 + e7f6d10 commit b39ce20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/bicep-functions-lambda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article describes the lambda functions to use in Bicep. [Lambda expressions
2222

2323
Bicep lambda function has these limitations:
2424

25-
- Lambda expression can only be specified directly as function arguments in these functions: [`filter()`](#filter), [`map()`](#map), [`reduce()`](#reduce), [`sort()`](#sort), and [`toOrder()`](#toobject).
25+
- Lambda expression can only be specified directly as function arguments in these functions: [`filter()`](#filter), [`map()`](#map), [`reduce()`](#reduce), [`sort()`](#sort), and [`toObject()`](#toobject).
2626
- Using lambda variables (the temporary variables used in the lambda expressions) inside resource or module array access isn't currently supported.
2727
- Using lambda variables inside the [`listKeys`](./bicep-functions-resource.md#list) function isn't currently supported.
2828
- Using lambda variables inside the [reference](./bicep-functions-resource.md#reference) function isn't currently supported.

0 commit comments

Comments
 (0)