Skip to content

Commit 1703aea

Browse files
committed
Fix incorrect plugin names in snippets
1 parent 7516e25 commit 1703aea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/snippets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
"prefix": "devproxy-plugin-graph-select-guidance",
367367
"body": [
368368
"{",
369-
"\t\"name\": \"GraphSdkGuidancePlugin\",",
369+
"\t\"name\": \"GraphSelectGuidancePlugin\",",
370370
"\t\"enabled\": true,",
371371
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
372372
"\t\"urlsToWatch\": [",
@@ -430,7 +430,7 @@
430430
"prefix": "devproxy-plugin-graph-minimal-permissions",
431431
"body": [
432432
"{",
433-
"\t\"name\": \"GraphSdkGuidancePlugin\",",
433+
"\t\"name\": \"MinimalPermissionsPlugin\",",
434434
"\t\"enabled\": true,",
435435
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
436436
"\t\"configSection\": \"minimalPermissionsPlugin\"",
@@ -490,7 +490,7 @@
490490
"prefix": "devproxy-plugin-odata-paging-guidance",
491491
"body": [
492492
"{",
493-
"\t\"name\": \"MockGeneratorPlugin\",",
493+
"\t\"name\": \"ODataPagingGuidancePlugin\",",
494494
"\t\"enabled\": true,",
495495
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
496496
"}"

0 commit comments

Comments
 (0)