Skip to content

Commit 06146be

Browse files
authored
Add MySQL version '8.4' to allowed versions
1 parent 0cec909 commit 06146be

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/mysql

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@ def get_default_flex_configuration(tier, sku_name, storage_gb, auto_grow, backup
19751975
if not storage_gb:
19761976
storage_gb = 32
19771977
if not version:
1978-
allowed_versions = ['5.7', '8.0.21']
1978+
allowed_versions = ['5.7', '8.0.21', '8.4']
19791979
raise CLIError('--version is a required parameter for external migrations. Allowed values: {}'.format(allowed_versions))
19801980
if not auto_grow:
19811981
auto_grow = 'Enabled'

0 commit comments

Comments
 (0)