-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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.bugThis 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.
Description
Describe the bug
Trying to look for SKU's to use for a MySQL Flexible Server does not return any SKU's, no matter the selected region. Deploying with SKU's from docs (i.e. Standard_B1ms) indicates the SKU is invalid.
❯ az mysql flexible-server list-skus -l westeurope
For prices please refer to https://aka.ms/mysql-pricing
[]
❯ az mysql flexible-server list-skus -l northeurope
For prices please refer to https://aka.ms/mysql-pricing
[]
❯ az mysql flexible-server list-skus -l westus
For prices please refer to https://aka.ms/mysql-pricing
[]
Related command
az mysql flexible-server list-skus -l (region)
Errors
N.A.
Issue script & Debug output
cli.knack.cli: Command arguments: ['mysql', 'flexible-server', 'list-skus', '-l', 'westeurope', '--debug']
cli.knack.cli: __init__ debug log:
Enable color in terminal.
[...]
cli.azure.cli.core.sdk.policies: Request URL: 'https://management.azure.com/subscriptions/***/providers/Microsoft.DBforMySQL/locations/westeurope/capabilities?api-version=2024-10-01-preview'
cli.azure.cli.core.sdk.policies: Request method: 'GET'
cli.azure.cli.core.sdk.policies: Request headers:
cli.azure.cli.core.sdk.policies: 'Accept': 'application/json'
cli.azure.cli.core.sdk.policies: 'x-ms-client-request-id': '***'
cli.azure.cli.core.sdk.policies: 'CommandName': 'mysql flexible-server list-skus'
cli.azure.cli.core.sdk.policies: 'ParameterSetName': '-l --debug'
cli.azure.cli.core.sdk.policies: 'User-Agent': 'AZURECLI/2.73.0 (HOMEBREW) azsdk-python-core/1.31.0 Python/3.12.10 (macOS-15.4.1-arm64-arm-64bit)'
cli.azure.cli.core.sdk.policies: 'Authorization': '*****'
cli.azure.cli.core.sdk.policies: Request body:
cli.azure.cli.core.sdk.policies: This request has no body
urllib3.connectionpool: Starting new HTTPS connection (1): management.azure.com:443
urllib3.connectionpool: https://management.azure.com:443 "GET /subscriptions/***/providers/Microsoft.DBforMySQL/locations/westeurope/capabilities?api-version=2024-10-01-preview HTTP/1.1" 200 12
cli.azure.cli.core.sdk.policies: Response status: 200
cli.azure.cli.core.sdk.policies: Response headers:
cli.azure.cli.core.sdk.policies: 'Cache-Control': 'no-cache'
cli.azure.cli.core.sdk.policies: 'Pragma': 'no-cache'
cli.azure.cli.core.sdk.policies: 'Content-Length': '12'
cli.azure.cli.core.sdk.policies: 'Content-Type': 'application/json; charset=utf-8'
cli.azure.cli.core.sdk.policies: 'Expires': '-1'
cli.azure.cli.core.sdk.policies: 'X-Content-Type-Options': 'nosniff'
cli.azure.cli.core.sdk.policies: 'x-ms-request-id': '***'
cli.azure.cli.core.sdk.policies: 'x-ms-operation-identifier': '***'
cli.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-reads': '***'
cli.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-global-reads': '***'
cli.azure.cli.core.sdk.policies: 'x-ms-correlation-request-id': '***'
cli.azure.cli.core.sdk.policies: 'x-ms-routing-request-id': '***'
cli.azure.cli.core.sdk.policies: 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains'
cli.azure.cli.core.sdk.policies: 'X-Cache': 'CONFIG_NOCACHE'
cli.azure.cli.core.sdk.policies: 'X-MSEdge-Ref': '***'
cli.azure.cli.core.sdk.policies: 'Date': 'Wed, 28 May 2025 11:57:59 GMT'
cli.azure.cli.core.sdk.policies: Response content:
cli.azure.cli.core.sdk.policies: {"value":[]}
cli.azure.cli.command_modules.mysql.custom: For prices please refer to https://aka.ms/mysql-pricing
cli.knack.cli: Event: CommandInvoker.OnTransformResult [<function _resource_group_transform at 0x103fdc0e0>, <function _x509_from_base64_to_hex_transform at 0x103fdc180>]
cli.knack.cli: Event: CommandInvoker.OnFilterResult []
[]
cli.knack.cli: Event: Cli.SuccessfulExecute []
cli.knack.cli: Event: Cli.PostExecute [<function AzCliLogging.deinit_cmd_metadata_logging at 0x103f83a60>]
az_command_data_logger: exit code: 0
cli.__main__: Command ran in 0.489 seconds (init: 0.061, invoke: 0.428)
telemetry.main: Begin splitting cli events and extra events, total events: 1
telemetry.client: Accumulated 0 events. Flush the clients.
telemetry.main: Finish splitting cli events and extra events, cli events: 1
telemetry.save: Save telemetry record of length 3996 in cache file under /Users/***/.azure/telemetry/20250528135800980
telemetry.main: Begin creating telemetry upload process.
telemetry.process: Creating upload process: "/opt/homebrew/Cellar/azure-cli/2.73.0/libexec/bin/python /opt/homebrew/Cellar/azure-cli/2.73.0/libexec/lib/python3.12/site-packages/azure/cli/telemetry/__init__.py /Users/***/.azure /Users/***/.azure/telemetry/20250528135800980"
telemetry.process: Return from creating process 25744
telemetry.main: Finish creating telemetry upload process.
Expected behavior
It lists SKU's as usual.
Environment Summary
azure-cli 2.73.0
core 2.73.0
telemetry 1.1.0
Extensions:
account 0.2.5
rdbms-connect 1.0.7
Dependencies:
msal 1.32.3
azure-mgmt-resource 23.3.0
Python location '/opt/homebrew/Cellar/azure-cli/2.73.0/libexec/bin/python'
Config directory '/Users/***/.azure'
Extensions directory '/Users/***/.azure/cliextensions'
Python (Darwin) 3.12.10 (main, Apr 8 2025, 11:35:47) [Clang 17.0.0 (clang-1700.0.13.3)]
Legal docs and information: aka.ms/AzureCliLegal
Your CLI is up-to-date.
Additional context
Tried both on macOS and Windows with different tenants and subscriptions with the same result.
hayedewit
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.bugThis 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.