Skip to content

Commit c349d27

Browse files
author
dragonfly91
committed
Backup test
1 parent de25b84 commit c349d27

File tree

1 file changed

+1
-1
lines changed
  • src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Test/ScenarioTests/IaasVm

1 file changed

+1
-1
lines changed

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Test/ScenarioTests/IaasVm/ItemTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ function Test-BackupItemScenario
6161
$item = Get-AzureRmRecoveryServicesItem -Container $namedContainer -WorkloadType "AzureVM";
6262
echo $item.Name;
6363

64-
Backup-AzureRmRecoveryServicesItem -Item $item;
64+
Backup-AzureRmRecoveryServicesItem -Item $item | Wait-AzureRmBackupJob;
6565
}

0 commit comments

Comments
 (0)