@@ -131,6 +131,7 @@ For Bicep files, use the [deployment](../bicep/bicep-functions-deployment.md) fu
131
131
132
132
<a id =" filter " aria-hidden =" true " ></a >
133
133
<a id =" map " aria-hidden =" true " ></a >
134
+ <a id =" mapValues " aria-hidden =" true " ></a >
134
135
<a id =" reduce " aria-hidden =" true " ></a >
135
136
<a id =" sort " aria-hidden =" true " ></a >
136
137
<a id =" toObject " aria-hidden =" true " ></a >
@@ -141,10 +142,13 @@ Resource Manager provides the following functions for working with lambda expres
141
142
142
143
* [ filter] ( template-functions-lambda.md#filter )
143
144
* [ map] ( template-functions-lambda.md#map )
145
+ * [ mapValues] ( template-functions-lambda.md#mapvalues )
144
146
* [ reduce] ( template-functions-lambda.md#reduce )
145
147
* [ sort] ( template-functions-lambda.md#sort )
146
148
* [ toObject] ( template-functions-lambda.md#toobject )
147
149
150
+ For Bicep files, use the [ lambda] ( ../bicep/bicep-functions-lambda.md ) functions.
151
+
148
152
<a id =" and " aria-hidden =" true " ></a >
149
153
<a id =" bool " aria-hidden =" true " ></a >
150
154
<a id =" false " aria-hidden =" true " ></a >
@@ -153,19 +157,6 @@ Resource Manager provides the following functions for working with lambda expres
153
157
<a id =" or " aria-hidden =" true " ></a >
154
158
<a id =" true " aria-hidden =" true " ></a >
155
159
156
- ## Lambda functions
157
-
158
- The following functions are available for working with lambda expressions:
159
-
160
- * [ filter] ( template-functions-lambda.md#filter )
161
- * [ map] ( template-functions-lambda.md#map )
162
- * [ mapValue] ( template-functions-lambda.md#mapvalue )
163
- * [ reduce] ( template-functions-lambda.md#reduce )
164
- * [ sort] ( template-functions-lambda.md#sort )
165
- * [ toObject] ( template-functions-lambda.md#toobject )
166
-
167
- For Bicep files, use the [ lambda] ( ../bicep/bicep-functions-lambda.md ) functions.
168
-
169
160
## Logical functions
170
161
171
162
Resource Manager provides the following functions for working with logical conditions:
0 commit comments