diff --git a/plugins/modules/azure_rm_mariadbserver.py b/plugins/modules/azure_rm_mariadbserver.py index f99327c04..c5c666728 100644 --- a/plugins/modules/azure_rm_mariadbserver.py +++ b/plugins/modules/azure_rm_mariadbserver.py @@ -63,6 +63,7 @@ - Server version. choices: - 10.2 + - 10.3 enforce_ssl: description: - Enable SSL enforcement. @@ -121,7 +122,7 @@ sample: /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DBforMariaDB/servers/mariadbsrv1b6dd89593 version: description: - - Server version. Possible values include C(10.2). + - Server version. Possible values include C(10.2) and C(10.3). returned: always type: str sample: 10.2 @@ -180,7 +181,7 @@ def __init__(self): ), version=dict( type='str', - choices=['10.2'] + choices=['10.2', '10.3'] ), enforce_ssl=dict( type='bool', diff --git a/tests/integration/targets/azure_rm_mariadbserver/tasks/main.yml b/tests/integration/targets/azure_rm_mariadbserver/tasks/main.yml index eecb895cb..35df36698 100644 --- a/tests/integration/targets/azure_rm_mariadbserver/tasks/main.yml +++ b/tests/integration/targets/azure_rm_mariadbserver/tasks/main.yml @@ -104,7 +104,7 @@ tier: Basic location: westus2 storage_mb: 51200 - version: 10.2 + version: 10.3 enforce_ssl: True admin_username: zimxyz admin_password: Password123! @@ -120,7 +120,7 @@ tier: Basic location: westus2 storage_mb: 51200 - version: 10.2 + version: 10.3 enforce_ssl: True admin_username: zimxyz admin_password: Password123!