Skip to content

Commit 8aee5bd

Browse files
committed
update
1 parent eed0637 commit 8aee5bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

includes/resource-manager-object-ordering-arm-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.date: 09/16/2022
66
ms.author: jgao
77
---
88

9-
In JSON, an object is an unordered collection of zero or more key/value pairs. The ordering can be different depending on the implementations. For example, the Bicep [items()](../articles/azure-resource-manager/templates/template-functions-object.md#items) function sorts the objects in the alphabetical order. In other places, the original ordering can be preserved. Because of this non-determinism, avoid making any assumptions about the ordering of object keys when writing code which interacts with deployments parameters & outputs.
9+
In JSON, an object is an unordered collection of zero or more key/value pairs. The ordering can be different depending on the implementations. For example, the Bicep [items()](../articles/azure-resource-manager/templates/template-functions-object.md#items) function sorts the objects in the alphabetical order. In other places, the original ordering can be preserved. Because of this non-determinism, avoid making any assumptions about the ordering of object keys when writing code, which interacts with deployments parameters & outputs.

includes/resource-manager-object-ordering-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.date: 09/16/2022
66
ms.author: jgao
77
---
88

9-
In JSON, an object is an unordered collection of zero or more key/value pairs. The ordering can be different depending on the implementations. For example, the Bicep [items()](../articles/azure-resource-manager/bicep/bicep-functions-object.md#items) function sorts the objects in the alphabetical order. In other places, the original ordering can be preserved. Because of this non-determinism, avoid making any assumptions about the ordering of object keys when writing code which interacts with deployments parameters & outputs.
9+
In JSON, an object is an unordered collection of zero or more key/value pairs. The ordering can be different depending on the implementations. For example, the Bicep [items()](../articles/azure-resource-manager/bicep/bicep-functions-object.md#items) function sorts the objects in the alphabetical order. In other places, the original ordering can be preserved. Because of this non-determinism, avoid making any assumptions about the ordering of object keys when writing code, which interacts with deployments parameters & outputs.

0 commit comments

Comments
 (0)