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.

Plugin instance definition

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

Configuration example

None

Configuration properties

None

Command line options

None