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

Plugin instance definition

{
  "name": "GraphConnectorGuidancePlugin",
  "enabled": true,
  "pluginPath": "~appFolder/plugins/dev-proxy-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 example

None

Configuration properties

None

Command line options

None