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
{{ message }}
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
[1/18/2019 2:47:20 AM] Error indexing method 'WebhookTest.Run'
[1/18/2019 2:47:20 AM] Microsoft.Azure.WebJobs.Host: Error indexing method 'WebhookTest.Run'. System.Private.CoreLib: The given key 'T' was not present in the dictionary.
If I remove the [GraphWebhookSubscription] string[] subIds binding the function is OK.
The text was updated successfully, but these errors were encountered:
I'm trying to create a function to get all subscription:
I got this error in the CLI tool:
If I remove the
[GraphWebhookSubscription] string[] subIds
binding the function is OK.The text was updated successfully, but these errors were encountered: