Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Dev Proxy’s versioning artifacts to 2.2.0 and introduces a new schemas/v2.2.0 set, then updates bundled sample configs/scripts to reference the new schema/version values.
Changes:
- Bump package/installer/docker/script version strings from 2.1.0 to 2.2.0 (and beta to 2.2.0-beta.1 where applicable).
- Add a full JSON schema set under
schemas/v2.2.0. - Update bundled config files to reference
schemas/v2.2.0URLs.
Reviewed changes
Copilot reviewed 57 out of 57 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/version.ps1 | Bumps script version string to v2.2.0-beta.1. |
| scripts/local-setup.ps1 | Bumps local setup version string to v2.2.0-beta.1. |
| scripts/Dockerfile_local | Bumps local Docker ARG DEVPROXY_VERSION to 2.2.0-beta.1. |
| schemas/v2.2.0/typespecgeneratorplugin.schema.json | Adds v2.2.0 schema for TypeSpecGeneratorPlugin config. |
| schemas/v2.2.0/rewriteplugin.schema.json | Adds v2.2.0 schema for RewritePlugin config. |
| schemas/v2.2.0/rewriteplugin.rewritesfile.schema.json | Adds v2.2.0 schema for RewritePlugin rewrites file. |
| schemas/v2.2.0/rc.schema.json | Adds v2.2.0 root config (devproxyrc) schema. |
| schemas/v2.2.0/ratelimitingplugin.schema.json | Adds v2.2.0 schema for RateLimitingPlugin config. |
| schemas/v2.2.0/ratelimitingplugin.customresponsefile.schema.json | Adds v2.2.0 schema for RateLimitingPlugin custom response file. |
| schemas/v2.2.0/openapispecgeneratorplugin.schema.json | Adds v2.2.0 schema for OpenApiSpecGeneratorPlugin config. |
| schemas/v2.2.0/openaitelemetryplugin.schema.json | Adds v2.2.0 schema for OpenAI Telemetry plugin config. |
| schemas/v2.2.0/openaitelemetryplugin.pricesfile.schema.json | Adds v2.2.0 schema for OpenAI Telemetry prices file. |
| schemas/v2.2.0/mockstdioresponseplugin.schema.json | Adds v2.2.0 schema for MockStdioResponsePlugin config. |
| schemas/v2.2.0/mockstdioresponseplugin.mocksfile.schema.json | Adds v2.2.0 schema for MockStdioResponsePlugin mocks file. |
| schemas/v2.2.0/mockresponseplugin.schema.json | Adds v2.2.0 schema for MockResponsePlugin config. |
| schemas/v2.2.0/mockresponseplugin.mocksfile.schema.json | Adds v2.2.0 schema for MockResponsePlugin mocks file. |
| schemas/v2.2.0/mockrequestplugin.schema.json | Adds v2.2.0 schema for MockRequestPlugin config. |
| schemas/v2.2.0/mockrequestplugin.mockfile.schema.json | Adds v2.2.0 schema for MockRequestPlugin mock file. |
| schemas/v2.2.0/minimalpermissionsplugin.schema.json | Adds v2.2.0 schema for MinimalPermissionsPlugin config. |
| schemas/v2.2.0/minimalpermissionsguidanceplugin.schema.json | Adds v2.2.0 schema for MinimalPermissionsGuidancePlugin config. |
| schemas/v2.2.0/minimalcsompermissionsplugin.schema.json | Adds v2.2.0 schema for MinimalCsomPermissionsPlugin config. |
| schemas/v2.2.0/minimalcsompermissions.types.schema.json | Adds v2.2.0 schema for SharePoint CSOM types/permissions data file. |
| schemas/v2.2.0/latencyplugin.schema.json | Adds v2.2.0 schema for LatencyPlugin config. |
| schemas/v2.2.0/languagemodelratelimitingplugin.schema.json | Adds v2.2.0 schema for LanguageModelRateLimitingPlugin config. |
| schemas/v2.2.0/languagemodelratelimitingplugin.customresponsefile.schema.json | Adds v2.2.0 schema for LanguageModelRateLimitingPlugin custom response file. |
| schemas/v2.2.0/languagemodelfailureplugin.schema.json | Adds v2.2.0 schema for LanguageModelFailurePlugin config. |
| schemas/v2.2.0/httpfilegeneratorplugin.schema.json | Adds v2.2.0 schema for HttpFileGeneratorPlugin config. |
| schemas/v2.2.0/hargeneratorplugin.schema.json | Adds v2.2.0 schema for HarGeneratorPlugin config. |
| schemas/v2.2.0/graphrandomerrorplugin.schema.json | Adds v2.2.0 schema for GraphRandomErrorPlugin config. |
| schemas/v2.2.0/graphminimalpermissionsplugin.schema.json | Adds v2.2.0 schema for GraphMinimalPermissionsPlugin config. |
| schemas/v2.2.0/graphminimalpermissionsguidanceplugin.schema.json | Adds v2.2.0 schema for GraphMinimalPermissionsGuidancePlugin config. |
| schemas/v2.2.0/genericrandomerrorplugin.schema.json | Adds v2.2.0 schema for GenericRandomErrorPlugin config. |
| schemas/v2.2.0/genericrandomerrorplugin.errorsfile.schema.json | Adds v2.2.0 schema for GenericRandomErrorPlugin errors file. |
| schemas/v2.2.0/executionsummaryplugin.schema.json | Adds v2.2.0 schema for ExecutionSummaryPlugin config. |
| schemas/v2.2.0/devtoolsplugin.schema.json | Adds v2.2.0 schema for DevToolsPlugin config. |
| schemas/v2.2.0/crudapiplugin.schema.json | Adds v2.2.0 schema for CrudApiPlugin config. |
| schemas/v2.2.0/crudapiplugin.apifile.schema.json | Adds v2.2.0 schema for CrudApiPlugin API file. |
| schemas/v2.2.0/cachingguidanceplugin.schema.json | Adds v2.2.0 schema for CachingGuidancePlugin config. |
| schemas/v2.2.0/authplugin.schema.json | Adds v2.2.0 schema for AuthPlugin config. |
| schemas/v2.2.0/apicenterproductionversionplugin.schema.json | Adds v2.2.0 schema for ApiCenterProductionVersionPlugin config. |
| schemas/v2.2.0/apicenteronboardingplugin.schema.json | Adds v2.2.0 schema for ApiCenterOnboardingPlugin config. |
| schemas/v2.2.0/apicenterminimalpermissionsplugin.schema.json | Adds v2.2.0 schema for ApiCenterMinimalPermissionsPlugin config. |
| install.iss | Bumps Windows installer metadata to 2.2.0. |
| install-beta.iss | Bumps beta Windows installer metadata to 2.2.0-beta.1. |
| Dockerfile_beta | Bumps Docker ARG DEVPROXY_VERSION to 2.2.0. |
| Dockerfile | Bumps Docker ARG DEVPROXY_VERSION to 2.2.0. |
| DevProxy/devproxyrc.json | Updates $schema references to v2.2.0. |
| DevProxy/devproxy-errors.json | Updates $schema reference to v2.2.0. |
| DevProxy/config/spo-csom-types.json | Updates $schema reference to v2.2.0. |
| DevProxy/config/microsoft-graph.json | Updates $schema references to v2.2.0. |
| DevProxy/config/microsoft-graph-rate-limiting.json | Updates $schema reference to v2.2.0. |
| DevProxy/config/m365.json | Updates $schema references to v2.2.0. |
| DevProxy/config/m365-mocks.json | Updates $schema reference to v2.2.0. |
| DevProxy/DevProxy.csproj | Bumps package version to 2.2.0. |
| DevProxy.Plugins/Mocking/MockResponsePlugin.cs | Updates default schema URL for MockResponse mocks file to v2.2.0. |
| DevProxy.Plugins/DevProxy.Plugins.csproj | Bumps package version to 2.2.0. |
| DevProxy.Abstractions/DevProxy.Abstractions.csproj | Bumps package version to 2.2.0. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.