Skip to content

Commit cfa24a9

Browse files
nikitagarg123Nikita GargCopilot
authored
{redisenterprise} breaking change warning (#9272)
* breaking change warning * Update src/redisenterprise/_breaking_change.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * style fix * update version --------- Co-authored-by: Nikita Garg <nikitagarg@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 927eddb commit cfa24a9

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

src/redisenterprise/HISTORY.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
33
Release History
44
===============
5+
1.2.2
6+
- Added breaking change warning for upcoming release
57

68
1.2.1
79
- Added support for listing all SKUs a cluster can scale to.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
from azure.cli.core.breaking_change import register_required_flag_breaking_change, register_default_value_breaking_change, register_other_breaking_change
6+
7+
register_required_flag_breaking_change('redisenterprise create', '--public-network-access')
8+
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.1'
13+
VERSION = '1.2.2'
1414

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

0 commit comments

Comments
 (0)