Skip to content
New issue

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

azure_rm_mariadbserver - add support for version 10.3 #242

Closed
mikkolaakko opened this issue Aug 31, 2020 · 1 comment · Fixed by #244
Closed

azure_rm_mariadbserver - add support for version 10.3 #242

mikkolaakko opened this issue Aug 31, 2020 · 1 comment · Fixed by #244
Labels
bug Something isn't working has_pr PR fixes have been made medium_priority Medium priority

Comments

@mikkolaakko
Copy link

SUMMARY

Add support for Azure Database for MariaDB version 10.3

ISSUE TYPE
  • Feature Idea
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.

- 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 }}"
@Fred-sun
Copy link
Collaborator

Fred-sun commented Sep 1, 2020

fixed by #244

@Fred-sun Fred-sun added bug Something isn't working has_pr PR fixes have been made medium_priority Medium priority labels Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working has_pr PR fixes have been made medium_priority Medium priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants