File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
plugin/skills/microsoft-foundry Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: "Use this skill to work with Microsoft Foundry (Azure AI Foundry) a
44license : MIT
55metadata :
66 author : Microsoft
7- version : " 1.0.0 "
7+ version : " 1.0.1 "
88---
99
1010# Microsoft Foundry Skill
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Collect ACR details from project context. Let the user choose the build method:
8989
9090** Cloud Build (ACR Tasks) (Recommended)** — no local Docker required:
9191``` bash
92- az acr build --registry < acr-name> --image < repository> :< tag> --platform linux/amd64 --file Dockerfile .
92+ az acr build --registry < acr-name> --image < repository> :< tag> --platform linux/amd64 --source-acr-auth-id " [caller] " -- file Dockerfile .
9393```
9494
9595** Local Docker Build:**
You can’t perform that action at this time.
0 commit comments