This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Commit 42b88b7
committed
Move hand crafted commands to CLI core repository
1 parent 6b4ed52 commit 42b88b7
File tree
6 files changed
+3
-75
lines changed- src
- Commands/Authentication
- Configuration
6 files changed
+3
-75
lines changedSubmodule msgraph-cli-core updated 5 files
- src/Microsoft.Graph.Cli.Core/Authentication/AuthenticationServiceFactory.cs+4-4
- src/Microsoft.Graph.Cli.Core/Commands/Authentication/LoginCommand.cs+39
- src/Microsoft.Graph.Cli.Core/Commands/Authentication/LogoutCommand.cs+25
- src/Microsoft.Graph.Cli.Core/Configuration/AuthenticationOptions.cs+7
- src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj+2
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
0 commit comments