Skip to content

Commit a8b348e

Browse files
committed
Fixing usings on the merge
1 parent be3c5d9 commit a8b348e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/ResourceManager/AzureBatch/Commands.Batch/Jobs/NewBatchJobCommand.cs

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

1515
using System.Collections;
1616
using Microsoft.Azure.Commands.Batch.Models;
17-
using System.Collections;
1817
using System.Management.Automation;
1918
using Constants = Microsoft.Azure.Commands.Batch.Utils.Constants;
2019

src/ResourceManager/AzureBatch/Commands.Batch/Models/BatchClient.Accounts.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
using System.Collections;
2121
using System.Collections.Generic;
2222
using System.Linq;
23+
using System.Net.Http;
2324
using System.Threading.Tasks;
2425
using Microsoft.Azure.Batch;
2526
using Microsoft.Rest.Azure;

0 commit comments

Comments
 (0)