-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az sql db update succeeds but service objective is not updated #26665
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botSQLaz sqlaz sqlService 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.
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botSQLaz sqlaz sqlService 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.
Describe the bug
I cannot change service objective from
GP_Gen5_10toGP_S_Gen5_2. The command succeeds but the service objective remains unchanged on the database. The database is stillGP_Gen5_10after the command is run. See command output for details.Related command
Errors
No errors.
Issue script & Debug output
PS C:\path> az sql db update --subscription
--resource-group <redacted>--server
--name <redacted>--service-objective GP_S_Gen5_2 --debug
Expected behavior
Service Objective is updated.
Environment Summary
{
"azure-cli": "2.49.0",
"azure-cli-core": "2.49.0",
"azure-cli-telemetry": "1.0.8",
"extensions": {
"azure-devops": "0.26.0",
"bastion": "0.2.4",
"k8s-extension": "1.4.1"
}
}
Additional context
No response