-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[SQL] Upgrade azure-mgmt-sql to 0.26.0 #16618
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
Conversation
Merge from main repository
Merge from main repository
Merge from master repository
|
SQL |
|
|
Please comment in the PR with the following words and your PR link. For example, Fix |
|
Fix |
Pass |
|
Fixed recorded tests: PR link: #16631 |
|
Fixed additional tests: Was forced to change test_sql_commands.py - 'readReplicaCount' and 'readScale' fields had incorrect value. PR link: #16631 |
@nathannfan is probably owning this one |
|
Fixed tests to use 'highAvailabilityReplicaCount' field per @bradrich-msft request |
|
Fixed additional recording YAML files |
|
Fixed test_sql_db_import_export_mgmt |
* fix style error
|
Fixed test_sql_db_restore.yaml |
| arg_ctx.argument('high_availability_replica_count', | ||
| arg_type=read_replicas_param_type) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should Line537 be renamed too?
azure-cli/src/azure-cli/azure/cli/command_modules/sql/_params.py
Lines 537 to 539 in 6ab0ebf
| arg_ctx.argument('read_replica_count', | |
| options_list=['--read-replica-count'], | |
| deprecate_info=arg_ctx.deprecate(hide=True)) |
evelyn-ys
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leave #16618 (comment) for later check (another PR to fix if necessary).
Approved to unblock test fixes🙂
Description
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change.
[Component Name 2] az command b: Add some customer-facing feature.
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.