显示有关使用 Microsoft Graph 连接器的上下文指南。
此插件检测到以下问题:
| 问题 | 请求 | Level |
|---|---|---|
| 架构缺少 Microsoft Copilot Microsoft 365 所需的一个或多个语义标签 | PATCH https://graph.microsoft.com/v1.0/external/connections/{id}/schema |
失败 |
配置示例
{
"$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"
]
}
配置属性
无
命令行选项
无