GraphBetaSupportGuidancePlugin

当代理检测到Microsoft Graph beta 终结点的请求时显示警告。

开发人员代理在检测到对 Microsoft Graph beta 终结点的请求后显示警告的命令提示符的屏幕截图。

配置示例

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

配置属性

没有

命令行选项

没有