Skip to content

Commit 087ea10

Browse files
committed
Session records for Vault and Container scenario tests with the correct vault
1 parent 41b18fe commit 087ea10

File tree

4 files changed

+209
-199
lines changed

4 files changed

+209
-199
lines changed

src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/ScenarioTests/AzureBackupContainerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
using Microsoft.WindowsAzure.Commands.ScenarioTest;
1616
using System;
1717
using System.Collections.Generic;
18+
using System.Configuration;
1819
using System.Linq;
1920
using System.Text;
2021
using System.Threading.Tasks;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ResourceGroupName = "backuprg"
1616
$ResourceName = "backuprn"
1717
$ContainerName = "DPMDRSCALEINT1.DPMDOM02.SELFHOST.CORP.MICROSOFT.COM"
1818
$ContainerType = "Windows"
19-
$ContainerId = "213698"
19+
$ContainerId = "223719"
2020
$ContainerStatus = "Registered"
2121

2222
function Test-AzureBackupMarsContainerScenario

0 commit comments

Comments
 (0)