Skip to content

Commit 1c02a91

Browse files
committed
lint error
1 parent cf6af3a commit 1c02a91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,7 @@ def _pg_storage_type_validator(storage_type, auto_grow, high_availability, geo_r
936936
if iops is not None:
937937
raise CLIError('Updating storage iops is only capable for server created with Premium SSD v2.')
938938

939+
939940
def pg_restore_validator(compute_tier, **args):
940941
is_ssdv2_enabled = args.get('storage_type', None) == "PremiumV2_LRS"
941942

0 commit comments

Comments
 (0)