GraphBetaSupportGuidancePlugin

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

带有开发代理的命令提示符的屏幕截图,其中显示了检测到对 Microsoft Graph beta 终结点的请求后出现警告。

插件实例定义

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

配置示例

配置属性

命令行选项