Commit 9187fc2
docs: fix documentation drift — permissions.write and azure_cli.rs (#886)
- prompts/create-ado-agentic-workflow.md: Fix two incorrect statements
about permissions.write being required for write-bearing safe outputs.
The executor defaults to $(System.AccessToken) and permissions.write
is only needed for cross-org writes or named-identity attribution.
Previously Output Instructions step 4 and Key Rules both incorrectly
stated this was required, contradicting the correct guidance in step 10.
- AGENTS.md: Add missing src/compile/extensions/azure_cli.rs to the
architecture tree. This always-on extension handles Azure CLI runtime
detection, conditional AWF bind-mounts, and the az allowlist. It was
present in the codebase but omitted from the directory listing.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 47c46c7 commit 9187fc2
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
684 | 684 | | |
685 | 685 | | |
686 | 686 | | |
687 | | - | |
| 687 | + | |
688 | 688 | | |
689 | 689 | | |
690 | 690 | | |
| |||
802 | 802 | | |
803 | 803 | | |
804 | 804 | | |
805 | | - | |
| 805 | + | |
0 commit comments