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 9b1419d commit b11c2c5Copy full SHA for b11c2c5
src/azure-cli/azure/cli/command_modules/mysql/commands.py
@@ -202,7 +202,7 @@ 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,
+ 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')
0 commit comments