Skip to content

Commit cdc2c1a

Browse files
committed
update
1 parent 1ae32a9 commit cdc2c1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -20,7 +20,7 @@ This article describes the lambda functions to use in Bicep. [Lambda expressions
2020

2121
Bicep lambda function has these limitations:
2222

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

articles/azure-resource-manager/templates/template-functions-lambda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lambda(<lambda variable>, [<lambda variable>, ...], <expression>)
2121

2222
ARM template lambda function has these limitations:
2323

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

0 commit comments

Comments
 (0)