Skip to content

Commit 89d2232

Browse files
authored
{Storage} az storage account migration start: Add upcoming breaking change warning for confirmation (#31079)
* add breaking change warning for upcoming addition for confirmation during account redundancy change * use version instead of set date
1 parent d62f4b9 commit 89d2232

File tree

1 file changed

+19
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)