GraphSelectGuidancePlugin 會使用本機 SQLite 資料庫來儲存 Microsoft Graph v1.0 和 beta 端點的 OpenAPI 規格。 此資料庫會自動為您建立和更新,但有時候您可能會想要自行重新整理此資料庫。
在 Proxy 安裝資料夾中執行 devproxy msgraphdb ,以重建和更新本機資料庫。
以下是執行命令的範例輸出。
Checking for updated OpenAPI files...
Downloaded OpenAPI file from https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master/openapi/v1.0/openapi.yaml to <devproxy-path>\graph-v1_0-openapi.yaml
Downloaded OpenAPI file from https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master/openapi/beta/openapi.yaml to <devproxy-path>\graph-beta-openapi.yaml
Loading OpenAPI files...
Creating database...
Filling database...
Inserted 17306 endpoints in the database
Microsoft Graph database successfully updated