Skip to content

Commit c000a4e

Browse files
committed
Fix snippets that return invalid JSON
Closes #3
1 parent 72acc2e commit c000a4e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/snippets.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"\t\t\"https://graph.microsoft.us/beta/*\",",
162162
"\t\t\"https://dod-graph.microsoft.us/v1.0/*\",",
163163
"\t\t\"https://dod-graph.microsoft.us/beta/*\",",
164-
"\t\t\"https://microsoftgraph.chinacloudapi.cn/v1.0/*\"",
164+
"\t\t\"https://microsoftgraph.chinacloudapi.cn/v1.0/*\",",
165165
"\t\t\"https://microsoftgraph.chinacloudapi.cn/beta/*\"",
166166
"\t]",
167167
"}"
@@ -183,7 +183,7 @@
183183
"\t\t\"https://graph.microsoft.us/beta/*\",",
184184
"\t\t\"https://dod-graph.microsoft.us/v1.0/*\",",
185185
"\t\t\"https://dod-graph.microsoft.us/beta/*\",",
186-
"\t\t\"https://microsoftgraph.chinacloudapi.cn/v1.0/*\"",
186+
"\t\t\"https://microsoftgraph.chinacloudapi.cn/v1.0/*\",",
187187
"\t\t\"https://microsoftgraph.chinacloudapi.cn/beta/*\"",
188188
"\t]",
189189
"}"
@@ -205,7 +205,7 @@
205205
"\t\t\"https://graph.microsoft.us/beta/*\",",
206206
"\t\t\"https://dod-graph.microsoft.us/v1.0/*\",",
207207
"\t\t\"https://dod-graph.microsoft.us/beta/*\",",
208-
"\t\t\"https://microsoftgraph.chinacloudapi.cn/v1.0/*\"",
208+
"\t\t\"https://microsoftgraph.chinacloudapi.cn/v1.0/*\",",
209209
"\t\t\"https://microsoftgraph.chinacloudapi.cn/beta/*\"",
210210
"\t]",
211211
"}"
@@ -235,7 +235,7 @@
235235
"\t\t\"https://graph.microsoft.us/beta/*\",",
236236
"\t\t\"https://dod-graph.microsoft.us/v1.0/*\",",
237237
"\t\t\"https://dod-graph.microsoft.us/beta/*\",",
238-
"\t\t\"https://microsoftgraph.chinacloudapi.cn/v1.0/*\"",
238+
"\t\t\"https://microsoftgraph.chinacloudapi.cn/v1.0/*\",",
239239
"\t\t\"https://microsoftgraph.chinacloudapi.cn/beta/*\"",
240240
"\t]",
241241
"}"
@@ -256,7 +256,7 @@
256256
"\t\t\"https://graph.microsoft.us/beta/*\",",
257257
"\t\t\"https://dod-graph.microsoft.us/v1.0/*\",",
258258
"\t\t\"https://dod-graph.microsoft.us/beta/*\",",
259-
"\t\t\"https://microsoftgraph.chinacloudapi.cn/v1.0/*\"",
259+
"\t\t\"https://microsoftgraph.chinacloudapi.cn/v1.0/*\",",
260260
"\t\t\"https://microsoftgraph.chinacloudapi.cn/beta/*\"",
261261
"\t]",
262262
"}"
@@ -365,7 +365,7 @@
365365
"{",
366366
"\t\"name\": \"MockGeneratorPlugin\",",
367367
"\t\"enabled\": true,",
368-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
368+
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
369369
"}"
370370
],
371371
"description": "ODataPagingGuidancePlugin instance"
@@ -384,7 +384,7 @@
384384
"\t\t\"https://graph.microsoft.us/beta/*\",",
385385
"\t\t\"https://dod-graph.microsoft.us/v1.0/*\",",
386386
"\t\t\"https://dod-graph.microsoft.us/beta/*\",",
387-
"\t\t\"https://microsoftgraph.chinacloudapi.cn/v1.0/*\"",
387+
"\t\t\"https://microsoftgraph.chinacloudapi.cn/v1.0/*\",",
388388
"\t\t\"https://microsoftgraph.chinacloudapi.cn/beta/*\"",
389389
"\t]",
390390
"}"
@@ -397,7 +397,7 @@
397397
"{",
398398
"\t\"name\": \"OpenAPIDocGeneratorPlugin\",",
399399
"\t\"enabled\": true,",
400-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
400+
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
401401
"}"
402402
],
403403
"description": "OpenAPIDocGeneratorPlugin instance"
@@ -431,7 +431,7 @@
431431
"{",
432432
"\t\"name\": \"RetryAfterPlugin\",",
433433
"\t\"enabled\": true,",
434-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
434+
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
435435
"}"
436436
],
437437
"description": "RetryAfterPlugin instance"

0 commit comments

Comments
 (0)