Skip to content
Merged
6 changes: 6 additions & 0 deletions src/communication/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Release History
===============

1.2.1
++++++
* Update command helps
* Fix bugs preview and deprecated flags


1.2.0
++++++
* Add communication chat command group in preview mode.
Expand Down
2 changes: 1 addition & 1 deletion src/communication/azext_communication/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def _register_data_plane_account_arguments(self, command_name, arguments):
if not command:
return

group_name = 'communication'
group_name = 'Communication'
if 'connection_string' in arguments:
command.add_argument('connection_string', '--connection-string', required=False, default=None,
validator=validate_client_parameters, arg_group=group_name,
Expand Down
Loading