Skip to content

Commit 7abc07e

Browse files
committed
Merge pull request #32 from MabOneSdk/panbha10
test
2 parents 64da44a + 96c9724 commit 7abc07e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/ScenarioTests/AzureBackupTests.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# limitations under the License.
1313
# ----------------------------------------------------------------------------------
1414

15-
$ResourceGroupName = "backuprg";
15+
$ResourceGroupName = "backuprg"
1616
$ResourceName = "backuprn"
1717
$ContainerName = "iaasvmcontainer;dev01testing;dev01testing"
1818
$ContainerType = "IaasVMContainer"
@@ -57,6 +57,7 @@ function GetAzureRecoveryPointTest
5757
{
5858
Assert-NotNull $recoveryPoint.RecoveryPointTime 'RecoveryPointTime should not be null'
5959
Assert-NotNull $recoveryPoint.RecoveryPointType 'RecoveryPointType should not be null'
60+
Assert-NotNull $recoveryPoint.RecoveryPointId 'RecoveryPointId should not be null'
6061
}
6162
}
6263

0 commit comments

Comments
 (0)