File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
src/azure-cli/azure/cli/command_modules/storage Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 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' )
You can’t perform that action at this time.
0 commit comments