Skip to content

Commit 6afcd7a

Browse files
author
Nikita Garg
committed
breaking change warning
1 parent 49a19fc commit 6afcd7a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
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+
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')
9+
register_default_value_breaking_change('redisenterprise create', '--access-keys-authentication', 'Enabled', 'Disabled')

0 commit comments

Comments
 (0)