Commit 06dc22b
docs: fix documentation drift — permissions.write incorrectly documented as required (#897)
- Fix README: remove false claim that compilation fails without
permissions.write for write safe outputs. The executor always has
write access via $(System.AccessToken); permissions.write only
overrides the default with an ARM-minted credential.
- Fix README: correct the Permission Combinations table. Both the
'Only read' and 'Neither (default)' rows incorrectly showed safe
outputs cannot write. All rows can write; the difference is which
token is used (System.AccessToken vs ARM-minted).
- Fix README: add missing 'execution-context' field to the Front
Matter Fields table. This field exists in the FrontMatter struct
and has its own docs page but was absent from the table.
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 9f9b112 commit 06dc22b
1 file changed
Lines changed: 11 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
214 | 213 | | |
215 | 214 | | |
216 | 215 | | |
217 | 216 | | |
218 | 217 | | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
223 | 222 | | |
224 | 223 | | |
225 | 224 | | |
| |||
255 | 254 | | |
256 | 255 | | |
257 | 256 | | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
0 commit comments