diff --git a/src/azure-cli/azure/cli/command_modules/search/commands.py b/src/azure-cli/azure/cli/command_modules/search/commands.py index 05c3f579847..7930d9ca7bb 100644 --- a/src/azure-cli/azure/cli/command_modules/search/commands.py +++ b/src/azure-cli/azure/cli/command_modules/search/commands.py @@ -74,5 +74,5 @@ def load_command_table(self, _): g.command('create', 'create') g.command('delete', 'delete') - with self.command_group('search', is_preview=True): + with self.command_group('search'): pass