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 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
You can’t perform that action at this time.
0 commit comments