You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c.argument('name', arg_type=name_type, help='Namespace name. Name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number.')
help='A boolean value that indicates whether Kafka is enabled for eventhub namespace.')
@@ -58,7 +58,7 @@ def load_arguments_eh(self, _):
58
58
c.argument('alternate_name', help='Alternate name specified when alias and namespace names are same.')
59
59
c.argument('max_replication_lag_duration_in_seconds', type=int, options_list=['--max-replication-lag-duration-in-seconds', '--max-lag'], help='The maximum acceptable lag for data replication operations from the primary replica to a quorum of secondary replicas')
0 commit comments