MySQL flexible server region format
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
> ### `az feedback` auto-generates most of the information requested below, as of CLI version 2.0.62
**Related command**
az mysql flexible-server list/show
**Describe the bug**
The location property of each item listed in az mysql flexible-server list/show comes out with display format "North Central US"
instead of the format used in most other commands "northcentralus"
**To Reproduce**
az mysql flexible-server list --query [].location
outputs display name format of the regions of all instances
North Central US
East US
West Europe
**Expected behavior**
output should be in the same format as other az * list commands
az vm list --query [].location
northcentralus
eastus
westeurope
**Environment summary**
Can reproduce in win10 az 2.45 and 2.46, ubuntu 20.04 installed through WSL (same versions) and cloud shell
**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.