Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,18 @@
register_other_breaking_change,
)
register_argument_deprecate('netappfiles volume update', '--remote-volume-resource-id')
register_argument_deprecate('netappfiles volume create', '--default-group-quota',
redirect='command group az netappfiles volume quota-rule')
register_argument_deprecate('netappfiles volume update', '--default-group-quota',
redirect='command group az netappfiles volume quota-rule')
register_argument_deprecate('netappfiles volume create', '--default-user-quota',
redirect='command group az netappfiles volume quota-rule')
register_argument_deprecate('netappfiles volume update', '--default-user-quota',
redirect='command group az netappfiles volume quota-rule')
register_argument_deprecate('netappfiles volume create', '--is-default-quota-enabled',
redirect='command group az netappfiles volume quota-rule')
redirect='netappfiles volume quota-rule')
register_argument_deprecate('netappfiles volume update', '--is-default-quota-enabled',
redirect='command group az netappfiles volume quota-rule')
redirect='netappfiles volume quota-rule')
register_argument_deprecate('netappfiles volume create', '--default-group-quota-in-ki-bs',
redirect='command group az netappfiles volume quota-rule')
redirect='netappfiles volume quota-rule')
register_argument_deprecate('netappfiles volume update', '--default-group-quota-in-ki-bs',
redirect='command group az netappfiles volume quota-rule')
redirect='netappfiles volume quota-rule')
register_argument_deprecate('netappfiles volume create', '--default-user-quota-in-ki-bs',
redirect='command group az netappfiles volume quota-rule')
redirect='netappfiles volume quota-rule')
register_argument_deprecate('netappfiles volume update', '--default-user-quota-in-ki-bs',
redirect='command group az netappfiles volume quota-rule')
redirect='netappfiles volume quota-rule')
register_default_value_breaking_change('netappfiles volume create', '--network-features', 'Basic', 'Standard')
register_other_breaking_change('netappfiles volume create',
'The basic option will not be accepted, use Standard instead',
Expand Down
Loading