Skip to content

Commit 351dba7

Browse files
nikitagarg123Nikita Garg
andauthored
[redisenterprise] update breaking change file loc (#9294)
* update file loc * update version * style fix * style fix --------- Co-authored-by: Nikita Garg <nikitagarg@microsoft.com>
1 parent c7cfb55 commit 351dba7

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

src/redisenterprise/HISTORY.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
33
Release History
44
===============
5+
1.2.3
6+
- Added breaking change warning for upcoming release
7+
58
1.2.2
69
- Added breaking change warning for upcoming release
710

src/redisenterprise/_breaking_change.py renamed to src/redisenterprise/azext_redisenterprise/_breaking_change.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
5-
from azure.cli.core.breaking_change import register_required_flag_breaking_change, register_default_value_breaking_change, register_other_breaking_change
5+
from azure.cli.core.breaking_change import (register_required_flag_breaking_change,
6+
register_default_value_breaking_change)
67

78
register_required_flag_breaking_change('redisenterprise create', '--public-network-access')
89
register_default_value_breaking_change('redisenterprise create', '--access-keys-auth', 'Enabled', 'Disabled')

src/redisenterprise/setup.py

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

1111

1212
# HISTORY.rst entry.
13-
VERSION = '1.2.2'
13+
VERSION = '1.2.3'
1414

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

0 commit comments

Comments
 (0)