|
1 | 1 | {
|
2 |
| - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.0/rc.schema.json", |
| 2 | + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.1/rc.schema.json", |
3 | 3 | "plugins": [
|
4 | 4 | {
|
5 | 5 | "name": "DevToolsPlugin",
|
6 | 6 | "enabled": false,
|
7 |
| - "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll", |
| 7 | + "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll", |
8 | 8 | "configSection": "devTools"
|
9 | 9 | },
|
10 | 10 | {
|
11 | 11 | "name": "LatencyPlugin",
|
12 | 12 | "enabled": false,
|
13 |
| - "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll", |
| 13 | + "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll", |
14 | 14 | "configSection": "latencyPlugin"
|
15 | 15 | },
|
16 | 16 | {
|
17 | 17 | "name": "RetryAfterPlugin",
|
18 | 18 | "enabled": true,
|
19 |
| - "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll" |
| 19 | + "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll" |
20 | 20 | },
|
21 | 21 | {
|
22 | 22 | "name": "GraphSelectGuidancePlugin",
|
23 | 23 | "enabled": true,
|
24 |
| - "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll", |
| 24 | + "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll", |
25 | 25 | "urlsToWatch": [
|
26 | 26 | "https://graph.microsoft.com/v1.0/*",
|
27 | 27 | "https://graph.microsoft.com/beta/*",
|
|
36 | 36 | {
|
37 | 37 | "name": "ODSPSearchGuidancePlugin",
|
38 | 38 | "enabled": true,
|
39 |
| - "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll", |
| 39 | + "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll", |
40 | 40 | "urlsToWatch": [
|
41 | 41 | "https://graph.microsoft.com/v1.0/*",
|
42 | 42 | "https://graph.microsoft.com/beta/*",
|
|
51 | 51 | {
|
52 | 52 | "name": "GraphBetaSupportGuidancePlugin",
|
53 | 53 | "enabled": true,
|
54 |
| - "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll", |
| 54 | + "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll", |
55 | 55 | "urlsToWatch": [
|
56 | 56 | "https://graph.microsoft.com/beta/*",
|
57 | 57 | "https://graph.microsoft.us/beta/*",
|
|
62 | 62 | {
|
63 | 63 | "name": "GraphConnectorGuidancePlugin",
|
64 | 64 | "enabled": true,
|
65 |
| - "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll", |
| 65 | + "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll", |
66 | 66 | "urlsToWatch": [
|
67 | 67 | "https://graph.microsoft.com/*/external/connections/*/schema",
|
68 | 68 | "https://graph.microsoft.us/*/external/connections/*/schema",
|
|
73 | 73 | {
|
74 | 74 | "name": "GraphSdkGuidancePlugin",
|
75 | 75 | "enabled": true,
|
76 |
| - "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll", |
| 76 | + "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll", |
77 | 77 | "urlsToWatch": [
|
78 | 78 | "https://graph.microsoft.com/v1.0/*",
|
79 | 79 | "https://graph.microsoft.com/beta/*",
|
|
88 | 88 | {
|
89 | 89 | "name": "ODataPagingGuidancePlugin",
|
90 | 90 | "enabled": true,
|
91 |
| - "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll" |
| 91 | + "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll" |
92 | 92 | },
|
93 | 93 | {
|
94 | 94 | "name": "GraphClientRequestIdGuidancePlugin",
|
95 | 95 | "enabled": true,
|
96 |
| - "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll", |
| 96 | + "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll", |
97 | 97 | "urlsToWatch": [
|
98 | 98 | "https://graph.microsoft.com/v1.0/*",
|
99 | 99 | "https://graph.microsoft.com/beta/*",
|
|
108 | 108 | {
|
109 | 109 | "name": "CachingGuidancePlugin",
|
110 | 110 | "enabled": true,
|
111 |
| - "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll", |
| 111 | + "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll", |
112 | 112 | "configSection": "cachingGuidance"
|
113 | 113 | },
|
114 | 114 | {
|
115 | 115 | "name": "RateLimitingPlugin",
|
116 | 116 | "enabled": false,
|
117 |
| - "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll", |
| 117 | + "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll", |
118 | 118 | "configSection": "rateLimiting"
|
119 | 119 | },
|
120 | 120 | {
|
121 | 121 | "name": "MockResponsePlugin",
|
122 | 122 | "enabled": false,
|
123 |
| - "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll", |
| 123 | + "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll", |
124 | 124 | "configSection": "mocksPlugin"
|
125 | 125 | },
|
126 | 126 | {
|
127 | 127 | "name": "GraphMockResponsePlugin",
|
128 | 128 | "enabled": true,
|
129 |
| - "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll", |
| 129 | + "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll", |
130 | 130 | "configSection": "mocksPlugin"
|
131 | 131 | },
|
132 | 132 | {
|
133 | 133 | "name": "GraphRandomErrorPlugin",
|
134 | 134 | "enabled": true,
|
135 |
| - "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll", |
| 135 | + "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll", |
136 | 136 | "configSection": "graphRandomErrorsPlugin"
|
137 | 137 | },
|
138 | 138 | {
|
139 | 139 | "name": "ExecutionSummaryPlugin",
|
140 | 140 | "enabled": false,
|
141 |
| - "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll", |
| 141 | + "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll", |
142 | 142 | "configSection": "executionSummaryPlugin"
|
143 | 143 | },
|
144 | 144 | {
|
145 | 145 | "name": "GraphMinimalPermissionsPlugin",
|
146 | 146 | "enabled": true,
|
147 |
| - "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll", |
| 147 | + "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll", |
148 | 148 | "configSection": "graphMinimalPermissionsPlugin"
|
149 | 149 | },
|
150 | 150 | {
|
151 | 151 | "name": "GraphMinimalPermissionsGuidancePlugin",
|
152 | 152 | "enabled": false,
|
153 |
| - "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll" |
| 153 | + "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll" |
154 | 154 | },
|
155 | 155 | {
|
156 | 156 | "name": "MockGeneratorPlugin",
|
157 | 157 | "enabled": false,
|
158 |
| - "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll" |
| 158 | + "pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll" |
159 | 159 | }
|
160 | 160 | ],
|
161 | 161 | "urlsToWatch": [
|
|
173 | 173 | "https://*.sharepoint-df.*/*_vti_bin/*"
|
174 | 174 | ],
|
175 | 175 | "mocksPlugin": {
|
176 |
| - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.0/mockresponseplugin.schema.json", |
| 176 | + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.1/mockresponseplugin.schema.json", |
177 | 177 | "mocksFile": "m365-mocks.json"
|
178 | 178 | },
|
179 | 179 | "graphRandomErrorsPlugin": {
|
180 |
| - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.0/graphrandomerrorplugin.schema.json", |
| 180 | + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.1/graphrandomerrorplugin.schema.json", |
181 | 181 | "allowedErrors": [
|
182 | 182 | 429,
|
183 | 183 | 500,
|
|
189 | 189 | "rate": 50
|
190 | 190 | },
|
191 | 191 | "executionSummaryPlugin": {
|
192 |
| - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.0/executionsummaryplugin.schema.json", |
| 192 | + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.1/executionsummaryplugin.schema.json", |
193 | 193 | "groupBy": "url"
|
194 | 194 | },
|
195 | 195 | "graphMinimalPermissionsPlugin": {
|
196 |
| - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.0/graphminimalpermissionsplugin.schema.json", |
| 196 | + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.1/graphminimalpermissionsplugin.schema.json", |
197 | 197 | "type": "delegated"
|
198 | 198 | },
|
199 | 199 | "cachingGuidance": {
|
200 |
| - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.0/cachingguidanceplugin.schema.json", |
| 200 | + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.1/cachingguidanceplugin.schema.json", |
201 | 201 | "cacheThresholdSeconds": 5
|
202 | 202 | },
|
203 | 203 | "latencyPlugin": {
|
204 |
| - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.0/latencyplugin.schema.json", |
| 204 | + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.1/latencyplugin.schema.json", |
205 | 205 | "minMs": 200,
|
206 | 206 | "maxMs": 10000
|
207 | 207 | },
|
208 | 208 | "devTools": {
|
209 |
| - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.0/devtoolsplugin.schema.json", |
| 209 | + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.1/devtoolsplugin.schema.json", |
210 | 210 | "preferredBrowser": "Edge"
|
211 | 211 | },
|
212 | 212 | "rateLimiting": {
|
213 |
| - "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.0/ratelimitingplugin.schema.json", |
| 213 | + "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.1/ratelimitingplugin.schema.json", |
214 | 214 | "costPerRequest": 2,
|
215 | 215 | "rateLimit": 120,
|
216 | 216 | "retryAfterSeconds": 5
|
|
0 commit comments