Skip to content

Commit b9d10ce

Browse files
committed
Fixing bad merge
1 parent aaf889b commit b9d10ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/AzureBackup/Commands.AzureBackup/AzureBackupCmdletBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
using System.Collections.Generic;
2424
using System.Management.Automation;
2525
using System.Net;
26-
using System.Threading;
2726
using Microsoft.Azure.Commands.Common.Authentication;
2827
using Microsoft.Azure.Commands.Common.Authentication.Models;
2928
using CmdletModel = Microsoft.Azure.Commands.AzureBackup.Models;
3029
using Microsoft.Azure.Commands.ResourceManager.Common;
30+
using Microsoft.WindowsAzure.Commands.Utilities.Common;
3131

3232
namespace Microsoft.Azure.Commands.AzureBackup.Cmdlets
3333
{

0 commit comments

Comments
 (0)