This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Commit fc3daea
1 file changed
+1
-1
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
0 commit comments