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

Commit 74e8aef

Browse files
committed
Update changelog
1 parent 1e09a84 commit 74e8aef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
### Added
10+
- Add item sub-command for indexer paths (paths with id). `GET /users/{user-id}` changes from `mgc users get --user-id` to `mgc users item get --user-id`
11+
12+
### Changed
13+
- Login command scopes are now optional
14+
- Fix issue with nullable boolean options
915

1016
## [0.1.0-preview.4] - 2022-04-19
1117

src/msgraph-cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
2424
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
2525
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
26-
<PackageReference Include="Microsoft.Graph.Cli.Core" Version="0.1.1-preview.3" />
26+
<PackageReference Include="Microsoft.Graph.Cli.Core" Version="0.1.1-preview.5" />
2727
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.0.0-preview.6" />
2828
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.0.0-preview.2" />
2929
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.0.0-preview.6" />

0 commit comments

Comments
 (0)