Rebrand AI Gateway to Connectors Gateway#64
Conversation
- Rename ARM resource type from Microsoft.Web/aigateways to Microsoft.Web/connectorGateways - Update API version from 2026-03-01-preview to 2026-05-01-preview - Rename AiGatewayName property to ConnectorGatewayName - Rename IsAiGatewayConnection to IsConnectorGatewayConnection - Update app setting suffix from __aiGatewayName to __connectorGatewayName - Update connection-setup and trigger-registration skills - Update docs/connection-setup.md and ROADMAP.md - All 130 tests pass - E2E validated: Office365, SharePoint, OneDrive, Teams all working with new connectorGateways resource type
There was a problem hiding this comment.
Pull request overview
Rebrands “AI Gateway” terminology and related configuration keys to “Connectors Gateway” across the SDK’s connection resolution surface area, tests, and developer documentation, aligning with the new Microsoft.Web/connectorGateways ARM resource type and API version.
Changes:
- Renames connection option properties/flags and the env-var suffix from
__aiGatewayNameto__connectorGatewayName. - Updates resolver diagnostics and unit tests to reflect the new naming.
- Rebrands skills/docs/roadmap to use
connectorGatewaysand the newapi-version.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| tests/Microsoft.Azure.Connectors.Sdk.Tests/ConnectorConnectionTests.cs | Updates env var names, assertions, and test names for Connectors Gateway. |
| src/Microsoft.Azure.Connectors.Sdk/ConnectorConnectionResolver.cs | Switches to __connectorGatewayName and updates error message text. |
| src/Microsoft.Azure.Connectors.Sdk/ConnectorConnectionOptions.cs | Renames public API properties/flag to Connectors Gateway equivalents. |
| docs/connection-setup.md | Rebrands instructions and ARM URIs (but one old aigateways URI remains). |
| ROADMAP.md | Updates roadmap language and migration status to Connectors Gateway. |
| .github/skills/trigger-registration/SKILL.md | Rebrands trigger registration skill content and ARM paths. |
| .github/skills/connection-setup/SKILL.md | Rebrands connection setup skill content, ARM paths, and app settings schema. |
- README.md: update skill description - docs/connection-setup.md: fix stale aigateways URI at A2 - Generated/*Extensions.cs: update all XML doc comments (4 files) - TriggerCallbackPayload.cs: update class XML docs - Test files: update XML doc comments Zero 'AI Gateway' references remain in the repo.
|
The generated *Extensions.cs changes in this PR are hand-applied to match the output of the fixed generator. The generator fix is in the BPM repo: [\eature/connectors-gateway-rebrand-generator](https://msazure.visualstudio.com/One/_git/AzureUX-BPM/pullrequests?_a=mine) branch — 4 files in \src/tools/CodefulSdkGenerator/DirectClient/. Once the generator PR merges, regenerating connectors will produce the same XML doc comments as this PR. |
Summary
Rebrands AI Gateway to Connectors Gateway ahead of public availability, aligning with the new ARM resource type \Microsoft.Web/connectorGateways\ and API version \2026-05-01-preview.
Changes
Code
Documentation & Skills
Validation
API Reference
Source: https://didactic-couscous-n3831oe.pages.github.io/api-reference/