Skip to content

Commit f277d42

Browse files
authored
{MySQL} Hide backup export command (#32440)
1 parent a3c0f4b commit f277d42

File tree

1 file changed

+3
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/mysql

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,9 @@ def load_command_table(self, _):
202202

203203
with self.command_group('mysql flexible-server export', mysql_flexible_export_sdk,
204204
custom_command_type=mysql_custom,
205-
client_factory=cf_mysql_flexible_export, is_preview=True) as g:
205+
client_factory=cf_mysql_flexible_export,
206+
is_preview=True,
207+
deprecate_info=self.deprecate(hide=True)) as g:
206208
g.custom_command('create', 'flexible_server_export_create')
207209

208210
with self.command_group('mysql flexible-server identity', mysql_flexible_servers_sdk,

0 commit comments

Comments
 (0)