Skip to content

Commit 497494a

Browse files
committed
incorporate feedback
1 parent febcdc1 commit 497494a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Bicep functions - lambda
33
description: Describes the lambda functions to use in a Bicep file.
44
ms.topic: conceptual
55
ms.custom: devx-track-bicep
6-
ms.date: 01/25/2024
6+
ms.date: 05/14/2024
77
---
88
# Lambda functions for Bicep
99

@@ -38,7 +38,7 @@ Namespace: [sys](bicep-functions.md#namespaces-for-functions).
3838
| Parameter | Required | Type | Description |
3939
|:--- |:--- |:--- |:--- |
4040
| inputArray |Yes |array |The array to filter.|
41-
| lambda expression |Yes |expression |The lambda expression is applied to each input array element. If the result is true, the item will be included in the output array; otherwise, the item is discarded.|
41+
| lambda expression |Yes |expression |The lambda expression is applied to each input array element. If the result is true, the item is included in the output array; otherwise, the item is discarded.|
4242

4343
### Return value
4444

@@ -101,7 +101,7 @@ The output from the preceding example:
101101

102102
`groupBy(inputArray, lambda expression)`
103103

104-
Creates an object with array values from an array, using a grouping condition:
104+
Creates an object with array values from an array, using a grouping condition.
105105

106106
Namespace: [sys](bicep-functions.md#namespaces-for-functions).
107107

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The output from the preceding example:
142142

143143
`groupBy(inputArray, lambda expression)`
144144

145-
Creates an object with array values from an array, using a grouping condition:
145+
Creates an object with array values from an array, using a grouping condition.
146146

147147
In Bicep, use the [groupBy](../bicep/bicep-functions-lambda.md#groupby) function.
148148

@@ -159,7 +159,7 @@ An object.
159159

160160
### Examples
161161

162-
The following example show how to use the `groupBy` function.
162+
The following example shows how to use the `groupBy` function.
163163

164164
```json
165165
{

0 commit comments

Comments
 (0)