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
@@ -98,7 +98,7 @@ function New-CIPPGraphSubscription {
98
98
}
99
99
100
100
$GraphRequest=New-GraphPostRequest-uri 'https://graph.microsoft.com/beta/subscriptions'-tenantid $TenantFilter-type POST -body $params-verbose
101
-
#If creation is succesfull, we store the GUID in the storage table webhookTable to make sure we can check against this later on.
101
+
#If creation is successful, we store the GUID in the storage table webhookTable to make sure we can check against this later on.
102
102
#We store the GUID as rowkey, the event type, the resource, and the expiration date as properties, we also add the Tenant name so we can easily find this later on.
103
103
#We don't store the return, because Ms decided that a renewal or re-authenticate does not change the url, but does change the id...
104
104
$WebhookRow=@{
@@ -115,13 +115,48 @@ function New-CIPPGraphSubscription {
115
115
#todo: add remove webhook function, add check webhook function, add list webhooks function
0 commit comments