Skip to content

Commit 1174a33

Browse files
authored
{Compute} Delay vm image accept-terms expiration (#12487)
1 parent 86541c2 commit 1174a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/vm/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def load_command_table(self, _):
322322
g.command('list-skus', 'list_skus')
323323
g.custom_command('list', 'list_vm_images')
324324
g.custom_command('accept-terms', 'accept_market_ordering_terms',
325-
deprecate_info=g.deprecate(redirect='az vm image terms accept', expiration='2.2.0'))
325+
deprecate_info=g.deprecate(redirect='az vm image terms accept', expiration='3.0.0'))
326326
g.custom_show_command('show', 'show_vm_image')
327327

328328
with self.command_group('vm image terms', compute_vm_image_term_sdk, validator=None) as g:

0 commit comments

Comments
 (0)