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

recovery_services - Add new recovery_service block to the provider that supports vm_backup_stop_protection_and_retain_data_on_destroy and purge_protected_items_from_vault_on_destroy #25515

Merged
merged 5 commits into from
Apr 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix tests
  • Loading branch information
mbfrahry committed Apr 3, 2024
commit b3f8febe379f6c6350953498c107eadda80e20aa
Original file line number Diff line number Diff line change
@@ -587,10 +587,6 @@ resource "azurerm_managed_disk" "test" {
// For update backup policy id test
func (r BackupProtectedVmResource) withBasePolicy(data acceptance.TestData) string {
return fmt.Sprintf(`
provider "azurerm" {
features {}
}

%s

resource "azurerm_backup_policy_vm" "test_change_backup" {
@@ -704,10 +700,6 @@ resource "azurerm_backup_policy_vm" "test2" {

func (r BackupProtectedVmResource) separateResourceGroups(data acceptance.TestData) string {
return fmt.Sprintf(`
provider "azurerm" {
features {}
}

%s

resource "azurerm_backup_protected_vm" "test" {