From 96c9724af27418638c1550186d7f85aef3259892 Mon Sep 17 00:00:00 2001 From: panbha Date: Sat, 13 Jun 2015 20:21:01 +0530 Subject: [PATCH] test --- .../ScenarioTests/AzureBackupTests.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/ScenarioTests/AzureBackupTests.ps1 b/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/ScenarioTests/AzureBackupTests.ps1 index b4712cc846a4..3ed1a499ab83 100644 --- a/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/ScenarioTests/AzureBackupTests.ps1 +++ b/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/ScenarioTests/AzureBackupTests.ps1 @@ -12,7 +12,7 @@ # limitations under the License. # ---------------------------------------------------------------------------------- -$ResourceGroupName = "backuprg"; +$ResourceGroupName = "backuprg" $ResourceName = "backuprn" $ContainerName = "iaasvmcontainer;dev01testing;dev01testing" $ContainerType = "IaasVMContainer" @@ -57,6 +57,7 @@ function GetAzureRecoveryPointTest { Assert-NotNull $recoveryPoint.RecoveryPointTime 'RecoveryPointTime should not be null' Assert-NotNull $recoveryPoint.RecoveryPointType 'RecoveryPointType should not be null' + Assert-NotNull $recoveryPoint.RecoveryPointId 'RecoveryPointId should not be null' } }