You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/bicep-functions-lambda.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Bicep functions - lambda
3
3
description: Describes the lambda functions to use in a Bicep file.
4
4
ms.topic: conceptual
5
5
ms.custom: devx-track-bicep
6
-
ms.date: 01/25/2024
6
+
ms.date: 05/13/2024
7
7
---
8
8
# Lambda functions for Bicep
9
9
@@ -163,9 +163,9 @@ The output from the preceding example is:
163
163
164
164
**dogNames** shows the dog names from the array of objects; **sayHi** concatenates "Hello" and each of the dog names; and **mapObject** creates another array of objects.
165
165
166
-
## mapValue
166
+
## mapValues
167
167
168
-
`mapValue(inputObject, lambda expression)`
168
+
`mapValues(inputObject, lambda expression)`
169
169
170
170
Creates an object from an input object, using a lambda expression to map values.
171
171
@@ -184,7 +184,7 @@ An object.
184
184
185
185
### Example
186
186
187
-
The following example shows how to use the `mapValue` function.
187
+
The following example shows how to use the `mapValues` function.
description: Describes the lambda functions to use in an Azure Resource Manager template (ARM template)
4
4
ms.topic: conceptual
5
5
ms.custom: devx-track-arm-template
6
-
ms.date: 01/25/2024
6
+
ms.date: 05/13/2024
7
7
---
8
8
9
9
# Lambda functions for ARM templates
@@ -227,13 +227,13 @@ The output from the preceding example is:
227
227
228
228
**dogNames** shows the dog names from the array of objects; **sayHi** concatenates "Hello" and each of the dog names; and **mapObject** creates another array of objects.
229
229
230
-
## mapValue
230
+
## mapValues
231
231
232
-
`mapValue(inputObject, lambda expression)`
232
+
`mapValues(inputObject, lambda expression)`
233
233
234
234
Creates an object from an input object, using a lambda expression to map values.
235
235
236
-
In Bicep, use the [mapValue](../bicep/bicep-functions-lambda.md#mapvalue) function.
236
+
In Bicep, use the [mapValues](../bicep/bicep-functions-lambda.md#mapvalues) function.
237
237
238
238
### Parameters
239
239
@@ -248,7 +248,7 @@ An object.
248
248
249
249
### Example
250
250
251
-
The following example shows how to use the `mapValue` function.
251
+
The following example shows how to use the `mapValues` function.
0 commit comments