Skip to content

Commit 8378c93

Browse files
committed
remove unnecessary header
1 parent bbd8032 commit 8378c93

File tree

9 files changed

+0
-57
lines changed

9 files changed

+0
-57
lines changed

src/Attestation/Attestation.Test/ScenarioTests/AttestationController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// ----------------------------------------------------------------------------------
1414

1515
using Microsoft.Azure.Commands.Common.Authentication;
16-
using Microsoft.Azure.Graph.RBAC.Version1_6;
1716
using Microsoft.Azure.Management.Attestation;
1817
using Microsoft.Azure.ServiceManagement.Common.Models;
1918
using Microsoft.Azure.Test.HttpRecorder;
@@ -25,7 +24,6 @@
2524
using System.Linq;
2625
using Microsoft.Azure.Management.Internal.Resources;
2726
using Microsoft.Rest.ClientRuntime.Azure.TestFramework;
28-
using Microsoft.Azure.Commands.Common.Authentication.Abstractions;
2927

3028
namespace Microsoft.Azure.Commands.Attestation.Test
3129
{

src/Attestation/Attestation.Test/ScenarioTests/AttstationTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
using Microsoft.Azure.ServiceManagement.Common.Models;
1717
using Microsoft.WindowsAzure.Commands.ScenarioTest;
1818
using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
19-
using Microsoft.Azure.Commands.Attestation.Test;
2019
using Xunit;
21-
using Xunit.Abstractions;
2220

2321
namespace Microsoft.Azure.Commands.Attestation.Test.ScenarioTests
2422
{

src/Attestation/Attestation/Commands/GetAzureAttestation.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,9 @@
1313
// ----------------------------------------------------------------------------------
1414

1515
using Microsoft.Azure.Commands.Attestation.Models;
16-
using Microsoft.Azure.Commands.Attestation.Properties;
1716
using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
1817
using Microsoft.Azure.Management.Internal.Resources.Utilities.Models;
19-
using System;
20-
using System.Collections;
2118
using System.Management.Automation;
22-
using System.Runtime.InteropServices.ComTypes;
23-
using System.Collections.Generic;
24-
using System.Text;
2519
using Microsoft.Rest.Azure;
2620

2721
namespace Microsoft.Azure.Commands.Attestation

src/Attestation/Attestation/Commands/NewAzureAttestation.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@
1515
using Microsoft.Azure.Commands.Attestation.Models;
1616
using Microsoft.Azure.Commands.Attestation.Properties;
1717
using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
18-
using Microsoft.Rest.Azure;
19-
using System;
20-
using System.Collections;
2118
using System.Management.Automation;
22-
using System.Runtime.InteropServices.ComTypes;
23-
using Newtonsoft.Json;
2419

2520
namespace Microsoft.Azure.Commands.Attestation
2621
{

src/Attestation/Attestation/Commands/RemoveAzureAttestation.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@
1313
// ----------------------------------------------------------------------------------
1414

1515
using Microsoft.Azure.Commands.Attestation.Models;
16-
using Microsoft.Azure.Commands.Attestation.Properties;
1716
using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
1817
using Microsoft.Azure.Management.Internal.Resources.Utilities.Models;
19-
using System;
20-
using Microsoft.Rest.Azure;
21-
using System.Globalization;
2218
using System.Management.Automation;
2319

2420
namespace Microsoft.Azure.Commands.Attestation

src/Attestation/Attestation/Models/AttestationClient.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,10 @@
1313
// ----------------------------------------------------------------------------------
1414

1515
using System;
16-
using System.Collections.Generic;
17-
using System.Linq;
18-
using System.Management.Automation;
19-
using System.Net;
2016
using Microsoft.Azure.Commands.Common.Authentication;
21-
using Microsoft.Azure.Commands.ResourceManager.Common.Tags;
2217
using Microsoft.Azure.Management.Attestation;
23-
using PSAttestationProperties = Microsoft.Azure.Commands.Attestation.Properties;
2418
using Microsoft.Azure.Management.Attestation.Models;
2519
using Microsoft.Azure.Commands.Common.Authentication.Abstractions;
26-
using Microsoft.Rest.Azure;
27-
using Microsoft.Azure.Commands.Attestation.Models;
28-
using Newtonsoft.Json;
29-
using ErrorResponse = Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ErrorResponse;
3020

3121
namespace Microsoft.Azure.Commands.Attestation.Models
3222
{

src/Attestation/Attestation/Models/AttestationCmdletBase.cs

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

15-
using System;
16-
using System.Collections;
17-
using System.Collections.Generic;
18-
using System.Linq;
19-
using System.Linq.Expressions;
20-
using System.Threading.Tasks;
21-
using Microsoft.Azure.Commands.Common.Authentication;
22-
using Microsoft.Azure.Commands.Common.Authentication.Abstractions;
23-
using Microsoft.Azure.Commands.Attestation.Models;
2415
using Microsoft.Azure.Commands.ResourceManager.Common;
25-
using Microsoft.Azure.Commands.ResourceManager.Common.Tags;
26-
using Microsoft.Azure.Management.Internal.Resources;
27-
using Microsoft.Azure.Management.Internal.Resources.Models;
28-
using Microsoft.Azure.Management.Internal.Resources.Utilities;
29-
using Microsoft.Azure.Management.Internal.Resources.Utilities.Models;
30-
using Microsoft.Rest.Azure;
31-
using Microsoft.Azure.Commands.Attestation.Properties;
32-
using Microsoft.Azure.Commands.ResourceManager.Common.Paging;
3316

3417
namespace Microsoft.Azure.Commands.Attestation.Models
3518
{

src/Attestation/Attestation/Models/AttestationCreationParameters.cs

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

15-
using System;
16-
using System.Collections.Generic;
17-
using System.Text;
18-
1915
namespace Microsoft.Azure.Commands.Attestation.Models
2016
{
2117
public class AttestationCreationParameters

src/Attestation/Attestation/Models/PSAttestation.cs

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

15-
using Microsoft.Azure.Commands.ResourceManager.Common.Tags;
1615
using Microsoft.Azure.Management.Internal.Resources.Utilities.Models;
1716
using Microsoft.Azure.Management.Attestation.Models;
18-
using System;
19-
using System.Collections.Generic;
20-
using System.Linq;
21-
using System.Collections;
22-
using Microsoft.Azure.Management.Internal.Resources.Utilities;
23-
using ResourceManagement = Microsoft.Azure.Management.Internal.Resources.Models;
2417

2518
namespace Microsoft.Azure.Commands.Attestation.Models
2619
{

0 commit comments

Comments
 (0)