Skip to content

Commit

Permalink
Revert "{db-up} Update db-up deprecation warning message (#8127)" (#8135
Browse files Browse the repository at this point in the history
)

This reverts commit 65721a9.
  • Loading branch information
evelyn-ys authored Oct 15, 2024
1 parent 5295071 commit ca94400
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/db-up/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
Release History
===============
1.0.0b4
+++++++
* Update the deprecation message and announce the retirement date

1.0.0b3
+++++++
* Deprecate this extension
Expand Down
3 changes: 1 addition & 2 deletions src/db-up/azext_db_up/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@


def _deprecation_message(self): # pylint: disable=unused-argument
msg = ("'db-up' extension will be retired on November 20, 2024, "
"please consider using the create command associated with the respective database")
msg = "'db-up' extension has been deprecated. All commands included will be removed in near future."
return msg


Expand Down
2 changes: 1 addition & 1 deletion src/db-up/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from codecs import open
from setuptools import setup, find_packages

VERSION = "1.0.0b4"
VERSION = "1.0.0b3"

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit ca94400

Please sign in to comment.