-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{RDBMS} az postgres flexible-server backup, az postgres flexible-server db, az postgres flexible-server firewall-rule, az postgres flexible-server long-term-retention, az postgres flexible-server migration, az postgres flexible-server replica create : Add breaking change announcements and --name argument to `
#32560
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
base: dev
Are you sure you want to change the base?
Conversation
️✔️AzureCLI-FullTest
|
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| postgres flexible-server backup | sub group postgres flexible-server backup added property deprecate_info_target |
||
| postgres flexible-server db | sub group postgres flexible-server db added property deprecate_info_target |
||
| postgres flexible-server firewall-rule | sub group postgres flexible-server firewall-rule added property deprecate_info_target |
||
| postgres flexible-server long-term-retention | sub group postgres flexible-server long-term-retention added property deprecate_info_target |
||
| postgres flexible-server migration | sub group postgres flexible-server migration added property deprecate_info_target |
||
| postgres flexible-server replica create | cmd postgres flexible-server replica create added parameter name |
||
| postgres flexible-server replica create | cmd postgres flexible-server replica create update parameter replica_name: removed property required=True |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
|
@evelyn-ys please trigger checks |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Related command
az postgres flexible-server backup az postgres flexible-server db az postgres flexible-server firewall-rule az postgres flexible-server long-term-retention az postgres flexible-server migration az postgres flexible-server replica createDescription
Wish to change in future:
--name should refer to the object to which the command refers
--server-name should be used whenever the command doesn't refer directly to the server object, but requires the name of the server to be provided as an input.
Commands which are correctly using this pattern:
az postgres flexible-server ad-admin commands.
az postgres flexible-server advanced-threat-protection-setting.
az postgres flexible-server identity.
az postgres flexible-server parameter.
az postgres flexible-server private-endpoint-connection.
az postgres flexible-server private-link-resource.
az postgres flexible-server server-logs.
az postgres flexible-server virtual-endpoint.
Commands which aren't using that pattern and should be changed, following corresponding deprecation path:
az postgres flexible-server backup: --backup-name should be replaced with --name, and --name should be replaced with --server-name.
az postgres flexible-server db: --database-name should be replaced with --name.
az postgres flexible-server firewall-rule: --name should be replaced with --server-name, and --rule-name should be replaced with --name.
az postgres flexible-server long-term-retention: --name should be replaced with --server-name.
az postgres flexible-server migration: --migration-name should be replaced with --name, and --name should be replaced with --server-name.
Testing Guide
History Notes
[RDBMS]
az postgres flexible-server replica create: Add--nameargument to specify read replica name