We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d379ec7 commit 786ddc9Copy full SHA for 786ddc9
src/azure-cli/azure/cli/command_modules/rdbms/_params.py
@@ -1114,7 +1114,7 @@ def _flexible_server_params(command_group):
1114
c.argument('recommendation_type',
1115
options_list=['--recommendation-type', '-r'],
1116
help='Retrieve recommendations based on type.',
1117
- arg_type=get_enum_type(['AnalyzeTable']))
+ arg_type=get_enum_type(['AnalyzeTable', 'VacuumTable']))
1118
1119
for scope in ['show-settings', 'set-settings']:
1120
argument_context_string = '{} flexible-server autonomous-tuning {}'.format(command_group, scope)
0 commit comments