Skip to content

Commit a889060

Browse files
committed
add breaking change warning for upcoming addition for confirmation during account redundancy change
1 parent b67be47 commit a889060

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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_other_breaking_change
7+
8+
register_other_breaking_change('storage account migration start',
9+
message='Starting from 5/19, changing redundancy configuration would require additional '
10+
'(y/n) confirmation: "After your request to convert the account’s redundancy '
11+
'configuration is validated, the conversion will typically complete in a few '
12+
'days, but can take several weeks depending on current resource demands in the '
13+
'region, account size, and other factors. The conversion can’t be stopped after '
14+
'being initiated, and for accounts with geo redundancy a failover can’t be '
15+
'initiated while conversion is in progress. The data within the storage account '
16+
'will continue to be accessible with no loss of durability or availability. '
17+
'Confirm redundancy configuration change: (y/n)"',
18+
target_version='2.73.0')

0 commit comments

Comments
 (0)