Skip to content

Commit 89cf9d9

Browse files
committed
incorporate feedback
1 parent c4fbb96 commit 89cf9d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Bicep functions - objects
33
description: Describes the functions to use in a Bicep file for working with objects.
44
ms.topic: conceptual
55
ms.custom: devx-track-bicep
6-
ms.date: 05/09/2024
6+
ms.date: 05/13/2024
77
---
88

99
# Object functions for Bicep
@@ -387,7 +387,7 @@ The output from the preceding example with the default values is:
387387

388388
## objectKeys
389389

390-
`objectKey(object)`
390+
`objectKeys(object)`
391391

392392
Returns the keys from an object, where an object is a collection of key-value pairs.
393393

@@ -421,6 +421,8 @@ The output from the preceding example is:
421421

422422
**keyArray** returns a list of keys of the input object.
423423

424+
[!INCLUDE [JSON object ordering](../../../includes/resource-manager-object-ordering-bicep.md)]
425+
424426
## union
425427

426428
`union(arg1, arg2, arg3, ...)`

0 commit comments

Comments
 (0)