@@ -18,6 +18,10 @@ The Dev Proxy Toolkit extension for Visual Studio Code makes it easy to create a
18
18
| ` devproxy-request ` | Dev Proxy request |
19
19
| ` devproxy-response ` | Dev Proxy response |
20
20
| ` devproxy-response-header ` | Dev Proxy response header |
21
+ | ` devproxy-plugin-api-center-onboarding ` | ApiCenterOnboardingPlugin instance |
22
+ | ` devproxy-plugin-api-center-onboarding-config ` | ApiCenterOnboardingPlugin config section |
23
+ | ` devproxy-plugin-api-center-production-version ` | ApiCenterProductionVersionPlugin instance |
24
+ | ` devproxy-plugin-api-center-production-version-config ` | ApiCenterProductionVersionPlugin config section |
21
25
| ` devproxy-plugin-caching-guidance ` | CachingGuidancePlugin instance |
22
26
| ` devproxy-plugin-caching-guidance-config ` | CachingGuidancePlugin config section |
23
27
| ` devproxy-plugin-crud-api ` | CrudApiPlugin instance |
@@ -27,6 +31,8 @@ The Dev Proxy Toolkit extension for Visual Studio Code makes it easy to create a
27
31
| ` devproxy-plugin-crud-api-action ` | CrudApiPlugin action |
28
32
| ` devproxy-plugin-dev-tools ` | DevToolsPlugin instance |
29
33
| ` devproxy-plugin-dev-tools-config ` | DevToolsPlugin config section |
34
+ | ` devproxy-plugin-entra-mock-response ` | EntraMockResponsePlugin instance |
35
+ | ` devproxy-plugin-entra-mock-response-config ` | EntraMockResponsePlugin config section |
30
36
| ` devproxy-plugin-execution-summary ` | ExecutionSummaryPlugin instance |
31
37
| ` devproxy-plugin-execution-summary-config ` | ExecutionSummaryPlugin config section |
32
38
| ` devproxy-plugin-generic-random-error ` | GenericRandomErrorPlugin instance |
@@ -47,6 +53,8 @@ The Dev Proxy Toolkit extension for Visual Studio Code makes it easy to create a
47
53
| ` devproxy-plugin-graph-minimal-permissions ` | MinimalPermissionsPlugin instance |
48
54
| ` devproxy-plugin-graph-minimal-permissions-config ` | MinimalPermissionsPlugin config section |
49
55
| ` devproxy-plugin-mock-generator ` | MockGeneratorPlugin instance |
56
+ | ` devproxy-plugin-mock-request ` | MockResponsePlugin instance |
57
+ | ` devproxy-plugin-mock-request-config ` | MockResponsePlugin config section |
50
58
| ` devproxy-plugin-mock-response ` | MockResponsePlugin instance |
51
59
| ` devproxy-plugin-mock-response-config ` | MockResponsePlugin config section |
52
60
| ` devproxy-plugin-mock-response-schema ` | MockResponsePlugin schema |
0 commit comments