From b7c25e6ccf58f9bdf91dcb89eb212408a381118c Mon Sep 17 00:00:00 2001 From: Jiashuo Li Date: Fri, 6 Mar 2020 21:02:18 +0800 Subject: [PATCH] Delay vm image accept-terms expiration --- src/azure-cli/azure/cli/command_modules/vm/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: