Skip to content

Commit

Permalink
[Core] Fixing broken anchor in URI referring to quoting issues in Azu…
Browse files Browse the repository at this point in the history
…re CLI (#21558)
  • Loading branch information
nachoalonsoportillo authored Mar 9, 2022
1 parent 427fc4d commit 0781972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure-cli-core/azure/cli/core/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def shell_safe_json_parse(json_or_dict_string, preserve_order=False, strict=True
# Recommendation for all shells
from azure.cli.core.azclierror import InvalidArgumentValueError
recommendation = "The JSON may have been parsed by the shell. See " \
"https://docs.microsoft.com/cli/azure/use-cli-effectively#quoting-issues"
"https://docs.microsoft.com/cli/azure/use-cli-effectively#use-quotation-marks-in-arguments"

# Recommendation especially for PowerShell
parent_proc = get_parent_proc_name()
Expand Down

0 comments on commit 0781972

Please sign in to comment.