We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb1399 commit 3cce1bdCopy full SHA for 3cce1bd
src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm/ItemTests.ps1
@@ -475,8 +475,6 @@ function Test-AzureVMSoftDelete
475
-Container $container `
476
-WorkloadType "AzureVM";
477
478
- Assert-True { $item.IsScheduledForPurge -eq $true }
479
-
480
#rehydrate the softdeleted item
481
482
Undo-AzRecoveryServicesBackupItemDeletion `
@@ -489,7 +487,6 @@ function Test-AzureVMSoftDelete
489
487
490
488
491
#check if item is in a rehydrated state
492
- Assert-True { $item.IsScheduledForPurge -eq $false }
493
Assert-True { $item.ProtectionState -eq "ProtectionStopped" }
494
495
}
0 commit comments