Dela via


GraphSelectGuidancePlugin

Visar en varning när proxyn fångar upp en begäran till Microsoft Graph-API:er som inte innehåller $select frågesträngsparameter.

Skärmbild av en kommandotolk med Dev Proxy som visar en varning efter att ha avlyssnat en begäran till Microsoft Graph som inte använder parametern $select.

Definition av plugin-instans

{
  "name": "GraphSelectGuidancePlugin",
  "enabled": true,
  "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll",
  "urlsToWatch": [
    "https://graph.microsoft.com/v1.0/*",
    "https://graph.microsoft.com/beta/*",
    "https://graph.microsoft.us/v1.0/*",
    "https://graph.microsoft.us/beta/*",
    "https://dod-graph.microsoft.us/v1.0/*",
    "https://dod-graph.microsoft.us/beta/*",
    "https://microsoftgraph.chinacloudapi.cn/v1.0/*",
    "https://microsoftgraph.chinacloudapi.cn/beta/*"
  ]
}

Konfigurationsexempel

Ingen

Konfigurationsegenskaper

Ingen