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
After some trial and error I believe Microsoft Graph API does not provide the "ChannelMessage.Send" as an "Application Permission", only as "Delegated" which wont work in the Pipeline context.
After some trial and error I believe Microsoft Graph API does not provide the "ChannelMessage.Send" as an "Application Permission", only as "Delegated" which wont work in the Pipeline context.
Because of this missing API permission the "Send-MtTeamsMessage" function cannot be set up as described in the Maester documentation; https://maester.dev/docs/monitoring/teams#prerequisites
The API availability for applications is also reflected in the MS documentation:
Any other methods that can be used to implement Teams channel posting?
Thanks!
The text was updated successfully, but these errors were encountered: