Edit

Share via


GraphConnectorGuidancePlugin

Shows contextual guidance for working with Microsoft Graph connectors.

Screenshot of Dev Proxy warning of submitting an external connection schema without the required semantic labels.

This plugin detects the following issues:

Issue Request Level
Schema missing one or more semantic labels required for Microsoft Copilot for Microsoft 365 PATCH https://graph.microsoft.com/v1.0/external/connections/{id}/schema Failure

Configuration example

{
  "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v2.0.0/rc.schema.json",
  "plugins": [
    {
      "name": "GraphConnectorGuidancePlugin",
      "enabled": true,
      "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll"
    }
  ],
  "urlsToWatch": [
    "https://graph.microsoft.com/*/external/connections/*/schema",
    "https://graph.microsoft.us/*/external/connections/*/schema",
    "https://dod-graph.microsoft.us/*/external/connections/*/schema",
    "https://microsoftgraph.chinacloudapi.cn/*/external/connections/*/schema"
  ]
}

Configuration properties

None

Command line options

None