Conversation
…I check to the --version parameter
️✔️AzureCLI-FullTest
|
❌AzureCLI-BreakingChangeTest
Please submit your Breaking Change Pre-announcement ASAP if you haven't already. Please note:
|
|
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>
|
|
Can you also update the help text file to show upgrade to 17 as the example instead of 17. |
|
This is customer facing change since you are adding ability to upgrade to 17. Correct PR history notes to have that properly reported in changelog. |
az postgres flexible-server upgrade: Add server capability API check to the --version parameteraz postgres flexible-server upgrade: Add server capability API check to the --version parameter and allow user to upgrade to PG17 when it is available
|
@evelyn-ys do you mind reviewing this PR? |
az postgres flexible-server upgrade: Add server capability API check to the --version parameter and allow user to upgrade to PG17 when it is availableaz postgres flexible-server upgrade: Add server capability API check to the --version parameter and allow user to upgrade to PG17 when it is available
Related command
az postgres flexible-server upgrade
Description
Add server capability API check to the
--versionparameter and allow user to upgrade to PG17 when it is availableTesting Guide
Manual testing
History Notes
[RDBMS]
az postgres flexible-server upgrade: Add server capability API check to the--versionparameter and allow user to upgrade to PG17 when it is availableThis 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.