Skip to content

Commit 17f65b4

Browse files
authored
Update manage-user-accounts-graph-api.md
Minor change
1 parent f9d8758 commit 17f65b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory-b2c/manage-user-accounts-graph-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ After you've obtained the code sample, configure it for your environment and the
138138
```
139139
1. Run the application with the `dotnet` command:
140140

141-
```console
142-
dotnet bin/Debug/netcoreapp3.0/b2c-ms-graph.dll
143-
```
141+
```console
142+
dotnet bin/Debug/netcoreapp3.0/b2c-ms-graph.dll
143+
```
144144

145145
The application displays a list of commands you can execute. For example, get all users, get a single user, delete a user, update a user's password, and bulk import.
146146

0 commit comments

Comments
 (0)