共用方式為


GraphBetaSupportGuidancePlugin

當 Proxy 偵測到Microsoft Graph Beta 端點的要求時,會顯示警告。

開發人員 Proxy 命令提示字元的螢幕快照,其中顯示偵測到 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/*"
  ]
}

組態屬性

沒有

命令行選項

沒有