Skip to content

Commit ca8ddb9

Browse files
Removing unused namespaces
1 parent e94a3a3 commit ca8ddb9

File tree

5 files changed

+2
-21
lines changed

5 files changed

+2
-21
lines changed

src/Authentication/Authentication.Core/Interfaces/IGraphOptions.cs

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
33
// ------------------------------------------------------------------------------
44

5-
using System;
6-
using System.Security;
7-
using System.Security.Cryptography.X509Certificates;
8-
95
namespace Microsoft.Graph.PowerShell.Authentication
106
{
117
public interface IGraphOption

src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs

-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// ------------------------------------------------------------------------------
22
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
33
// ------------------------------------------------------------------------------
4-
using Azure;
54
using Azure.Core;
65
using Azure.Core.Diagnostics;
76
using Azure.Core.Pipeline;
@@ -17,10 +16,7 @@
1716
using System.IO;
1817
using System.Linq;
1918
using System.Net.Http;
20-
using System.Net.Http.Headers;
21-
using System.Security.Claims;
2219
using System.Security.Cryptography.X509Certificates;
23-
using System.Text.RegularExpressions;
2420
using System.Threading;
2521
using System.Threading.Tasks;
2622

@@ -540,7 +536,4 @@ public static RequestMethod ConvertToAzureRequestMethod(HttpMethod httpMethod)
540536
internal class PopClientOptions : ClientOptions
541537
{
542538
}
543-
internal class PopClientOptions : ClientOptions
544-
{
545-
}
546539
}

src/Authentication/Authentication/Handlers/AuthenticationHandler.cs

-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@
33
// ------------------------------------------------------------------------------
44

55

6-
using Azure.Core;
7-
using Azure.Identity;
8-
using Azure.Identity.Broker;
96
using Microsoft.Graph.Authentication;
107
using Microsoft.Graph.PowerShell.Authentication.Core.Utilities;
118
using Microsoft.Graph.PowerShell.Authentication.Extensions;
12-
using Microsoft.Identity.Client;
139
using System;
1410
using System.Collections.Generic;
1511
using System.Linq;

src/Authentication/Authentication/Helpers/HttpHelpers.cs

-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
// ------------------------------------------------------------------------------
22
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
33
// ------------------------------------------------------------------------------
4-
using Azure.Core;
54
using Microsoft.Graph.Authentication;
65
using Microsoft.Graph.PowerShell.Authentication.Core.Interfaces;
76
using Microsoft.Graph.PowerShell.Authentication.Core.Utilities;
87
using Microsoft.Graph.PowerShell.Authentication.Handlers;
9-
using Microsoft.Identity.Client;
108
using Microsoft.Kiota.Http.HttpClientLibrary.Middleware;
119
using Microsoft.Kiota.Http.HttpClientLibrary.Middleware.Options;
1210
using System.Collections.Generic;
1311
using System.Globalization;
14-
using System.Linq;
1512
using System.Net;
1613
using System.Net.Http;
17-
using System.Net.Http.Headers;
1814

1915
namespace Microsoft.Graph.PowerShell.Authentication.Helpers
2016
{

src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft
55
#
6-
# Generated on: 12/28/2023
6+
# Generated on: 21/09/2023
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = './Microsoft.Graph.Authentication.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.11.1'
15+
ModuleVersion = '2.6.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'

0 commit comments

Comments
 (0)