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 a3c0f4b commit f277d42Copy full SHA for f277d42
src/azure-cli/azure/cli/command_modules/mysql/commands.py
@@ -202,7 +202,9 @@ def load_command_table(self, _):
202
203
with self.command_group('mysql flexible-server export', mysql_flexible_export_sdk,
204
custom_command_type=mysql_custom,
205
- client_factory=cf_mysql_flexible_export, is_preview=True) as g:
+ client_factory=cf_mysql_flexible_export,
206
+ is_preview=True,
207
+ deprecate_info=self.deprecate(hide=True)) as g:
208
g.custom_command('create', 'flexible_server_export_create')
209
210
with self.command_group('mysql flexible-server identity', mysql_flexible_servers_sdk,
0 commit comments