Dela via


GraphBetaSupportGuidancePlugin

Visar en varning när proxyn identifierar en begäran till Betaslutpunkten i Microsoft Graph.

Skärmbild av en kommandotolk med Dev Proxy som visar en varning när du har upptäckt en begäran till en Beta-slutpunkt i Microsoft Graph.

Konfigurationsexempel

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

Konfigurationsegenskaper

Ingen

Kommandoradsalternativ

Ingen