Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Snippets: Updated schema urls to reflect the move to dotnet organisation in Github
- Snippets: All snippets that reference schemas updated to use `v0.25.0` schema
- Code action: Updated update schema code action to reflect the move to dotnet organisation in Github
- Snippets: `rate` property added to `devproxy-plugin-generic-random-error-config` and `devproxy-plugin-graph-random-error-config`

### Fixed:

Expand Down
2 changes: 2 additions & 0 deletions src/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@
"body": [
"\"genericRandomErrorPlugin\": {",
"\t\"errorsFile\": \"errors.json\"",
"\t\"rate\": 50",
"}"
],
"description": "GenericRandomErrorPlugin config section"
Expand Down Expand Up @@ -564,6 +565,7 @@
"body": [
"\"graphRandomErrorPlugin\": {",
"\t\"allowedErrors\": [ 429, 500, 502, 503, 504, 507 ]",
"\t\"rate\": 50",
"}"
],
"description": "GraphRandomErrorPlugin config section"
Expand Down