次の方法で共有


GraphSelectGuidancePlugin

クエリ文字列パラメーターを含まない Microsoft Graph API に対する要求をプロキシがインターセプトすると警告が $select 表示されます。

$select パラメーターを使用しない Microsoft Graph への要求をインターセプトした後の警告を示す Dev Proxy を含むコマンド プロンプトのスクリーンショット。

プラグイン インスタンスの定義

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

構成の例

なし

構成プロパティ

なし