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

Commit a967b71

Browse files
Update README.md
1 parent f932864 commit a967b71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Microsoft Graph CLI
22

3+
Microsoft Graph CLI SDK provides convenient methods to access Microsoft Graph capabilities using a simplistic command line interface experience on any operating system and any shell.
4+
35
## Required tools
46
A commandline tool should work on any terminal. We recommend:
57
- [Windows Terminal + version](https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701?hl=en-us&gl=us)
@@ -13,13 +15,11 @@ Windows, Mac, or Linux here on the assets link of the latest release: [CLI SDK D
1315

1416
## Registering an application in Azure AD
1517

16-
## Creating an application registration
17-
1818
> **Note:** this step is required if your client will be calling APIs that are protected by the Microsoft Identity Platform like Microsoft Graph.
1919
2020
Follow the instructions in [Register an application for Microsoft identity platform authentication](register-app.md) to get an application ID (also know as a client ID).
2121

22-
## Creating the client application
22+
### Creating the client application
2323

2424
Replace `YOUR_CLIENT_ID` with the client ID from your app registration.
2525

0 commit comments

Comments
 (0)