feat: Add batch5 connectors (25 new connectors) + regenerate 17 existing#150
Merged
Merged
Conversation
74c42e6 to
3000f78
Compare
daviburg
commented
May 14, 2026
| /// <summary> | ||
| /// The <c>github</c> connector. | ||
| /// </summary> | ||
| public const string Github = "github"; |
Member
Author
There was a problem hiding this comment.
Most of the added const names appear to violate Pascal casing.
Github should be GitHub
Googlecalendar should be GoogleCalendar
etc.
3000f78 to
188acb1
Compare
188acb1 to
8bf815f
Compare
…nnectors Regenerate all batch 5 connector clients using fixed CodefulSdkGenerator: - Fix Optional<T> parameter wrapping for nullable types - Fix Connector Namespace rebrand in generated code - Fix PascalCase client/factory naming conventions - Fix ServiceBusClient -> ServiceBusConnectorClient to avoid BCL conflict Add 25 new connector clients (batch 5 expansion): Box, Docusign, Dropbox, Dynamicsax, Eventbrite, Ftp, Github, Googlecalendar, Googledrive, Googletasks, Jira, Mailchimp, Monday, Onedrive, Rss, Salesforce, Sendgrid, Slack, Sql, Trello, Twitter, Typeform, Webex, Wordpress, Zendesk Fix pre-existing alphabetical ordering in ConnectorNames.cs and ManagedConnectors.cs (AzureAutomation/AzureBlob, KeyVault/Kusto, MicrosoftBookings/Mq, TextRequest/Todo). Add unit tests for all 25 new connectors (constructor, dispose, mocked API call, error handling, serialization round-trip, trigger callback deserialization). Total: 96 registered connectors, 786 tests passing.
8bf815f to
ade72d8
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds 25 new connectors (batch5) and regenerates 17 existing connectors with the unified generator from the BPM DirectClient generator fixes.
New connectors (25)
Box, Docusign, Dropbox, Dynamicsax, Eventbrite, Ftp, Github, Googlecalendar, Googledrive, Googletasks, Jira, Mailchimp, Monday, Onedrive, Rss, Salesforce, Sendgrid, Slack, Sql, Trello, Twitter, Typeform, Webex, Wordpress, Zendesk
Regenerated existing connectors (17)
AzureMonitorLogs, Azuretables, Documentdb, ExcelOnlineBusiness, ExcelOnline, Infusionsoft, Office365, Office365Groups, Office365Users, OneDriveForBusiness, Pipedrive, Planner, Plumsail, Smtp, Wdatp, Yammer, AzureAD (via prior iterations)
Changes
Test results
Generator validation
All regenerated connector files produce byte-identical output when re-run through the corrected BPM DirectClient generator, confirming the generator fixes are complete and correct.
Related PR