diff --git a/plugin/skills/microsoft-foundry/SKILL.md b/plugin/skills/microsoft-foundry/SKILL.md index 99ee3b74..5fe8b516 100644 --- a/plugin/skills/microsoft-foundry/SKILL.md +++ b/plugin/skills/microsoft-foundry/SKILL.md @@ -4,7 +4,7 @@ description: "Use this skill to work with Microsoft Foundry (Azure AI Foundry) a license: MIT metadata: author: Microsoft - version: "1.0.0" + version: "1.0.1" --- # Microsoft Foundry Skill diff --git a/plugin/skills/microsoft-foundry/foundry-agent/deploy/deploy.md b/plugin/skills/microsoft-foundry/foundry-agent/deploy/deploy.md index f5528061..2f737261 100644 --- a/plugin/skills/microsoft-foundry/foundry-agent/deploy/deploy.md +++ b/plugin/skills/microsoft-foundry/foundry-agent/deploy/deploy.md @@ -89,7 +89,7 @@ Collect ACR details from project context. Let the user choose the build method: **Cloud Build (ACR Tasks) (Recommended)** — no local Docker required: ```bash -az acr build --registry --image : --platform linux/amd64 --file Dockerfile . +az acr build --registry --image : --platform linux/amd64 --source-acr-auth-id "[caller]" --file Dockerfile . ``` **Local Docker Build:**