[RDBMS] az postgres flexible-server create: Extend EOL to PG 11 and 12#31693
[RDBMS] az postgres flexible-server create: Extend EOL to PG 11 and 12#31693
az postgres flexible-server create: Extend EOL to PG 11 and 12#31693Conversation
️✔️AzureCLI-FullTest
|
|
Hi @mattboentoro, |
️✔️AzureCLI-BreakingChangeTest
|
|
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>
|
There was a problem hiding this comment.
Pull Request Overview
This PR extends the end-of-life handling for PostgreSQL versions 11 and 12 by replacing error conditions with warning messages in the version validator.
- Changed behavior for versions 11 and 12 from raising CLIError to logging a warning.
- Updated the log message to dynamically include the affected version.
|
@yonzhan 這個文件目前可以通過了? |
|
This is a customer facing change, think title needs to update to [ ] |
az postgres flexible-server create: extended EOL to PG 11 and 12az postgres flexible-server create: extended EOL to PG 11 and 12
az postgres flexible-server create: extended EOL to PG 11 and 12az postgres flexible-server create: Extended EOL to PG 11 and 12
|
@evelyn-ys do you mind reviewing this PR? |
az postgres flexible-server create: Extended EOL to PG 11 and 12az postgres flexible-server create: Extend EOL to PG 11 and 12
Related command
az postgres flexible-server create
Description
Extended EOL to PG 11 and 12
Testing Guide

History Notes
[RDBMS]
az postgres flexible-server create: Extend EOL to PG 11 and 12This 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.