Skip to content

fix(targets): use flat Copilot SDK provider config#1534

Merged
christso merged 1 commit into
mainfrom
fix/copilot-sdk-azure-target
Jun 26, 2026
Merged

fix(targets): use flat Copilot SDK provider config#1534
christso merged 1 commit into
mainfrom
fix/copilot-sdk-azure-target

Conversation

@christso

Copy link
Copy Markdown
Collaborator

Summary

  • replace unsupported byok nesting on copilot-sdk-azure with flat Copilot custom-provider fields
  • keep the Azure endpoint and API key wired through environment references

Validation

  • bun -e "import { validateTargetsFile } from './packages/core/src/evaluation/validation/targets-validator.ts'; const result = await validateTargetsFile('.agentv/targets.yaml'); console.log(JSON.stringify({ valid: result.valid, warnings: result.errors.filter(e => e.severity === 'warning').map(e => e.message), errors: result.errors.filter(e => e.severity !== 'warning').map(e => e.message) }, null, 2)); process.exit(result.valid ? 0 : 1);"

@christso christso merged commit 919e457 into main Jun 26, 2026
7 of 8 checks passed
@christso christso deleted the fix/copilot-sdk-azure-target branch June 26, 2026 22:31
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.

1 participant