gen-recovery-services-vault
Latest: v1.2.1
Category
Compute
Total Versions
9
Last Updated
3/24/2026
Release History
v1.2.1 Latest
Changes:
- • Added the ACT - Nightly build trigger as a pipeline resource trigger. Pipeline will then only run the test stage every night. Removed src trigger
- • Merged PR 17611: Update pr template and add nightly build trigger
v1.2.0
Changes:
- • Removed deprecated parameter : "soft_delete_enabled"
- • Merged PR 17369: Set tag
v1.1.5
Changes:
- • Replace theabbreviation AFS with APF
- • Merged PR 15959: Update backup policies and configurations to APF naming convention
v1.1.4
Changes:
- • added new-line to avoid linting issues
- • Merged PR 15957: Add descriptions to backup policies for clarity and enforceability
v1.1.3
Changes:
- • changes at the module are:
- • In the azure_policy.tf changed the subscription_id
- • subscription_id=data.azurerm_subscription.current.id changed to
- • subscription_id=data.azurerm_subscription.current.subscription_id
- • and changed
- • subscription_id=var.subscription_id to
- • subscription_id="/subscriptions/${var.subscription_id}"
- • Merged PR 13468: change -> scope = "/subscriptions/${var.subscription_id}"
v1.1.2
Changes:
- • changes at the module are:
- • In the azure_policy.tf changed the subscription_id
- • subscription_id=data.azurerm_subscription.current.id changed to
- • subscription_id=data.azurerm_subscription.current.subscription_id
- • and changed
- • subscription_id=var.subscription_id to
- • subscription_id="/subscriptions/${var.subscription_id}"
- • Merged PR 13466: change main.tf the subscriptionID
v1.1.1
Changes:
- • changes at the module are:
- • In the azure_policy.tf changed the subscription_id
- • subscription_id=data.azurerm_subscription.current.id changed to
- • subscription_id=data.azurerm_subscription.current.subscription_id
- • Merged PR 13460: change value from id to subscription_id
v1.1.0
Changes:
- • Azure Back-up policies for vms. Azure Policy to automatically enable backup on vms when the tag backup is added to the vm.
- • Merged PR 13083: Add backup policies
v1.0.4
Changes:
- • Added variable group
- • Changed releasenote branch to main
- • Changed PR template without skip
- • Added IPMhub publish
- • Merged PR 12237: Update pull request template and YAML configuration for recovery services vault
- • Updated pipeline and pull request template to work with the simacsupport releasenote website.
- • Update tflint to latest version.