Skip to content

Commit 1d610b2

Browse files
committed
lint fixes
1 parent 30accf5 commit 1d610b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/cosmosdb-preview/azext_cosmosdb_preview

src/cosmosdb-preview/azext_cosmosdb_preview/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def load_arguments(self, _):
229229
c.argument('disk_capacity', options_list=['--disk-capacity'], help="Number of disk used for data centers. Default value is 4.")
230230
c.argument('availability_zone', options_list=['--availability-zone', '-z'], arg_type=get_three_state_flag(), help="If the data center haves Availability Zone feature, apply it to the Virtual Machine ScaleSet that host the data center virtual machines.")
231231
c.argument('private_endpoint_ip_address', options_list=['--private-endpoint-ip-address', '-i'], help="This is the IP address of the private Endpoint NIC, to be used in cases of VPN based cassandra datacenters.")
232-
232+
233233
# Managed Cassandra Datacenter
234234
with self.argument_context('managed-cassandra datacenter list') as c:
235235
c.argument('cluster_name', options_list=['--cluster-name', '-c'], help="Cluster Name", required=True)

0 commit comments

Comments
 (0)