Läs på engelska

Dela via


GraphSdkGuidancePlugin

Visar ett tips när proxyn fångar upp en begäran till Microsoft Graph som inte har utfärdats av en Microsoft Graph SDK.

Skärmbild av en kommandotolk med Dev Proxy som visar ett tips som föreslår att du använder Microsoft Graph SDK efter att ha avlyssnat en begäran till Microsoft Graph som inte använder ett SDK.

Definition av plugin-instans

{
  "name": "GraphSdkGuidancePlugin",
  "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

Kommandoradsalternativ

Ingen