gen-recovery-services-vault

Latest: v1.1.3
Category
Compute
Total Versions
5
Last Updated
11/20/2025

Release History

v1.1.3 Latest

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.