Skip to content

Commit 3fb94a0

Browse files
authored
Update devproxy-plugin-minimal-permissions-guidance snippet. Closes #100 (#101)
Closes #100
1 parent f4b18ad commit 3fb94a0

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Snippets: All snippets that reference schemas updated to use `v0.19.0` schema
1313

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+
1422
## [0.4.0] - 2024-05-30
1523

1624
### Added:

src/snippets.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -481,21 +481,11 @@
481481
"{",
482482
"\t\"name\": \"MinimalPermissionsGuidancePlugin\",",
483483
"\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\"",
486485
"}"
487486
],
488487
"description": "MinimalPermissionsGuidancePlugin instance"
489488
},
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-
},
499489
"MinimalPermissionsPlugin": {
500490
"prefix": "devproxy-plugin-graph-minimal-permissions",
501491
"body": [

0 commit comments

Comments
 (0)