Skip to content

Commit cf8410b

Browse files
committed
fix pylint
1 parent 3a2a0ba commit cf8410b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/azure-cli/azure/cli/command_modules/mysql/_breaking_change.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@
44
# --------------------------------------------------------------------------------------------
55
from azure.cli.core.breaking_change import register_logic_breaking_change
66

7-
register_logic_breaking_change('mysql flexible-server create', 'Update the validator', detail='the argument `--high-availability` will no longer accept value `SameZone` for new servers created in Business-Critical service tier if the region supports multiple zones.')
8-
register_logic_breaking_change('mysql flexible-server update', 'Update the validator', detail='the argument `--high-availability` will no longer accept value `SameZone` for new servers created in Business-Critical service tier if the region supports multiple zones.')
7+
register_logic_breaking_change('mysql flexible-server create', 'Update the validator',
8+
detail='the argument `--high-availability` will no longer accept value `SameZone` for '
9+
'new servers created in Business-Critical service tier '
10+
'if the region supports multiple zones.')
11+
register_logic_breaking_change('mysql flexible-server update', 'Update the validator',
12+
detail='the argument `--high-availability` will no longer accept value `SameZone` for '
13+
'new servers created in Business-Critical service tier '
14+
'if the region supports multiple zones.')

0 commit comments

Comments
 (0)