| 
1 | 1 | {  | 
2 |  | -  "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.2.0/rc.schema.json",  | 
 | 2 | +  "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.2.1/rc.schema.json",  | 
3 | 3 |   "plugins": [  | 
4 | 4 |     {  | 
5 | 5 |       "name": "DevToolsPlugin",  | 
 | 
173 | 173 |     "https://*.sharepoint-df.*/*_vti_bin/*"  | 
174 | 174 |   ],  | 
175 | 175 |   "mocksPlugin": {  | 
176 |  | -    "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.2.0/mockresponseplugin.schema.json",  | 
 | 176 | +    "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.2.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/v1.2.0/graphrandomerrorplugin.schema.json",  | 
 | 180 | +    "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.2.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/v1.2.0/executionsummaryplugin.schema.json",  | 
 | 192 | +    "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.2.1/executionsummaryplugin.schema.json",  | 
193 | 193 |     "groupBy": "url"  | 
194 | 194 |   },  | 
195 | 195 |   "graphMinimalPermissionsPlugin": {  | 
196 |  | -    "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.2.0/graphminimalpermissionsplugin.schema.json",  | 
 | 196 | +    "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.2.1/graphminimalpermissionsplugin.schema.json",  | 
197 | 197 |     "type": "delegated"  | 
198 | 198 |   },  | 
199 | 199 |   "cachingGuidance": {  | 
200 |  | -    "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.2.0/cachingguidanceplugin.schema.json",  | 
 | 200 | +    "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.2.1/cachingguidanceplugin.schema.json",  | 
201 | 201 |     "cacheThresholdSeconds": 5  | 
202 | 202 |   },  | 
203 | 203 |   "latencyPlugin": {  | 
204 |  | -    "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.2.0/latencyplugin.schema.json",  | 
 | 204 | +    "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.2.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/v1.2.0/devtoolsplugin.schema.json",  | 
 | 209 | +    "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.2.1/devtoolsplugin.schema.json",  | 
210 | 210 |     "preferredBrowser": "Edge"  | 
211 | 211 |   },  | 
212 | 212 |   "rateLimiting": {  | 
213 |  | -    "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.2.0/ratelimitingplugin.schema.json",  | 
 | 213 | +    "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.2.1/ratelimitingplugin.schema.json",  | 
214 | 214 |     "costPerRequest": 2,  | 
215 | 215 |     "rateLimit": 120,  | 
216 | 216 |     "retryAfterSeconds": 5  | 
 | 
0 commit comments