diff --git a/plugins/modules/azure_rm_mysqlserver.py b/plugins/modules/azure_rm_mysqlserver.py index 015bd8163..4d4560369 100644 --- a/plugins/modules/azure_rm_mysqlserver.py +++ b/plugins/modules/azure_rm_mysqlserver.py @@ -87,7 +87,6 @@ - Server version. type: str choices: - - 5.6 - 5.7 - 8.0 enforce_ssl: @@ -142,7 +141,7 @@ geo_redundant_backup: Disabled storage_autogrow: Disabled enforce_ssl: True - version: 5.6 + version: 5.7 admin_username: cloudsa admin_password: password ''' @@ -159,7 +158,7 @@ - Server version. Possible values include C(5.6), C(5.7), C(8.0). returned: always type: str - sample: 5.6 + sample: 5.7 state: description: - A state of a server that is visible to user. Possible values include C(Ready), C(Dropping), C(Disabled). @@ -233,7 +232,7 @@ def __init__(self): ), version=dict( type='str', - choices=['5.6', '5.7', '8.0'] + choices=['5.7', '8.0'] ), enforce_ssl=dict( type='bool', diff --git a/tests/integration/targets/azure_rm_mysqlserver/tasks/main.yml b/tests/integration/targets/azure_rm_mysqlserver/tasks/main.yml index ba562738b..86537cf4c 100644 --- a/tests/integration/targets/azure_rm_mysqlserver/tasks/main.yml +++ b/tests/integration/targets/azure_rm_mysqlserver/tasks/main.yml @@ -16,7 +16,7 @@ backup_retention_days: 7 geo_redundant_backup: Disabled storage_autogrow: Disabled - version: 5.6 + version: 5.7 enforce_ssl: True admin_username: zimxyz admin_password: Password123! @@ -40,7 +40,7 @@ backup_retention_days: 7 geo_redundant_backup: Disabled storage_autogrow: Disabled - version: 5.6 + version: 5.7 enforce_ssl: True admin_username: zimxyz admin_password: Password123! @@ -64,7 +64,7 @@ backup_retention_days: 7 geo_redundant_backup: Disabled storage_autogrow: Disabled - version: 5.6 + version: 5.7 enforce_ssl: True admin_username: zimxyz admin_password: Password123! @@ -88,7 +88,7 @@ backup_retention_days: 7 geo_redundant_backup: Disabled storage_autogrow: Disabled - version: 5.6 + version: 5.7 enforce_ssl: True admin_username: zimxyz admin_password: Password123! @@ -124,7 +124,7 @@ backup_retention_days: 7 geo_redundant_backup: Disabled storage_autogrow: Disabled - version: 5.6 + version: 5.7 enforce_ssl: True admin_username: zimxyz admin_password: Password123! @@ -144,7 +144,7 @@ backup_retention_days: 7 geo_redundant_backup: Disabled storage_autogrow: Disabled - version: 5.6 + version: 5.7 enforce_ssl: True admin_username: zimxyz admin_password: Password123!