Add auth key support for CRUD API to skill. Closes #1663#1664
Draft
garrytrinder wants to merge 2 commits into
Draft
Add auth key support for CRUD API to skill. Closes #1663#1664garrytrinder wants to merge 2 commits into
garrytrinder wants to merge 2 commits into
Conversation
Increment skill version Update examples to use v3.0.0 schema
Collaborator
Author
|
Set status to draft as this PR will need to be merged when we release v3.0.0, a new version of Toolkit will need to be released to include the updates in the extension bundle when merged. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the dev-proxy skill documentation to align with Dev Proxy v3.0.0 schemas and expands CRUD API documentation to cover API key authentication, alongside a skill version bump.
Changes:
- Bump skill metadata version to
1.1.0. - Update documentation examples to reference the
v3.0.0JSON schemas and install/version snippets. - Extend
CrudApiPlugindocs with API Key auth guidance (in addition to Entra auth).
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/dev-proxy/SKILL.md | Bumps skill version and updates the quick-start schema references to v3.0.0. |
| skills/dev-proxy/references/test-llm-apps.md | Updates schema URLs in LLM testing examples to v3.0.0. |
| skills/dev-proxy/references/test-api-resilience.md | Updates schema URLs in resilience examples to v3.0.0. |
| skills/dev-proxy/references/mock-api-responses.md | Updates schema URLs to v3.0.0 and adds API Key auth documentation for CRUD APIs. |
| skills/dev-proxy/references/installation.md | Updates the setup script pinned version example to v3.0.0. |
| skills/dev-proxy/references/configuration.md | Updates configuration example schema URLs to v3.0.0. |
| skills/dev-proxy/references/ci-cd-integration.md | Updates some CI/CD version pins to v3.0.0 (Azure Pipelines + setup script examples). |
| skills/dev-proxy/references/analyze-api-usage.md | Updates schema URLs in API usage analysis examples to v3.0.0. |
- Update winget version pin to 3.0.0 - Update GitHub Actions version pins to 3.0.0 - Tighten API Key auth wording: headerName/queryParameterName must be specified - Clarify API Key auth applies to all actions (no per-action support)
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.
Closes #1663