We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf889b commit b9d10ceCopy full SHA for b9d10ce
src/ResourceManager/AzureBackup/Commands.AzureBackup/AzureBackupCmdletBase.cs
@@ -23,11 +23,11 @@
23
using System.Collections.Generic;
24
using System.Management.Automation;
25
using System.Net;
26
-using System.Threading;
27
using Microsoft.Azure.Commands.Common.Authentication;
28
using Microsoft.Azure.Commands.Common.Authentication.Models;
29
using CmdletModel = Microsoft.Azure.Commands.AzureBackup.Models;
30
using Microsoft.Azure.Commands.ResourceManager.Common;
+using Microsoft.WindowsAzure.Commands.Utilities.Common;
31
32
namespace Microsoft.Azure.Commands.AzureBackup.Cmdlets
33
{
0 commit comments