GraphSdkGuidancePlugin

当代理截获Microsoft Graph 的请求时显示提示,该请求尚未由 Microsoft Graph SDK 发出。

开发人员代理命令提示符的屏幕截图,其中显示了在截获对不使用 SDK 的 Microsoft Graph 的请求后建议使用 Microsoft Graph SDK 的提示。

插件实例定义

{
  "name": "GraphSdkGuidancePlugin",
  "enabled": true,
  "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll",
  "urlsToWatch": [
    "https://graph.microsoft.com/v1.0/*",
    "https://graph.microsoft.com/beta/*",
    "https://graph.microsoft.us/v1.0/*",
    "https://graph.microsoft.us/beta/*",
    "https://dod-graph.microsoft.us/v1.0/*",
    "https://dod-graph.microsoft.us/beta/*",
    "https://microsoftgraph.chinacloudapi.cn/v1.0/*",
    "https://microsoftgraph.chinacloudapi.cn/beta/*"
  ]
}

配置示例

没有

配置属性

没有

命令行选项

没有

后续步骤