開発プロキシが OneDrive および SharePoint 検索 API への要求を検出したときに警告を表示します。
このプラグインは、Microsoft Search API ガイダンスに従います。
このプラグインは、次の要求を検出します。
graph.microsoft.com/{version}/drives/{drive-id}/root/search(q='{search-text}')graph.microsoft.com/{version}/groups/{group-id}/drive/root/search(q='{search-text}')graph.microsoft.com/{version}/me/drive/root/search(q='{search-text}')graph.microsoft.com/{version}/sites/{site-id}/drive/root/search(q='{search-text}')graph.microsoft.com/{version}/users/{user-id}/drive/root/search(q='{search-text}')graph.microsoft.com/{version}/sites?search={query}
構成の例
{
"$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v2.0.0/rc.schema.json",
"plugins": [
{
"name": "ODSPSearchGuidancePlugin",
"enabled": true,
"pluginPath": "~appFolder/plugins/DevProxy.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/*"
]
}
構成プロパティ
何一つ
コマンド ライン オプション
何一つ
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Dev Proxy