Skip to content

Commit fa9e0f1

Browse files
committed
update
1 parent 8733909 commit fa9e0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/mysql/_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def _mysql_high_availability_validator(high_availability, standby_availability_z
269269
"in a single availability zone region.")
270270
if not single_az and high_availability.lower() == 'samezone':
271271
user_confirmation("The region supports multi-AZ, and the server will be provisioned as "
272-
"a zone-redundant HA server. Do you want to continue?", yes=False)
272+
"a zone-redundant HA server. Do you want to continue?", yes=yes)
273273
if auto_grow.lower == 'Disabled':
274274
raise ArgumentUsageError("Enabling High availability requires auto-grow to be turned ON.")
275275
if standby_availability_zone:

0 commit comments

Comments
 (0)