다음을 통해 공유


GraphSdkGuidancePlugin

프록시가 Microsoft Graph SDK에서 발급하지 않은 Microsoft Graph에 대한 요청을 가로챌 때 팁을 표시합니다.

SDK를 사용하지 않는 Microsoft Graph에 대한 요청을 가로채 Microsoft Graph SDK 사용을 제안하는 팁을 보여 주는 개발 프록시가 있는 명령 프롬프트의 스크린샷

플러그 인 instance 정의

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

구성 예

없음

구성 속성

없음

명령줄 옵션

없음