We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Azure Database for MariaDB version 10.3
azure_rm_mariadbserver
My application requires MariaDB version 10.3. Version 10.2 and 10.3 are available on Azure but I cannot create 10.3 using Ansible.
- name: Create Azure Database for MariaDB azure_rm_mariadbserver: resource_group: "{{ resource_group }}" name: "{{ mariadb_name }}" sku: name: GP_Gen5_4 tier: GeneralPurpose location: "{{ location }}" version: "10.3" admin_username: "{{ mariadb_admin_username }}" admin_password: "{{ mariadb_admin_password }}"
The text was updated successfully, but these errors were encountered:
fixed by #244
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
SUMMARY
Add support for Azure Database for MariaDB version 10.3
ISSUE TYPE
COMPONENT NAME
azure_rm_mariadbserver
ADDITIONAL INFORMATION
My application requires MariaDB version 10.3. Version 10.2 and 10.3 are available on Azure but I cannot create 10.3 using Ansible.
The text was updated successfully, but these errors were encountered: