Skip to content

Commit acbab8f

Browse files
committed
update the --handle-extended-json-format info
1 parent 6e44cc3 commit acbab8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Template structure and syntax
33
description: Describes the structure and properties of Azure Resource Manager templates using declarative JSON syntax.
44
ms.topic: conceptual
5-
ms.date: 03/16/2020
5+
ms.date: 04/20/2020
66
---
77

88
# Understand the structure and syntax of ARM templates
@@ -288,7 +288,7 @@ You have a few options for adding comments and metadata to your template.
288288
For inline comments, you can use either `//` or `/* ... */` but this syntax doesn't work with all tools. You can't use the portal template editor to work on templates with inline comments. If you add this style of comment, be sure the tools you use support inline JSON comments.
289289

290290
> [!NOTE]
291-
> To deploy templates with comments by using Azure CLI, you must use the `--handle-extended-json-format` switch.
291+
> To deploy templates with comments by using Azure CLI with version 2.3.0 or older, use the `--handle-extended-json-format` switch.
292292
293293
```json
294294
{
@@ -399,7 +399,7 @@ You can break a string into multiple lines. For example, see the location proper
399399
],
400400
```
401401

402-
To deploy templates with multi-line strings by using Azure CLI, you must use the `--handle-extended-json-format` switch.
402+
To deploy templates with multi-line strings by using Azure CLI with version 2.3.0 or older, you must use the `--handle-extended-json-format` switch.
403403

404404
## Next steps
405405

0 commit comments

Comments
 (0)