Skip to content

Commit 4079d2b

Browse files
authored
Add spring retirement info (#8652)
1 parent 2e26911 commit 4079d2b

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

src/spring/HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Release History
22
===============
3+
1.28.0
4+
---
5+
* Add Azure Spring Apps retirement information. See https://aka.ms/asaretirement.
6+
37
1.27.1
48
---
59
* Support scenario of bringing your own container image for command `az spring export`.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# --------------------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All rights reserved.
3+
# Licensed under the MIT License. See License.txt in the project root for license information.
4+
# --------------------------------------------------------------------------------------------
5+
6+
from azure.cli.core.breaking_change import register_command_group_deprecate
7+
8+
# https://aka.ms/asaretirement
9+
register_command_group_deprecate('spring', target_version='Mar 2028', hide=True)

src/spring/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# TODO: Confirm this is the right version number you want and it matches your
1818
# HISTORY.rst entry.
19-
VERSION = '1.27.1'
19+
VERSION = '1.28.0'
2020

2121
# The full list of classifiers is available at
2222
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)