GraphConnectorGuidancePlugin
Shows contextual guidance for working with Microsoft Graph connectors.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.