Skip to content

Rebrand AI Gateway to Connectors Gateway#64

Merged
daviburg merged 2 commits into
mainfrom
feature/connectors-gateway-rebrand
Apr 25, 2026
Merged

Rebrand AI Gateway to Connectors Gateway#64
daviburg merged 2 commits into
mainfrom
feature/connectors-gateway-rebrand

Conversation

@daviburg
Copy link
Copy Markdown
Member

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

  • *\ConnectorConnectionOptions.cs* — \AiGatewayName\ → \ConnectorGatewayName, \IsAiGatewayConnection\ → \IsConnectorGatewayConnection\
  • *\ConnectorConnectionResolver.cs* — __aiGatewayName\ → __connectorGatewayName\ suffix, error messages updated
  • *\ConnectorConnectionTests.cs* — all test names, env vars, assertions updated

Documentation & Skills

  • \SKILL.md\ (connection-setup) — ARM URIs, api-version, branding, app settings
  • \SKILL.md\ (trigger-registration) — branding, ARM paths
  • *\docs/connection-setup.md* — full rebrand
  • *\ROADMAP.md* — all references updated, backlog items marked in-progress

Validation

  • 130 tests pass
  • E2E validated all 4 connectors with new \Microsoft.Web/connectorGateways\ resource type:
    Connector Status Test
    Office365 ✅ Connected GetOutlookCategories
    SharePoint ✅ Connected GetDatasets
    OneDrive ✅ Connected ListRootFolder
    Teams ✅ Connected GetJoinedTeams

API Reference

Source: https://didactic-couscous-n3831oe.pages.github.io/api-reference/

- 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
Copilot AI review requested due to automatic review settings April 24, 2026 23:01
@daviburg daviburg requested a review from a team as a code owner April 24, 2026 23:01
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 __aiGatewayName to __connectorGatewayName.
  • Updates resolver diagnostics and unit tests to reflect the new naming.
  • Rebrands skills/docs/roadmap to use connectorGateways and the new api-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.

Comment thread docs/connection-setup.md
Comment thread ROADMAP.md
Comment thread src/Microsoft.Azure.Connectors.Sdk/ConnectorConnectionOptions.cs
Comment thread src/Microsoft.Azure.Connectors.Sdk/ConnectorConnectionResolver.cs
@daviburg daviburg self-assigned this Apr 24, 2026
- 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.
@daviburg
Copy link
Copy Markdown
Member Author

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.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 11 out of 15 changed files in this pull request and generated no new comments.

@daviburg daviburg merged commit cdf8f1f into main Apr 25, 2026
9 of 10 checks passed
@daviburg daviburg deleted the feature/connectors-gateway-rebrand branch April 25, 2026 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants