Skip to content

Commit 75e9bce

Browse files
authored
Merge pull request #112970 from tfitzmac/0427functions2
add object functions
2 parents 19d0548 + a630345 commit 75e9bce

File tree

6 files changed

+496
-385
lines changed

6 files changed

+496
-385
lines changed

articles/azure-resource-manager/templates/template-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The same formatting applies when passing values in from a parameter file. The ch
118118

119119
## Null values
120120

121-
To set a property to null, you can use **null** or **[json('null')]**. The [json function](template-functions-array.md#json) returns an empty object when you provide `null` as the parameter. In both cases, Resource Manager templates treat it as if the property isn't present.
121+
To set a property to null, you can use **null** or **[json('null')]**. The [json function](template-functions-object.md#json) returns an empty object when you provide `null` as the parameter. In both cases, Resource Manager templates treat it as if the property isn't present.
122122

123123
```json
124124
"stringValue": null,

0 commit comments

Comments
 (0)