-
Notifications
You must be signed in to change notification settings - Fork 3.4k
{RDBMS} az postgres flexible-server create, az postgres server, az postgres db, az postgres server-logs: Add upcoming breaking change announcements
#32341
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
ee1192c
add to ignore
nasc17 d9d34d4
Merge pull request #5 from nasc17/nasc/gitUpdates
nasc17 6c0e048
Merge branch 'Azure:dev' into dev2
nasc17 6370088
Fix bug when updating cmk geo
nasc17 7f19801
Revert "add to ignore"
nasc17 4857a1a
Merge branch 'Azure:dev' into dev2
nasc17 50e8d48
Merge branch 'dev2' of https://github.com/nasc17/azure-cli into dev2
nasc17 3b1d20b
Updates to not create password if pasword is disabled
nasc17 c0c36b5
Revert "Updates to not create password if pasword is disabled"
nasc17 2e0117c
Merge branch 'Azure:dev' into dev2
nasc17 e6dbe6a
Merge branch 'Azure:dev' into dev2
nasc17 b54254b
Merge branch 'Azure:dev' into dev2
nasc17 647ab9f
Merge branch 'Azure:dev' into dev2
nasc17 881bf8b
Merge branch 'Azure:dev' into dev2
nasc17 f7943d8
Merge branch 'Azure:dev' into dev2
nasc17 5b654d3
Merge branch 'Azure:dev' into dev2
nasc17 88e0438
Merge branch 'Azure:dev' into dev2
nasc17 3db45d3
Merge branch 'Azure:dev' into dev2
nasc17 00bf86a
Merge branch 'Azure:dev' into dev2
nasc17 6a1b57d
Merge branch 'Azure:dev' into dev2
nasc17 de7b4c9
Merge branch 'Azure:dev' into dev2
nasc17 0389be8
Merge branch 'Azure:dev' into dev2
nasc17 cabdb07
Merge branch 'Azure:dev' into dev2
nasc17 5c1151c
Merge branch 'Azure:dev' into dev2
nasc17 bcb1b0d
Merge branch 'Azure:dev' into dev2
nasc17 7335c68
Merge branch 'Azure:dev' into dev2
nasc17 039741c
Merge branch 'Azure:dev' into dev2
nasc17 85a65dc
Merge branch 'Azure:dev' into dev2
nasc17 035b99b
Merge branch 'Azure:dev' into dev2
nasc17 eb4605e
Merge branch 'Azure:dev' into dev2
nasc17 7fad932
breaking change text
nasc17 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
src/azure-cli/azure/cli/command_modules/rdbms/_breaking_change.py
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| # -------------------------------------------------------------------------------------------- | ||
| # Copyright (c) Microsoft Corporation. All rights reserved. | ||
| # Licensed under the MIT License. See License.txt in the project root for license information. | ||
| # -------------------------------------------------------------------------------------------- | ||
|
|
||
| from azure.cli.core.breaking_change import register_logic_breaking_change, \ | ||
| register_argument_deprecate, register_other_breaking_change | ||
|
|
||
| register_logic_breaking_change('postgres flexible-server create', 'Update default value of "--version"', | ||
| detail='The default value will be changed from "17" to a ' | ||
|
nasc17 marked this conversation as resolved.
|
||
| 'supported version based on regional capabilities.') | ||
| register_argument_deprecate('postgres flexible-server create', '--create-default-database', | ||
| message='Please use command group "postgres flexible-server db" for database creation.') | ||
|
nasc17 marked this conversation as resolved.
|
||
| register_argument_deprecate('postgres flexible-server create', '--database-name', | ||
| message='Please use command group "postgres flexible-server db" for database creation.') | ||
| register_other_breaking_change('postgres server', | ||
| message='Azure Database for PostgreSQL Single Server is deprecated. ' | ||
| 'Please migrate to Flexible Server for new deployments.') | ||
| register_other_breaking_change('postgres db', | ||
| message='Azure Database for PostgreSQL Single Server is deprecated. ' | ||
| 'Please migrate to Flexible Server for new deployments.') | ||
| register_other_breaking_change('postgres server-logs', | ||
| message='Azure Database for PostgreSQL Single Server is deprecated. ' | ||
| 'Please migrate to Flexible Server for new deployments.') | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.