Skip to content

Commit

Permalink
Merge pull request #32 from MabOneSdk/panbha10
Browse files Browse the repository at this point in the history
test
  • Loading branch information
panbha committed Jun 13, 2015
2 parents 64da44a + 96c9724 commit 7abc07e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# limitations under the License.
# ----------------------------------------------------------------------------------

$ResourceGroupName = "backuprg";
$ResourceGroupName = "backuprg"
$ResourceName = "backuprn"
$ContainerName = "iaasvmcontainer;dev01testing;dev01testing"
$ContainerType = "IaasVMContainer"
Expand Down Expand Up @@ -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'
}
}

Expand Down

0 comments on commit 7abc07e

Please sign in to comment.