Skip to content

Commit

Permalink
remove preview tag for mysql connect command (#4008)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaeunYim committed Oct 22, 2021
1 parent f12f494 commit 1e17ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rdbms-connect/azext_rdbms_connect/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# pylint: disable=line-too-long
def load_command_table(self, _):

with self.command_group('mysql flexible-server', is_preview=True) as g:
with self.command_group('mysql flexible-server') as g:
g.custom_command('connect', 'connect_to_flexible_server_mysql')
g.custom_command('execute', 'execute_flexible_server_mysql')

Expand Down

0 comments on commit 1e17ae8

Please sign in to comment.