Edit

Share via


GraphBetaSupportGuidancePlugin

Shows a warning when proxy detects a request to Microsoft Graph beta endpoint.

Screenshot of a command prompt with Dev Proxy showing a warning after detecting a request to a Microsoft Graph beta endpoint.

Configuration example

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

Configuration properties

None

Command line options

None