File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed
Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Changed:
1111
1212- Snippets: All snippets that reference schemas updated to use ` v0.19.1 ` schema
13+ - Snippets: Removed ` configSection ` from ` devproxy-plugin-graph-minimal-permissions `
14+
15+ ### Removed:
16+
17+ - Snippets: ` devproxy-plugin-graph-minimal-permissions-config `
1318
1419## [ 0.5.0] - 2024-06-27
1520
Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ The following sections describe the features that the extension contributes to V
9393| ` devproxy-plugin-latency-config ` | LatencyPlugin config section |
9494| ` devproxy-plugin-graph-minimal-permissions-guidance ` | MinimalPermissionsGuidancePlugin instance |
9595| ` devproxy-plugin-graph-minimal-permissions ` | MinimalPermissionsPlugin instance |
96- | ` devproxy-plugin-graph-minimal-permissions-config ` | MinimalPermissionsPlugin config section |
9796| ` devproxy-plugin-mock-generator ` | MockGeneratorPlugin instance |
9897| ` devproxy-plugin-mock-request ` | MockResponsePlugin instance |
9998| ` devproxy-plugin-mock-request-config ` | MockResponsePlugin config section |
Original file line number Diff line number Diff line change 537537 " {" ,
538538 " \t\" name\" : \" MinimalPermissionsPlugin\" ," ,
539539 " \t\" enabled\" : true," ,
540- " \t\" pluginPath\" : \" ~appFolder/plugins/dev-proxy-plugins.dll\" ," ,
541- " \t\" configSection\" : \" minimalPermissionsPlugin\" " ,
540+ " \t\" pluginPath\" : \" ~appFolder/plugins/dev-proxy-plugins.dll\" " ,
542541 " }"
543542 ],
544543 "description" : " MinimalPermissionsPlugin instance"
545544 },
546- "MinimalPermissionsPluginConfig" : {
547- "prefix" : " devproxy-plugin-graph-minimal-permissions-config" ,
548- "body" : [
549- " \" minimalPermissionsPlugin\" : {" ,
550- " \t\" type\" : \" delegated\" " ,
551- " }"
552- ],
553- "description" : " MinimalPermissionsPlugin config section"
554- },
555545 "MockGeneratorPlugin" : {
556546 "prefix" : " devproxy-plugin-mock-generator" ,
557547 "body" : [
You can’t perform that action at this time.
0 commit comments