-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Syntax error #31530
Copy link
Copy link
Closed
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamKeyVaultaz keyvaultaz keyvaultcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamKeyVaultaz keyvaultaz keyvaultcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
Ran
time az keyvault check-name --name XXX --debug. This command timed out (see #31178), however in the output I noticed these two lines:My python-fu is weak, I don't know what a
"""-delimited string is supposed to be (documentation maybe?) or what the rules are about how backslash-escaping is supposed to work within one.Related command
az keyvault check-nameErrors
See description.
Issue script & Debug output
See description.
Expected behavior
No
SyntaxWarningmessagesEnvironment Summary
Additional context
No response