Skip to content

Commit 786ddc9

Browse files
Add 'VacuumTable' option to recommendation_type argument for autonomous tuning
1 parent d379ec7 commit 786ddc9

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/rdbms

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/rdbms/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ def _flexible_server_params(command_group):
11141114
c.argument('recommendation_type',
11151115
options_list=['--recommendation-type', '-r'],
11161116
help='Retrieve recommendations based on type.',
1117-
arg_type=get_enum_type(['AnalyzeTable']))
1117+
arg_type=get_enum_type(['AnalyzeTable', 'VacuumTable']))
11181118

11191119
for scope in ['show-settings', 'set-settings']:
11201120
argument_context_string = '{} flexible-server autonomous-tuning {}'.format(command_group, scope)

0 commit comments

Comments
 (0)