- Notifications
You must be signed in to change notification settings - Fork3.1k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[RDBMS]az postgres flexible-server create
: Set default PG version to 17 on create#31143
base:dev
Are you sure you want to change the base?
[RDBMS]az postgres flexible-server create
: Set default PG version to 17 on create#31143
Conversation
️✔️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 forazure-cli andazure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (forazure-cli) or main branch (forazure-cli-extensions). pip install azdev --upgradeazdev setup -c<your azure-cli repo path> -r<your azure-cli-extensions repo path> |
Related command
az postgres flexible-server create
Description
Set default PG version to 17 on create
Testing Guide
Manual testing
History Notes
[RDBMS]
az postgres flexible-server create
: Set default PG version to 17 on createThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline inSubmitting Pull Requests.
I adhere to theCommand Guidelines.
I adhere to theError Handling Guidelines.