File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- Snippets: All snippets that reference schemas updated to use ` v0.19.0 ` schema
13
13
14
+ ### Fixed:
15
+
16
+ - Snippets: Removed ` configSection ` from ` devproxy-plugin-graph-minimal-permissions-guidance `
17
+
18
+ ### Removed:
19
+
20
+ - Snippets: ` devproxy-plugin-graph-minimal-permissions-guidance-config `
21
+
14
22
## [ 0.4.0] - 2024-05-30
15
23
16
24
### Added:
Original file line number Diff line number Diff line change 481
481
" {" ,
482
482
" \t\" name\" : \" MinimalPermissionsGuidancePlugin\" ," ,
483
483
" \t\" enabled\" : true," ,
484
- " \t\" pluginPath\" : \" ~appFolder/plugins/dev-proxy-plugins.dll\" ," ,
485
- " \t\" configSection\" : \" minimalPermissionsGuidancePlugin\" " ,
484
+ " \t\" pluginPath\" : \" ~appFolder/plugins/dev-proxy-plugins.dll\" " ,
486
485
" }"
487
486
],
488
487
"description" : " MinimalPermissionsGuidancePlugin instance"
489
488
},
490
- "MinimalPermissionsGuidancePluginConfig" : {
491
- "prefix" : " devproxy-plugin-graph-minimal-permissions-guidance-config" ,
492
- "body" : [
493
- " \" minimalPermissionsGuidancePlugin\" : {" ,
494
- " \t\" filePath\" : \" permissions-summary.json\" " ,
495
- " }"
496
- ],
497
- "description" : " MinimalPermissionsGuidancePlugin config section"
498
- },
499
489
"MinimalPermissionsPlugin" : {
500
490
"prefix" : " devproxy-plugin-graph-minimal-permissions" ,
501
491
"body" : [
You can’t perform that action at this time.
0 commit comments