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.
44
44
| ` devproxy-plugin-mock-response-schema ` | MockResponsePlugin schema |
45
45
| ` devproxy-plugin-odata-paging-guidance ` | ODataPagingGuidancePlugin instance |
46
46
| ` 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 |
48
48
| ` devproxy-plugin-rate-limiting ` | MockResponsePlugin instance |
49
49
| ` devproxy-plugin-rate-limiting-config ` | RateLimitingPlugin config section |
50
50
| ` devproxy-plugin-rate-limiting-schema ` | RateLimitingPlugin schema |
Original file line number Diff line number Diff line change 420
420
],
421
421
"description" : " ODSPSearchGuidancePlugin instance"
422
422
},
423
- "OpenAPIDocGeneratorPlugin " : {
424
- "prefix" : " devproxy-plugin-open-api-doc -generator" ,
423
+ "OpenApiSpecGeneratorPlugin " : {
424
+ "prefix" : " devproxy-plugin-open-api-spec -generator" ,
425
425
"body" : [
426
426
" {" ,
427
- " \t\" name\" : \" OpenAPIDocGeneratorPlugin \" ," ,
427
+ " \t\" name\" : \" OpenApiSpecGeneratorPlugin \" ," ,
428
428
" \t\" enabled\" : true," ,
429
429
" \t\" pluginPath\" : \" ~appFolder/plugins/dev-proxy-plugins.dll\" " ,
430
430
" }"
431
431
],
432
- "description" : " OpenAPIDocGeneratorPlugin instance"
432
+ "description" : " OpenApiSpecGeneratorPlugin instance"
433
433
},
434
434
"RateLimitingPlugin" : {
435
435
"prefix" : " devproxy-plugin-rate-limiting" ,
You can’t perform that action at this time.
0 commit comments