-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add proto definitions and plugin spec Microsoft Teams no code integration #46640
Conversation
8dcb5ce
to
00b1b65
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some more comments.
The standard for the other plugins has been that the access monitoring rules replace existing recipients and are not additive. We could change that here if you think it makes more sense, it would mean that it would have different behavior to the other plugins unless we are willing to make changes to the behavior of all of them |
@hugoShaka @zmb3 can you take another look at this when you get a chance? |
55b579f
to
20a91b8
Compare
@hugoShaka Can you take another look at this once you get a chance? |
20a91b8
to
aa46746
Compare
5d0f966
to
82a3c42
Compare
108eb27
to
9ec83ae
Compare
…tion (#46640) * Add proto definitions for MsTeams no code integration * Add access monitoring rule and hosted support to msteams plugin * Fix linting * Fix go sum mismatch caused by msteams dependency * Fix linting in access monitoring rules
…tion (#46640) * Add proto definitions for MsTeams no code integration
…tion (#46640) * Add proto definitions for MsTeams no code integration
Part of #24495
Requires 5032
Requires #47638
Adds definitions required for MsTeams no code integration.
changelog: Add no-code enrollment for Microsoft Teams plugin.