로컬 Microsoft Graph 데이터베이스 새로 고침
GraphSelectGuidancePlugin은 로컬 SQLite 데이터베이스를 사용하여 Microsoft Graph의 v1.0 및 베타 엔드포인트 모두에 대한 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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Dev Proxy