{RDBMS} az postgres flexible-server create, az postgres server, az postgres db, az postgres server-logs, az postgres flexible-server replica, postgres flexible-server db, az postgres flexible-server long-term-retention, az postgres flexible-server backup, postgres flexible-server firewall-rule, az postgres flexible-server migration: Add upcoming breaking change announcements#32185
Closed
{RDBMS} az postgres flexible-server create, az postgres server, az postgres db, az postgres server-logs, az postgres flexible-server replica, postgres flexible-server db, az postgres flexible-server long-term-retention, az postgres flexible-server backup, postgres flexible-server firewall-rule, az postgres flexible-server migration: Add upcoming breaking change announcements#32185
az postgres flexible-server create, az postgres server, az postgres db, az postgres server-logs, az postgres flexible-server replica, postgres flexible-server db, az postgres flexible-server long-term-retention, az postgres flexible-server backup, postgres flexible-server firewall-rule, az postgres flexible-server migration: Add upcoming breaking change announcements#32185Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Member
Author
|
Hi @evelyn-ys @calvinhzy can I please get review of this PR |
mattboentoro
approved these changes
Sep 30, 2025
Member
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
evelyn-ys
approved these changes
Oct 9, 2025
Collaborator
|
Please fix CI issues |
Member
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related command
az postgres flexible-server create
az postgres server
az postgres db
az postgres server-logs
az postgres flexible-server replica
postgres flexible-server db
az postgres flexible-server long-term-retention
az postgres flexible-server backup
postgres flexible-server firewall-rule
az postgres flexible-server migration
Description
All commands under the Postgres server removed.
PG default version Currently 'PG17'. Remove hardcoded value being set for version, instead utilize capabilities API.
Last breaking change we removed having a database be created as default for every server. Can we now remove the argument '--create-default-database' and stick to having customers use the 'az postgres flexible-server database' group, if they want to create any databases.
Make consistent use of --name & --server-name across all commands.
'--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.
Testing Guide
History Notes
{RDBMS}
az postgres flexible-server create, az postgres server, az postgres db, az postgres server-logs, az postgres flexible-server replica, postgres flexible-server db, az postgres flexible-server long-term-retention, az postgres flexible-server backup, postgres flexible-server firewall-rule, az postgres flexible-server migration: Add upcoming breaking change announcements