Skip to content

Sync plugin files from GitHub-Copilot-for-Azure (run 32961694556) - #417

Merged
JasonYeMSFT (JasonYeMSFT) merged 1 commit into
mainfrom
sync/copilot-for-azure-32961694556
Aug 26, 2026
Merged

Sync plugin files from GitHub-Copilot-for-Azure (run 32961694556)#417
JasonYeMSFT (JasonYeMSFT) merged 1 commit into
mainfrom
sync/copilot-for-azure-32961694556

Conversation

@ghcp4a-bot

@ghcp4a-bot ghcp4a-bot Bot commented Aug 26, 2026

Copy link
Copy Markdown

Automated sync of plugin/ from GitHub-Copilot-for-Azure at commit 83fc498272ecf0ee8e7e8ecac16b5da711b59bfe.

Copilot AI balanced review requested due to automatic review settings August 26, 2026 11:07

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds a read-only Foundry hosted-agent validation workflow and synchronizes plugin versions.

Changes:

  • Adds validation instructions, schemas, report template, and default rules.
  • Updates Foundry skill and plugin versions.
  • Records the feature in the changelog.

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
microsoft-foundry/SKILL.md Bumps skill version.
validate/validate.md Defines validation workflow.
validate/references/rules-schema.json Defines custom-rule schema.
validate/references/report-template.md Provides Markdown report structure.
validate/references/report-schema.json Defines JSON report schema.
validate/references/default-rules.yaml Adds default MCP validation rule.
CHANGELOG.md Records version 1.2.36.
.plugin/plugin.json Bumps GitHub Copilot plugin version.
.cursor-plugin/plugin.json Bumps Cursor plugin version.
.claude-plugin/plugin.json Bumps Claude Code plugin version.
Suppressed comments (1)

.github/plugins/azure-skills/skills/microsoft-foundry/foundry-agent/validate/validate.md:67

  • The parent SKILL.md mandates running scripts/check-and-setup-dependencies.* before reading any sub-skill (lines 20-22), but this workflow forbids every CLI command and dependency installation. Once validation is routed from the parent, the agent cannot obey both instructions and may mutate the environment during a supposedly read-only review. Exempt validation from the parent dependency setup, or provide a validation-specific no-execution entry path.
- Never run `azd` or any other CLI command, execute target code, install dependencies, sign in, or query Azure.

💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

metadata:
author: Microsoft
version: "1.2.10"
version: "1.2.11"

Review one Microsoft Foundry hosted agent against deployment, security, reliability, observability, evaluation, and agent-design best practices without changing the agent or its Azure resources.

> ⚠️ **Important:** This sub-skill is strictly read-only. Never provision or deploy, run the application or agent, or create, update, or delete any Azure resource.
@@ -0,0 +1,68 @@
# Validate a Foundry Hosted Agent

Review one Microsoft Foundry hosted agent against deployment, security, reliability, observability, evaluation, and agent-design best practices without changing the agent or its Azure resources.
"additionalProperties": false
},
"results": {
"type": "array",
@JasonYeMSFT
JasonYeMSFT (JasonYeMSFT) merged commit 7066b58 into main Aug 26, 2026
4 checks passed
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.

2 participants