az ad group: Group names with '&' in them get split at the point where the '&' appears #24209
Labels
AAD
Auto-Assign
Auto assign by bot
Azure CLI Team
The command of the issue is owned by Azure CLI team
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Graph
az ad
Milestone
Describe the bug
Command Name
az ad group show --group "Hello_&_World" --query id --output tsv
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az ad group show --group {} --query id --output tsv
Expected Behavior
az ad
command can handle group names that have "&" in them. Previously had to use a workaround with --% though with 2.40 this is apparently no longer needed https://github.com/Azure/azure-cli/blob/dev/doc/quoting-issues-with-powershell.md and was working fine until 2.41Environment Summary
Additional Context
The text was updated successfully, but these errors were encountered: