Update text references from Gateway / Logic Apps to Connector Namespace#27
Conversation
Port .NET SDK fix (Connectors-NET-SDK#152) to Python SDK - handles both batch and single-item trigger callback payload shapes from Connector Namespace. - Add from_dict/from_json class methods to TriggerCallbackBody and TriggerCallbackPayload - Update Office365 ClientReceiveMessage.from_json for single-item shape - Add 22 new tests covering batch and single-item payloads - Rewrite trigger-registration skill with ConnectorTrigger extension patterns - Update connection-setup skill with broader SDK scope and correct region Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…tem-trigger-payload
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
PR #27 Review: Update text references from Gateway / Logic Apps to Connector NamespaceRepository: Azure/connectors-python-sdk SummaryDocumentation-only PR renaming "Connector Gateway" → "Connector Namespace" and "Azure Logic Apps" → "Azure Connectors" across docs, skills, samples, and package metadata. Strengths
Issues / Suggestions1. ARM URI path still uses
|
|
Note: The resource provider truly is still connectorGateways |
No, Connectors team is different from the Connector Namespaces team; do not confuse the two. |
daviburg
left a comment
There was a problem hiding this comment.
The Dobby automated review posted by Swapnil appear to have a few valid clean-up points, but also some misdirection. Please perform a triage and request review again.
|
[Dobby] The |
daviburg
left a comment
There was a problem hiding this comment.
Only should consider a changelog entry.
This pull request updates documentation and samples to reflect the transition from "Connector Gateway" to "Connector Namespace" terminology and APIs across the SDK. It also improves clarity on connection setup, usage, and support resources, and adds references to new related SDKs.
Major terminology and API updates:
.github/skills/connection-setup/SKILL.mdanddocs/connection-setup.mdfiles now consistently use "Connector Namespace" for setup instructions, resource creation, and OAuth consent. [1] [2] [3] [4] [5] [6] [7]Documentation and roadmap improvements:
ROADMAP.md) and support docs have been updated to reflect the Connector Namespace resource and its GA status, removing outdated references to Logic Apps and Gateway. [1] [2] [3] [4] [5] [6]Repository and support resource cleanup:
Minor documentation fixes:
These changes ensure the SDK documentation and samples are accurate, up-to-date, and aligned with the current Azure Connectors platform.