You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -68,13 +68,6 @@ After the app creates a subscription, Microsoft Graph sends a notification to th
68
68
69
69
This sample app subscribes to any resource configured in `appsettings.json` in `SubscriptionSettings:Resource` (default is `me/messages`) for any change configured in `SubscriptionSettings:ChangeType` (default `created,updated`). When receiving any notification, the app then updates a page with information about the resource.
70
70
71
-
This project uses git submodules. After cloning the repository, make sure you execute the following commands:
72
-
73
-
```shell
74
-
git submodule init
75
-
git submodule update
76
-
```
77
-
78
71
### Prerequisites
79
72
80
73
To use the Microsoft Graph Webhook Sample for ASP.NET Core, you need the following:
0 commit comments