-
Notifications
You must be signed in to change notification settings - Fork 3.4k
MySQL flexible server region format #25810
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botMySQLService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Milestone
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botMySQLService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
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