Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 906e1d1

Browse files
authored
Merge pull request #87 from microsoftgraph/chore/fix_login
Default app id and tenant id
2 parents 05d2e80 + 12cbc3e commit 906e1d1

File tree

6 files changed

+3
-21
lines changed

6 files changed

+3
-21
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11+
- Add default app id & tenant id
1112

1213
### Changed
14+
- Make app settings configuration file optional
1315

1416
## [0.1.0-preview.3] - 2022-03-17
1517

docker/app-settings.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ namespace Microsoft.Graph.Cli
2626
{
2727
class Program
2828
{
29-
const string SdkVersionHeaderValueFormatString = "{0}-cli/{1}.{2}.{3}";
30-
3129
static async Task<int> Main(string[] args)
3230
{
3331
// We don't have access to a built host yet. Get configuration settings using a configuration builder.

src/app-settings.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/msgraph-cli.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
<Version>0.1.0-preview.3</Version>
1414
</PropertyGroup>
1515

16-
<ItemGroup>
17-
<None Update="app-settings.json" CopyToOutputDirectory="Always" CopyToPublishDirectory="Always" />
18-
</ItemGroup>
19-
2016
<PropertyGroup>
2117
<DefaultExcludesInProjectFolder>$(DefaultItemExcludes);**/*.sample.*</DefaultExcludesInProjectFolder>
2218
</PropertyGroup>

0 commit comments

Comments
 (0)