File tree 5 files changed +2
-21
lines changed
5 files changed +2
-21
lines changed Original file line number Diff line number Diff line change 2
2
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3
3
// ------------------------------------------------------------------------------
4
4
5
- using System ;
6
- using System . Security ;
7
- using System . Security . Cryptography . X509Certificates ;
8
-
9
5
namespace Microsoft . Graph . PowerShell . Authentication
10
6
{
11
7
public interface IGraphOption
Original file line number Diff line number Diff line change 1
1
// ------------------------------------------------------------------------------
2
2
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3
3
// ------------------------------------------------------------------------------
4
- using Azure ;
5
4
using Azure . Core ;
6
5
using Azure . Core . Diagnostics ;
7
6
using Azure . Core . Pipeline ;
17
16
using System . IO ;
18
17
using System . Linq ;
19
18
using System . Net . Http ;
20
- using System . Net . Http . Headers ;
21
- using System . Security . Claims ;
22
19
using System . Security . Cryptography . X509Certificates ;
23
- using System . Text . RegularExpressions ;
24
20
using System . Threading ;
25
21
using System . Threading . Tasks ;
26
22
@@ -540,7 +536,4 @@ public static RequestMethod ConvertToAzureRequestMethod(HttpMethod httpMethod)
540
536
internal class PopClientOptions : ClientOptions
541
537
{
542
538
}
543
- internal class PopClientOptions : ClientOptions
544
- {
545
- }
546
539
}
Original file line number Diff line number Diff line change 3
3
// ------------------------------------------------------------------------------
4
4
5
5
6
- using Azure . Core ;
7
- using Azure . Identity ;
8
- using Azure . Identity . Broker ;
9
6
using Microsoft . Graph . Authentication ;
10
7
using Microsoft . Graph . PowerShell . Authentication . Core . Utilities ;
11
8
using Microsoft . Graph . PowerShell . Authentication . Extensions ;
12
- using Microsoft . Identity . Client ;
13
9
using System ;
14
10
using System . Collections . Generic ;
15
11
using System . Linq ;
Original file line number Diff line number Diff line change 1
1
// ------------------------------------------------------------------------------
2
2
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3
3
// ------------------------------------------------------------------------------
4
- using Azure . Core ;
5
4
using Microsoft . Graph . Authentication ;
6
5
using Microsoft . Graph . PowerShell . Authentication . Core . Interfaces ;
7
6
using Microsoft . Graph . PowerShell . Authentication . Core . Utilities ;
8
7
using Microsoft . Graph . PowerShell . Authentication . Handlers ;
9
- using Microsoft . Identity . Client ;
10
8
using Microsoft . Kiota . Http . HttpClientLibrary . Middleware ;
11
9
using Microsoft . Kiota . Http . HttpClientLibrary . Middleware . Options ;
12
10
using System . Collections . Generic ;
13
11
using System . Globalization ;
14
- using System . Linq ;
15
12
using System . Net ;
16
13
using System . Net . Http ;
17
- using System . Net . Http . Headers ;
18
14
19
15
namespace Microsoft . Graph . PowerShell . Authentication . Helpers
20
16
{
Original file line number Diff line number Diff line change 3
3
#
4
4
# Generated by: Microsoft
5
5
#
6
- # Generated on: 12/28 /2023
6
+ # Generated on: 21/09 /2023
7
7
#
8
8
9
9
@ {
12
12
RootModule = ' ./Microsoft.Graph.Authentication.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 2.11 .1'
15
+ ModuleVersion = ' 2.6 .1'
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
You can’t perform that action at this time.
0 commit comments