cli-microsoft365
cli-microsoft365 copied to clipboard
Enhancement: `graph subscription add` allow subscription for Event Hubs and Event Grid
The command graph subscription add has validation of notificationUrl that doesn't allow to create a subscription for notifications through Azure Event Hubs and Azure Event Grid.
To allow notifications through Azure Event Hubs and Azure Event Grid, modify the validator.
notificationUrl can start with
- https://
- EventHub:https://
- EventGrid:?azuresubscriptionid
seems solid to me 👍💪 @pnp/cli-for-microsoft-365-maintainers anyone any other feed or should we open it up?
I will take it