Aggiornare il database Microsoft Graph locale

GraphSelectGuidancePlugin usa un database SQLite locale per archiviare le specifiche OpenAPI per gli endpoint v1.0 e beta di Microsoft Graph. Questo database viene creato e aggiornato automaticamente per l'utente, ma in alcuni casi si vuole aggiornare automaticamente questo database.

Eseguire devproxy msgraphdb nella cartella di installazione del proxy per ricompilare e aggiornare il database locale.

Ecco l'output di esempio dell'esecuzione del comando.

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