Skip to content

Commit

Permalink
Update devproxy-plugin-minimal-permissions-guidance snippet. Closes #100
Browse files Browse the repository at this point in the history


Closes #100
  • Loading branch information
garrytrinder committed Jun 21, 2024
1 parent f4b18ad commit 62a8b6e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

### Fixed:

- Snippets: Removed `configSection` from `devproxy-plugin-graph-minimal-permissions-guidance`

### Removed:

- Snippets: `devproxy-plugin-graph-minimal-permissions-guidance-config`

## [0.4.0] - 2024-05-30

### Added:
Expand Down
12 changes: 1 addition & 11 deletions src/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -481,21 +481,11 @@
"{",
"\t\"name\": \"MinimalPermissionsGuidancePlugin\",",
"\t\"enabled\": true,",
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
"\t\"configSection\": \"minimalPermissionsGuidancePlugin\"",
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
"}"
],
"description": "MinimalPermissionsGuidancePlugin instance"
},
"MinimalPermissionsGuidancePluginConfig": {
"prefix": "devproxy-plugin-graph-minimal-permissions-guidance-config",
"body": [
"\"minimalPermissionsGuidancePlugin\": {",
"\t\"filePath\": \"permissions-summary.json\"",
"}"
],
"description": "MinimalPermissionsGuidancePlugin config section"
},
"MinimalPermissionsPlugin": {
"prefix": "devproxy-plugin-graph-minimal-permissions",
"body": [
Expand Down

0 comments on commit 62a8b6e

Please sign in to comment.