Skip to content

Commit 4ab2c88

Browse files
author
dragonfly91
committed
Removing unused usings
1 parent 8b7040d commit 4ab2c88

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

src/ResourceManager/AzureBackup/Commands.AzureBackup/AzureBackupClientAdapter/VaultAdapter.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
using Microsoft.Azure.Commands.AzureBackup.Helpers;
1615
using Microsoft.Azure.Management.BackupServices.Models;
1716
using System;
18-
using System.Collections;
1917
using System.Collections.Generic;
20-
using System.Linq;
2118

2219
namespace Microsoft.Azure.Commands.AzureBackup.ClientAdapter
2320
{

src/ResourceManager/AzureBackup/Commands.AzureBackup/Cmdlets/Vault/NewAzureRMBackupVault.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
using Microsoft.Azure.Commands.AzureBackup.Models;
1717
using Microsoft.Azure.Commands.AzureBackup.Properties;
1818
using System;
19-
using System.Collections;
2019
using System.Management.Automation;
2120

2221
namespace Microsoft.Azure.Commands.AzureBackup.Cmdlets

src/ResourceManager/AzureBackup/Commands.AzureBackup/Cmdlets/Vault/SetAzureRMBackupVault.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
using Microsoft.Azure.Commands.AzureBackup.Models;
1717
using Microsoft.Azure.Commands.AzureBackup.Properties;
1818
using System;
19-
using System.Collections;
2019
using System.Management.Automation;
2120
using CmdletModel = Microsoft.Azure.Commands.AzureBackup.Models;
2221

src/ResourceManager/AzureBackup/Commands.AzureBackup/Models/AzurePSBackupVault.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
using Microsoft.Azure.Commands.AzureBackup.Properties;
1616
using System;
17-
using System.Collections;
1817

1918
namespace Microsoft.Azure.Commands.AzureBackup.Models
2019
{

0 commit comments

Comments
 (0)