Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps Dev Proxy to 2.3.0 and refreshes configuration/schema artifacts so local setup, installers, Docker images, and example configs reference the new versioned schemas.
Changes:
- Update version strings across build/setup scripts, Dockerfiles, and installer scripts to 2.3.0 / 2.3.0-beta.1.
- Add
schemas/v2.3.0/*and update example/config$schemareferences to the new schema version. - Update project/package versions to
2.3.0and adjust a hardcoded schema URL inMockResponsePlugin.
Reviewed changes
Copilot reviewed 59 out of 59 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| scripts/version.ps1 | Updates local build version string to v2.3.0-beta.1 |
| scripts/local-setup.ps1 | Updates local installer packaging version string to v2.3.0-beta.1 |
| scripts/Dockerfile_local | Updates local Docker build arg version to 2.3.0-beta.1 |
| schemas/v2.3.0/typespecgeneratorplugin.schema.json | Adds v2.3.0 schema for TypeSpecGeneratorPlugin |
| schemas/v2.3.0/rewriteplugin.schema.json | Adds v2.3.0 schema for RewritePlugin |
| schemas/v2.3.0/rewriteplugin.rewritesfile.schema.json | Adds v2.3.0 schema for rewrite rules file |
| schemas/v2.3.0/rc.schema.json | Adds v2.3.0 root config schema |
| schemas/v2.3.0/ratelimitingplugin.schema.json | Adds v2.3.0 schema for RateLimitingPlugin |
| schemas/v2.3.0/ratelimitingplugin.customresponsefile.schema.json | Adds v2.3.0 schema for rate-limit custom response file |
| schemas/v2.3.0/openapispecgeneratorplugin.schema.json | Adds v2.3.0 schema for OpenApiSpecGeneratorPlugin |
| schemas/v2.3.0/openaitelemetryplugin.schema.json | Adds v2.3.0 schema for OpenAI Telemetry plugin config |
| schemas/v2.3.0/openaitelemetryplugin.pricesfile.schema.json | Adds v2.3.0 schema for OpenAI Telemetry prices file |
| schemas/v2.3.0/mockstdioresponseplugin.schema.json | Adds v2.3.0 schema for MockStdioResponsePlugin |
| schemas/v2.3.0/mockstdioresponseplugin.mocksfile.schema.json | Adds v2.3.0 schema for stdio mocks file |
| schemas/v2.3.0/mockresponseplugin.schema.json | Adds v2.3.0 schema for MockResponsePlugin |
| schemas/v2.3.0/mockresponseplugin.mocksfile.schema.json | Adds v2.3.0 schema for HTTP mocks file |
| schemas/v2.3.0/mockrequestplugin.schema.json | Adds v2.3.0 schema for MockRequestPlugin |
| schemas/v2.3.0/mockrequestplugin.mockfile.schema.json | Adds v2.3.0 schema for mock-request file |
| schemas/v2.3.0/minimalpermissionsplugin.schema.json | Adds v2.3.0 schema for MinimalPermissionsPlugin |
| schemas/v2.3.0/minimalpermissionsguidanceplugin.schema.json | Adds v2.3.0 schema for MinimalPermissionsGuidancePlugin |
| schemas/v2.3.0/minimalcsompermissionsplugin.schema.json | Adds v2.3.0 schema for MinimalCsomPermissionsPlugin |
| schemas/v2.3.0/minimalcsompermissions.types.schema.json | Adds v2.3.0 schema for SharePoint CSOM types/permissions file |
| schemas/v2.3.0/latencyplugin.schema.json | Adds v2.3.0 schema for LatencyPlugin |
| schemas/v2.3.0/languagemodelratelimitingplugin.schema.json | Adds v2.3.0 schema for LanguageModelRateLimitingPlugin |
| schemas/v2.3.0/languagemodelratelimitingplugin.customresponsefile.schema.json | Adds v2.3.0 schema for language-model rate-limit custom response |
| schemas/v2.3.0/languagemodelfailureplugin.schema.json | Adds v2.3.0 schema for LanguageModelFailurePlugin |
| schemas/v2.3.0/httpfilegeneratorplugin.schema.json | Adds v2.3.0 schema for HttpFileGeneratorPlugin |
| schemas/v2.3.0/hargeneratorplugin.schema.json | Adds v2.3.0 schema for HarGeneratorPlugin |
| schemas/v2.3.0/graphrandomerrorplugin.schema.json | Adds v2.3.0 schema for GraphRandomErrorPlugin |
| schemas/v2.3.0/graphminimalpermissionsplugin.schema.json | Adds v2.3.0 schema for GraphMinimalPermissionsPlugin |
| schemas/v2.3.0/graphminimalpermissionsguidanceplugin.schema.json | Adds v2.3.0 schema for GraphMinimalPermissionsGuidancePlugin |
| schemas/v2.3.0/genericrandomerrorplugin.schema.json | Adds v2.3.0 schema for GenericRandomErrorPlugin |
| schemas/v2.3.0/genericrandomerrorplugin.errorsfile.schema.json | Adds v2.3.0 schema for generic errors file |
| schemas/v2.3.0/executionsummaryplugin.schema.json | Adds v2.3.0 schema for ExecutionSummaryPlugin |
| schemas/v2.3.0/devtoolsplugin.schema.json | Adds v2.3.0 schema for DevToolsPlugin |
| schemas/v2.3.0/crudapiplugin.schema.json | Adds v2.3.0 schema for CrudApiPlugin |
| schemas/v2.3.0/crudapiplugin.apifile.schema.json | Adds v2.3.0 schema for CRUD API definition file |
| schemas/v2.3.0/cachingguidanceplugin.schema.json | Adds v2.3.0 schema for CachingGuidancePlugin |
| schemas/v2.3.0/authplugin.schema.json | Adds v2.3.0 schema for AuthPlugin |
| schemas/v2.3.0/apicenterproductionversionplugin.schema.json | Adds v2.3.0 schema for ApiCenterProductionVersionPlugin |
| schemas/v2.3.0/apicenteronboardingplugin.schema.json | Adds v2.3.0 schema for ApiCenterOnboardingPlugin |
| schemas/v2.3.0/apicenterminimalpermissionsplugin.schema.json | Adds v2.3.0 schema for ApiCenterMinimalPermissionsPlugin |
| install.iss | Updates Windows installer version definitions to 2.3.0 |
| install-beta.iss | Updates Windows beta installer version definitions to 2.3.0-beta.1 |
| Dockerfile_beta | Updates beta container build arg to 2.3.0 |
| Dockerfile | Updates container build arg to 2.3.0 |
| DevProxy/devproxyrc.yaml | Updates YAML example schema URLs to v2.3.0 |
| DevProxy/devproxyrc.json | Updates JSON example schema URLs to v2.3.0 |
| DevProxy/devproxy-errors.yaml | Updates YAML errors example schema URL to v2.3.0 |
| DevProxy/devproxy-errors.json | Updates JSON errors example schema URL to v2.3.0 |
| DevProxy/config/spo-csom-types.json | Updates schema URL to v2.3.0 |
| DevProxy/config/microsoft-graph.json | Updates schema URLs to v2.3.0 |
| DevProxy/config/microsoft-graph-rate-limiting.json | Updates schema URL to v2.3.0 |
| DevProxy/config/m365.json | Updates multiple plugin schema URLs to v2.3.0 |
| DevProxy/config/m365-mocks.json | Updates mocks schema URL to v2.3.0 |
| DevProxy/DevProxy.csproj | Bumps project/package version to 2.3.0 |
| DevProxy.Plugins/Mocking/MockResponsePlugin.cs | Updates default mocks schema URL to v2.3.0 |
| DevProxy.Plugins/DevProxy.Plugins.csproj | Bumps project/package version to 2.3.0 |
| DevProxy.Abstractions/DevProxy.Abstractions.csproj | Bumps project/package version to 2.3.0 |
You can also share your feedback on Copilot code review. Take the survey.
garrytrinder
approved these changes
Mar 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.