刷新本地 Microsoft Graph 数据库
GraphSelectGuidancePlugin 使用本地 SQLite 数据库存储 Microsoft Graph v1.0 和 beta 终结点的 OpenAPI 规范。 此数据库会自动为你创建和更新,但有时你可能想要自行刷新此数据库。
在代理安装文件夹中执行 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