This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Commit 8e9d3e8
committed
Print a message when login is required
1 parent 7b3a47e commit 8e9d3e8
2 files changed
+12
-3
lines changedSubmodule msgraph-cli-core updated 15 files
- .github/workflows/test-project.yml+31
- .gitignore+1-1
- .vscode/settings.json+2
- msgraph-cli-core.sln+34
- src/Microsoft.Graph.Cli.Core.Tests/IO/JsonOutputFormatterTest.cs+42
- src/Microsoft.Graph.Cli.Core.Tests/IO/OutputFormatterFactoryTest.cs+54
- src/Microsoft.Graph.Cli.Core.Tests/IO/TableOutputFormatterTest.cs+69
- src/Microsoft.Graph.Cli.Core.Tests/Microsoft.Graph.Cli.Core.Tests.csproj+29
- src/Microsoft.Graph.Cli.Core/Authentication/AuthenticationServiceFactory.cs+1
- src/Microsoft.Graph.Cli.Core/IO/FormatterType.cs+8
- src/Microsoft.Graph.Cli.Core/IO/IOutputFormatter.cs+10
- src/Microsoft.Graph.Cli.Core/IO/JsonOutputFormatter.cs+18
- src/Microsoft.Graph.Cli.Core/IO/OutputFormatterFactory.cs+40
- src/Microsoft.Graph.Cli.Core/IO/TableOutputFormatter.cs+126
- src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj+1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
80 | 89 | | |
81 | | - | |
| 90 | + | |
82 | 91 | | |
83 | 92 | | |
84 | 93 | | |
| |||
0 commit comments