Skip to content

Commit 0f193e7

Browse files
committed
lint issues
1 parent 3a7735f commit 0f193e7

File tree

1 file changed

+4
-4
lines changed
  • src/azure-cli/azure/cli/command_modules/rdbms

1 file changed

+4
-4
lines changed

src/azure-cli/azure/cli/command_modules/rdbms/_params.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,17 +1022,17 @@ def _flexible_server_params(command_group):
10221022
with self.argument_context('{} flexible-server private-endpoint-connection {}'.format(command_group, scope)) as c:
10231023
c.argument('server_name', arg_type=server_name_resource_arg_type, required=False)
10241024
c.argument('private_endpoint_connection_name', options_list=['--name', '-n'], required=False,
1025-
help='The name of the private endpoint connection associated with the Server. '
1026-
'Required if --id is not specified')
1025+
help='The name of the private endpoint connection associated with the Server. '
1026+
'Required if --id is not specified')
10271027
c.extra('connection_id', options_list=['--id'], required=False,
10281028
help='The ID of the private endpoint connection associated with the Server. '
10291029
'If specified --server-name/-s and --name/-n, this should be omitted.')
10301030
if scope == "approve" or scope == "reject":
10311031
c.argument('description', help='Comments for {} operation.'.format(scope), required=True)
10321032

1033-
with self.argument_context('{} flexible-server private-endpoint-connection list'.format(command_group, scope)) as c:
1033+
with self.argument_context('{} flexible-server private-endpoint-connection list'.format(command_group)) as c:
10341034
c.argument('server_name', arg_type=server_name_resource_arg_type, required=False)
1035-
1035+
10361036
# private-link-resource
10371037
for scope in ['list', 'show']:
10381038
with self.argument_context('{} flexible-server private-link-resource {}'.format(command_group, scope)) as c:

0 commit comments

Comments
 (0)