Skip to content

Commit df70f40

Browse files
committed
Fix build error with RecoveryServices.SiteRecovery
1 parent 97527e4 commit df70f40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ResourceManager/RecoveryServices.SiteRecovery/Commands.RecoveryServices.SiteRecovery.Test/ScenarioTests/AsrTestsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
using Microsoft.Azure.Portal.RecoveryServices.Models.Common;
2828
using Microsoft.Azure.Test;
2929
using Microsoft.Azure.Test.HttpRecorder;
30-
using Microsoft.WindowsAzure.Commands.Common;
3130
using Microsoft.WindowsAzure.Commands.ScenarioTest;
3231
using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
3332
using RestTestFramework = Microsoft.Rest.ClientRuntime.Azure.TestFramework;
33+
using Microsoft.Azure.Commands.Common.Authentication.Abstractions;
3434

3535
namespace RecoveryServices.SiteRecovery.Test
3636
{

src/ResourceManager/RecoveryServices.SiteRecovery/Commands.RecoveryServices.SiteRecovery/Vault/ImportAzureRmRecoveryServicesAsrVaultSettingsFile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
using System.Xml;
2020
using Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.Properties;
2121
using Microsoft.Azure.Portal.RecoveryServices.Models.Common;
22-
using Microsoft.WindowsAzure.Commands.Common;
22+
using Microsoft.Azure.Commands.Common.Authentication.Abstractions;
2323

2424
namespace Microsoft.Azure.Commands.RecoveryServices.SiteRecovery
2525
{

0 commit comments

Comments
 (0)