-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
Auto-AssignAuto assign by botAuto assign by botCXP AttentionThis issue is handled by CXP team.This issue is handled by CXP team.MySQLbugThis 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
This is autogenerated. Please review and update as needed.
Describe the bug
I'm hitting this error when trying to create a new MySQL server. As far as I can see it should not be a replica server.
| raise ValidationError("Auto grow feature for replica server cannot be disabled.") |
Command Name
az mysql flexible-server create
Errors:
Auto grow feature for replica server cannot be disabled.
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az mysql flexible-server create \
--location $LOCATION \
--resource-group $RESOURCE_GROUP \
--name $MYSQL \
--admin-user $MYSQL_USER \
--admin-password $MYSQL_PASS \
--sku-name Standard_B1s \
--tier Burstable \
--public-access 0.0.0.0 \
--storage-size 20 \
--version 5.7 \
--geo-redundant-backup Disabled \
--high-availability Disabled \
--storage-auto-grow Disabled \
--iops 400 \
--yes
Expected Behavior
The MySQL server should be created without the error.
Environment Summary
macOS-12.3.1-x86_64-i386-64bit, Darwin 21.4.0
Python 3.10.4
Installer: HOMEBREW
azure-cli 2.37.0
Extensions:
containerapp 0.3.4
Dependencies:
msal 1.18.0b1
azure-mgmt-resource 21.1.0b1
Additional Context
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botCXP AttentionThis issue is handled by CXP team.This issue is handled by CXP team.MySQLbugThis 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.