-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Mysql] az mysql flexible-server create/restore/replica create/geo restore
: Add --storage-redundancy
parameter to support HA storage with zone redundancy
#30423
Conversation
️✔️AzureCLI-FullTest
|
Hi @linyudoa, |
|
rule | cmd_name | rule_message | suggest_message |
---|---|---|---|
mysql flexible-server backup create | cmd mysql flexible-server backup create added parameter parameters |
||
mysql flexible-server create | cmd mysql flexible-server create added parameter storage_redundancy |
||
mysql flexible-server geo-restore | cmd mysql flexible-server geo-restore added parameter storage_redundancy |
||
mysql flexible-server replica create | cmd mysql flexible-server replica create added parameter storage_redundancy |
||
mysql flexible-server restore | cmd mysql flexible-server restore added parameter storage_redundancy |
Thank you for your contribution! We will review the pull request and get back to you soon. |
Please fix conflicting files |
…ql-acclog-default-value
…ql-acclog-default-value
--storage-redundancy
parameter and update to latest mysql sdk version
…ql-acclog-default-value
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Pls format PR title and PR description following https://github.com/Azure/azure-cli/tree/dev/doc/authoring_command_modules#submitting-pull-requests |
--storage-redundancy
parameter and update to latest mysql sdk versionaz mysql flexible-server create/restore/replica create/geo restore
: Add --storage-redundancy
parameter and update to latest mysql sdk version
az mysql flexible-server create/restore/replica create/geo restore
: Add --storage-redundancy
parameter and update to latest mysql sdk versionaz mysql flexible-server create/restore/replica create/geo restore
: Add --storage-redundancy
parameter to support HA storage with zone redundancy
@linyudoa Sry for merging late, Can you pls resolve conflicts now |
…ql-acclog-default-value
@evelyn-ys had fixed the conflict |
|
Related command
Description
Supported
--storage-redundancy
pamameter inaz mysql flexible-server create/restore/replica create/geo restore
commands for business critical tier, so the customers can choose HA storage with zone redundancy.Updated the mysql sdk version to the latest version.
Testing Guide
History Notes
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.