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_backupazurevm: add option for recovery point expiry time #1057

Merged
merged 3 commits into from
Jan 12, 2023

Conversation

akira6592
Copy link
Contributor

SUMMARY

Previously, backups using state: backup in the azure_rm_backupazurevm module could not specify an expiration date for the recovery point.

According to Azure Document, if expiry time is not specified it will be 30 days.

This PR will add option for recovery point expiry time.

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME
  • azure_rm_backupazurevm
ADDITIONAL INFORMATION

If recovery_point_expiry_time: "2022-12-25T06:00:00Z" specified, you can check the expiry time on the job details screen as bellow.

image

@Fred-sun Fred-sun added enhancement New feature or request ready_for_review The PR has been modified and can be reviewed and merged medium_priority Medium priority labels Dec 26, 2022
@xuzhang3
Copy link
Collaborator

@akira6592 LGTM

@xuzhang3 xuzhang3 merged commit 1c40191 into ansible-collections:dev Jan 12, 2023
@akira6592 akira6592 deleted the improve-backup branch January 12, 2023 12:37
@akira6592
Copy link
Contributor Author

Thank you for the merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium_priority Medium priority ready_for_review The PR has been modified and can be reviewed and merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants