diff --git a/src/azure-cli/azure/cli/command_modules/vm/commands.py b/src/azure-cli/azure/cli/command_modules/vm/commands.py index c067a5ce62d..b9b84209801 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/commands.py +++ b/src/azure-cli/azure/cli/command_modules/vm/commands.py @@ -322,7 +322,7 @@ def load_command_table(self, _): g.command('list-skus', 'list_skus') g.custom_command('list', 'list_vm_images') g.custom_command('accept-terms', 'accept_market_ordering_terms', - deprecate_info=g.deprecate(redirect='az vm image terms accept', expiration='2.2.0')) + deprecate_info=g.deprecate(redirect='az vm image terms accept', expiration='3.0.0')) g.custom_show_command('show', 'show_vm_image') with self.command_group('vm image terms', compute_vm_image_term_sdk, validator=None) as g: