Skip to content

Commit d448845

Browse files
Merge pull request #298171 from DENKEN02MSFT/Top50_baanders_Row45
Top50 - row 45
2 parents 540da92 + 46c3a53 commit d448845

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/digital-twins/troubleshoot-error-cli-parse.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-digital-twins
66
author: baanders
77
ms.author: baanders
88
ms.topic: troubleshooting
9-
ms.date: 03/31/2022
9+
ms.date: 04/11/2025
1010
---
1111

1212
# Troubleshoot parsing failures with Azure Digital Twins CLI commands
@@ -17,13 +17,13 @@ This article describes causes and resolution steps for various "parse failed" er
1717

1818
## Symptoms
1919

20-
While attempting to run select `az dt` commands in an Azure CLI environment, you receive an error indicating that the command wasn't parsed correctly. The error message might include the words *parse failed* or *failed to parse*, or partial text from your command may be marked as *unrecognized arguments.*
20+
While attempting to run select `az dt` commands in an Azure CLI environment, you receive an error indicating that the command wasn't parsed correctly. The error message might include the words *parse failed* or *failed to parse*, or partial text from your command might be marked as *unrecognized arguments.*
2121

2222
## Causes
2323

2424
### Cause #1
2525

26-
Some `az dt` commands use special characters that have to be escaped for proper parsing in certain shell environments. It is possible that some special character in your CLI command needs to be escaped for it to be parsed in the shell that you're using.
26+
Some `az dt` commands use special characters that have to be escaped for proper parsing in certain shell environments. It's possible that some special character in your CLI command needs to be escaped for the command to be parsed in the shell that you're using.
2727

2828
## Solutions
2929

@@ -37,7 +37,7 @@ If you're encountering the parsing issue while passing inline JSON into a comman
3737

3838
### Solution #3
3939

40-
Not all shells have the same special character requirements, so you can try running the command in a different shell type (some options are the [Cloud Shell](https://shell.azure.com) Bash environment, [Cloud Shell](https://shell.azure.com) PowerShell environment, local Windows CMD, local Bash window, or local PowerShell window).
40+
Not all shells have the same special character requirements, so you can try running the command in a different shell option. Some options include the [Cloud Shell](https://shell.azure.com) Bash environment, [Cloud Shell](https://shell.azure.com) PowerShell environment, local Windows CMD, local Bash window, or local PowerShell window.
4141

4242
## Next steps
4343

0 commit comments

Comments
 (0)