Skip to content

Commit 5111201

Browse files
committed
Lint fix
1 parent 012da00 commit 5111201

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,9 @@ def _mysql_iops_validator(iops, auto_io_scaling, instance):
305305
logger.warning("The server has enabled the auto scale iops. So the iops will be ignored.")
306306

307307

308-
def pg_arguments_validator(db_context, location, tier, sku_name, storage_gb, server_name=None, database_name=None, zone=None,
309-
standby_availability_zone=None, high_availability=None, subnet=None, public_access=None,
310-
version=None, instance=None, geo_redundant_backup=None,
308+
def pg_arguments_validator(db_context, location, tier, sku_name, storage_gb, server_name=None, database_name=None,
309+
zone=None, standby_availability_zone=None, high_availability=None, subnet=None,
310+
public_access=None, version=None, instance=None, geo_redundant_backup=None,
311311
byok_identity=None, byok_key=None, backup_byok_identity=None, backup_byok_key=None,
312312
auto_grow=None, performance_tier=None,
313313
storage_type=None, iops=None, throughput=None, create_cluster=None, cluster_size=None,

0 commit comments

Comments
 (0)