File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 12
12
# limitations under the License.
13
13
# ----------------------------------------------------------------------------------
14
14
15
- $ResourceGroupName = " backuprg" ;
15
+ $ResourceGroupName = " backuprg"
16
16
$ResourceName = " backuprn"
17
17
$ContainerName = " iaasvmcontainer;dev01testing;dev01testing"
18
18
$ContainerType = " IaasVMContainer"
@@ -57,6 +57,7 @@ function GetAzureRecoveryPointTest
57
57
{
58
58
Assert-NotNull $recoveryPoint.RecoveryPointTime ' RecoveryPointTime should not be null'
59
59
Assert-NotNull $recoveryPoint.RecoveryPointType ' RecoveryPointType should not be null'
60
+ Assert-NotNull $recoveryPoint.RecoveryPointId ' RecoveryPointId should not be null'
60
61
}
61
62
}
62
63
You can’t perform that action at this time.
0 commit comments