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

Add storage_profile parameter to azure_rm_mysqlserver #543

Closed
el-memer opened this issue May 17, 2021 · 1 comment · Fixed by #563
Closed

Add storage_profile parameter to azure_rm_mysqlserver #543

el-memer opened this issue May 17, 2021 · 1 comment · Fixed by #563
Labels
has_pr PR fixes have been made medium_priority Medium priority new_feature New feature requirments

Comments

@el-memer
Copy link
Contributor

SUMMARY

There are some missing parameters in the Mysql Module, related to storage_profile.
The missing parameters are:

  • backupRetentionDays
  • geoRedundantBackup
  • storageAutogrow
ISSUE TYPE
  • Module Improvement
COMPONENT NAME

azure_rm_mysqlserver

ADDITIONAL INFORMATION

These parameters can't be changed after instance creation and force to use template deployment.

I think the parameters should be set this way:

        storage_profile:
          storage_mb: 512
          backupRetentionDays: 7
          geoRedundantBackup: enabled
          storageAutogrow: enabled
@Fred-sun Fred-sun added has_pr PR fixes have been made medium_priority Medium priority new_feature New feature requirments labels Jun 10, 2021
@Fred-sun
Copy link
Collaborator

fixes by #563

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has_pr PR fixes have been made medium_priority Medium priority new_feature New feature requirments
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants