Freigeben über


GraphBetaSupportGuidancePlugin

Zeigt eine Warnung an, wenn ein Proxy eine Anforderung an den Betaendpunkt von Microsoft Graph erkennt.

Screenshot einer Eingabeaufforderung mit Dev Proxy mit einer Warnung nach dem Erkennen einer Anforderung an einen Microsoft Graph-Betaendpunkt.

Konfigurationsbeispiel

{
  "$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/*"
  ]
}

Konfigurationseigenschaften

Nichts

Befehlszeilenoptionen

Nichts