File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ The Dev Proxy extension makes it easy to create and update configuration files.
4444| ` devproxy-plugin-mock-response-schema ` | MockResponsePlugin schema |
4545| ` devproxy-plugin-odata-paging-guidance ` | ODataPagingGuidancePlugin instance |
4646| ` devproxy-plugin-graph-odsp-search-guidance ` | ODSPSearchGuidancePlugin instance |
47- | ` devproxy-plugin-open-api-doc -generator ` | OpenAPIDocGeneratorPlugin instance |
47+ | ` devproxy-plugin-open-api-spec -generator ` | OpenApiSpecGeneratorPlugin instance |
4848| ` devproxy-plugin-rate-limiting ` | MockResponsePlugin instance |
4949| ` devproxy-plugin-rate-limiting-config ` | RateLimitingPlugin config section |
5050| ` devproxy-plugin-rate-limiting-schema ` | RateLimitingPlugin schema |
Original file line number Diff line number Diff line change 420420 ],
421421 "description" : " ODSPSearchGuidancePlugin instance"
422422 },
423- "OpenAPIDocGeneratorPlugin " : {
424- "prefix" : " devproxy-plugin-open-api-doc -generator" ,
423+ "OpenApiSpecGeneratorPlugin " : {
424+ "prefix" : " devproxy-plugin-open-api-spec -generator" ,
425425 "body" : [
426426 " {" ,
427- " \t\" name\" : \" OpenAPIDocGeneratorPlugin \" ," ,
427+ " \t\" name\" : \" OpenApiSpecGeneratorPlugin \" ," ,
428428 " \t\" enabled\" : true," ,
429429 " \t\" pluginPath\" : \" ~appFolder/plugins/dev-proxy-plugins.dll\" " ,
430430 " }"
431431 ],
432- "description" : " OpenAPIDocGeneratorPlugin instance"
432+ "description" : " OpenApiSpecGeneratorPlugin instance"
433433 },
434434 "RateLimitingPlugin" : {
435435 "prefix" : " devproxy-plugin-rate-limiting" ,
You can’t perform that action at this time.
0 commit comments