We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86541c2 commit 1174a33Copy full SHA for 1174a33
src/azure-cli/azure/cli/command_modules/vm/commands.py
@@ -322,7 +322,7 @@ def load_command_table(self, _):
322
g.command('list-skus', 'list_skus')
323
g.custom_command('list', 'list_vm_images')
324
g.custom_command('accept-terms', 'accept_market_ordering_terms',
325
- 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'))
326
g.custom_show_command('show', 'show_vm_image')
327
328
with self.command_group('vm image terms', compute_vm_image_term_sdk, validator=None) as g:
0 commit comments