This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Commit 518dbd9
committed
Move code to core repository
1 parent 3a1a065 commit 518dbd9
File tree
15 files changed
+13
-177
lines changed- src
- Authentication
- Commands/Authentication
- IO
- utils
15 files changed
+13
-177
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
Submodule msgraph-cli-core updated 11 files
- .gitignore+456
- src/Microsoft.Graph.Cli.Core/Authentication/AuthenticationServiceFactory.cs+56
- src/Microsoft.Graph.Cli.Core/Authentication/AuthenticationStrategy.cs+11
- src/Microsoft.Graph.Cli.Core/Authentication/DeviceCodeLoginService.cs+20
- src/Microsoft.Graph.Cli.Core/Authentication/ILoginService.cs+7
- src/Microsoft.Graph.Cli.Core/Authentication/LoginServiceBase.cs+30
- src/Microsoft.Graph.Cli.Core/Authentication/LogoutService.cs+12
- src/Microsoft.Graph.Cli.Core/IO/IPathUtility.cs+5
- src/Microsoft.Graph.Cli.Core/IO/PathUtility.cs+9
- src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj+13
- src/Microsoft.Graph.Cli.Core/utils/Constants.cs+17
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments