Skip to content

Commit e9caada

Browse files
authored
{NetAppFiles} Remove duplicate breaking announcement (#33141)
1 parent f68d56b commit e9caada

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

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

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,18 @@
88
register_other_breaking_change,
99
)
1010
register_argument_deprecate('netappfiles volume update', '--remote-volume-resource-id')
11-
register_argument_deprecate('netappfiles volume create', '--default-group-quota',
12-
redirect='command group az netappfiles volume quota-rule')
13-
register_argument_deprecate('netappfiles volume update', '--default-group-quota',
14-
redirect='command group az netappfiles volume quota-rule')
15-
register_argument_deprecate('netappfiles volume create', '--default-user-quota',
16-
redirect='command group az netappfiles volume quota-rule')
17-
register_argument_deprecate('netappfiles volume update', '--default-user-quota',
18-
redirect='command group az netappfiles volume quota-rule')
1911
register_argument_deprecate('netappfiles volume create', '--is-default-quota-enabled',
20-
redirect='command group az netappfiles volume quota-rule')
12+
redirect='netappfiles volume quota-rule')
2113
register_argument_deprecate('netappfiles volume update', '--is-default-quota-enabled',
22-
redirect='command group az netappfiles volume quota-rule')
14+
redirect='netappfiles volume quota-rule')
2315
register_argument_deprecate('netappfiles volume create', '--default-group-quota-in-ki-bs',
24-
redirect='command group az netappfiles volume quota-rule')
16+
redirect='netappfiles volume quota-rule')
2517
register_argument_deprecate('netappfiles volume update', '--default-group-quota-in-ki-bs',
26-
redirect='command group az netappfiles volume quota-rule')
18+
redirect='netappfiles volume quota-rule')
2719
register_argument_deprecate('netappfiles volume create', '--default-user-quota-in-ki-bs',
28-
redirect='command group az netappfiles volume quota-rule')
20+
redirect='netappfiles volume quota-rule')
2921
register_argument_deprecate('netappfiles volume update', '--default-user-quota-in-ki-bs',
30-
redirect='command group az netappfiles volume quota-rule')
22+
redirect='netappfiles volume quota-rule')
3123
register_default_value_breaking_change('netappfiles volume create', '--network-features', 'Basic', 'Standard')
3224
register_other_breaking_change('netappfiles volume create',
3325
'The basic option will not be accepted, use Standard instead',

0 commit comments

Comments
 (0)