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
10
10
### Changed:
11
11
12
12
- 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 `
13
18
14
19
## [ 0.5.0] - 2024-06-27
15
20
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
93
93
| ` devproxy-plugin-latency-config ` | LatencyPlugin config section |
94
94
| ` devproxy-plugin-graph-minimal-permissions-guidance ` | MinimalPermissionsGuidancePlugin instance |
95
95
| ` devproxy-plugin-graph-minimal-permissions ` | MinimalPermissionsPlugin instance |
96
- | ` devproxy-plugin-graph-minimal-permissions-config ` | MinimalPermissionsPlugin config section |
97
96
| ` devproxy-plugin-mock-generator ` | MockGeneratorPlugin instance |
98
97
| ` devproxy-plugin-mock-request ` | MockResponsePlugin instance |
99
98
| ` devproxy-plugin-mock-request-config ` | MockResponsePlugin config section |
Original file line number Diff line number Diff line change 537
537
" {" ,
538
538
" \t\" name\" : \" MinimalPermissionsPlugin\" ," ,
539
539
" \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\" " ,
542
541
" }"
543
542
],
544
543
"description" : " MinimalPermissionsPlugin instance"
545
544
},
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
- },
555
545
"MockGeneratorPlugin" : {
556
546
"prefix" : " devproxy-plugin-mock-generator" ,
557
547
"body" : [
You can’t perform that action at this time.
0 commit comments