Skip to content

Add auth key support for CRUD API to skill. Closes #1663#1664

Draft
garrytrinder wants to merge 2 commits into
dotnet:mainfrom
garrytrinder:skill-v1-1-0
Draft

Add auth key support for CRUD API to skill. Closes #1663#1664
garrytrinder wants to merge 2 commits into
dotnet:mainfrom
garrytrinder:skill-v1-1-0

Conversation

@garrytrinder
Copy link
Copy Markdown
Collaborator

@garrytrinder garrytrinder commented May 13, 2026

  • Add auth key support for CRUD API to skill
  • Increment skill version
  • Update schemas and pinned versions in examples to use v3.0.0

Closes #1663

Increment skill version
Update examples to use v3.0.0 schema
Copilot AI review requested due to automatic review settings May 13, 2026 13:42
@garrytrinder garrytrinder requested a review from a team as a code owner May 13, 2026 13:42
@garrytrinder garrytrinder marked this pull request as draft May 13, 2026 13:43
@garrytrinder
Copy link
Copy Markdown
Collaborator Author

garrytrinder commented May 13, 2026

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.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.0 JSON schemas and install/version snippets.
  • Extend CrudApiPlugin docs 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.

Comment thread skills/dev-proxy/references/installation.md
Comment thread skills/dev-proxy/references/ci-cd-integration.md
Comment thread skills/dev-proxy/references/mock-api-responses.md Outdated
- 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update SKILL with CRUD API plugin API Key support

2 participants