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

Retention Duration Type: Months #1350

Open
jreed14 opened this issue Nov 29, 2023 · 1 comment
Open

Retention Duration Type: Months #1350

jreed14 opened this issue Nov 29, 2023 · 1 comment
Labels
has_pr PR fixes have been made medium_priority Medium priority new_feature New feature requirments

Comments

@jreed14
Copy link

jreed14 commented Nov 29, 2023

SUMMARY

Currently in the Azure Portal Retention backup points can be set within a backup policy for daily, weekly, montly, and yearly. However within Ansible modules this can only be set for weekly. My customer is requesting support for monthly retention. Ideally this code would be supported.

"retentionDuration": {

                        "count": 12,

                        "durationType": "Months" and                            "daysOfTheWeek": [

                            "Sunday"

                        ],

                        "weeksOfTheMonth": [

                            "Last"

                        ]
ISSUE TYPE
  • Feature Idea
COMPONENT NAME

RetentionDuration Months support

ADDITIONAL INFORMATION
@Fred-sun
Copy link
Collaborator

Fred-sun commented Apr 1, 2024

Added in #1486

@Fred-sun Fred-sun added has_pr PR fixes have been made medium_priority Medium priority new_feature New feature requirments labels Apr 1, 2024
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

No branches or pull requests

2 participants