-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new ConnectorSettings "IncludeWebhookFunctions" to allow using mo…
…re Teams operation (#2633) In the Teams connector, the operation "PostCardAndWaitForResponse" contains extension "x-ms-notification-content" and is excluded from the parse result of `GetFunctions`. In MCS, we want to make this operation available to our internal users to keep parity with Power Automate behavior. This PR fixes the issue by 1. Creating a new setting "IncludeWebhookFunctions" to conditionally include those "webhook" functions on demand. 2. Consume that new setting when filtering on the webhook functions, it set to true, it won't filter away those functions. As a result, 4 more operations inside Teams connector will be supported by merging this change. On MCS side, PFX `GetFunctions` will be invoked with an additional setting parameter `IncludeWebhookFunctions = true`.
- Loading branch information
Showing
3 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters