@@ -11,17 +11,20 @@ The Dev Proxy extension makes it easy to create and update configuration files.
11
11
| Prefix | Description |
12
12
| ------ | ----------- |
13
13
| ` devproxy-config ` | Dev Proxy config file |
14
+ | ` devproxy-config-schema ` | Dev Proxy config schema |
14
15
| ` devproxy-errors ` | Dev Proxy errors file |
15
16
| ` devproxy-plugin-caching-guidance ` | CachingGuidancePlugin instance |
16
17
| ` devproxy-plugin-caching-guidance-config ` | CachingGuidancePlugin config section |
17
18
| ` devproxy-plugin-crud-api ` | CrudApiPlugin instance |
18
19
| ` devproxy-plugin-crud-api-config ` | CrudApiPlugin config section |
20
+ | ` devproxy-plugin-crud-api-schema ` | CrudApiPlugin schema |
19
21
| ` devproxy-plugin-dev-tools ` | DevToolsPlugin instance |
20
22
| ` devproxy-plugin-dev-tools-config ` | DevToolsPlugin config section |
21
23
| ` devproxy-plugin-execution-summary ` | ExecutionSummaryPlugin instance |
22
24
| ` devproxy-plugin-execution-summary-config ` | ExecutionSummaryPlugin config section |
23
25
| ` devproxy-plugin-generic-random-error ` | GenericRandomErrorPlugin instance |
24
26
| ` devproxy-plugin-generic-random-error-config ` | GenericRandomErrorPlugin config section |
27
+ | ` devproxy-plugin-generic-random-error-schema ` | GenericRandomErrorPlugin schema |
25
28
| ` devproxy-plugin-graph-beta-support-guidance ` | GraphBetaSupportGuidancePlugin instance |
26
29
| ` devproxy-plugin-graph-client-request-id-guidance ` | GraphClientRequestIdGuidancePlugin instance |
27
30
| ` devproxy-plugin-graph-mock-response ` | GraphMockResponsePlugin instance |
@@ -38,11 +41,13 @@ The Dev Proxy extension makes it easy to create and update configuration files.
38
41
| ` devproxy-plugin-mock-generator ` | MockGeneratorPlugin instance |
39
42
| ` devproxy-plugin-mock-response ` | MockResponsePlugin instance |
40
43
| ` devproxy-plugin-mock-response-config ` | MockResponsePlugin config section |
44
+ | ` devproxy-plugin-mock-response-schema ` | MockResponsePlugin schema |
41
45
| ` devproxy-plugin-odata-paging-guidance ` | ODataPagingGuidancePlugin instance |
42
46
| ` devproxy-plugin-graph-odsp-search-guidance ` | ODSPSearchGuidancePlugin instance |
43
- | ` devproxy-plugin-open-api-doc-generator ` | OpenApiDocGeneratorPlugin instance |
47
+ | ` devproxy-plugin-open-api-doc-generator ` | OpenAPIDocGeneratorPlugin instance |
44
48
| ` devproxy-plugin-rate-limiting ` | MockResponsePlugin instance |
45
49
| ` devproxy-plugin-rate-limiting-config ` | RateLimitingPlugin config section |
50
+ | ` devproxy-plugin-rate-limiting-schema ` | RateLimitingPlugin schema |
46
51
| ` devproxy-plugin-retry-after ` | RetryAfterPlugin instance |
47
52
| ` devproxy-response ` | Empty Dev Proxy response |
48
53
| ` devproxy-response-header ` | Empty Dev Proxy response header |
@@ -53,4 +58,4 @@ The following diagnostic checks are performed:
53
58
54
59
- Check for empty ` urlsToWatch ` .
55
60
- Check for missing ` configSection ` property in plugin instance for plugins that require configuration.
56
- - Check for missing ` configSection ` when defined in plugin instance
61
+ - Check for missing ` configSection ` when defined in plugin instance.
0 commit comments