Skip to content

Commit d8c42fe

Browse files
Copilotspboyer
andauthored
Address code review: alphabetize feature status, improve action docs
Co-authored-by: spboyer <7681382+spboyer@users.noreply.github.com>
1 parent 5d69e13 commit d8c42fe

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/architecture/command-execution-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type Action interface {
5757
}
5858
```
5959

60-
Actions receive dependencies via constructor injection through the IoC container. They return an `ActionResult` with a message and optional structured data for output formatting.
60+
The `ActionResult` contains a `Message` (displayed to the user) and optional structured data used by output formatters (JSON, table). Actions receive dependencies via constructor injection through the IoC container.
6161

6262
### 5. Output Formatting
6363

docs/reference/feature-status.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ Current maturity status of Azure Developer CLI features. See [Feature Stages](..
66

77
| Feature | Stage |
88
|---|---|
9+
| `add` | Beta |
910
| `config` | Stable |
1011
| `deploy` | Stable |
1112
| `down` | Stable |
1213
| `env` | Stable |
13-
| `provision` | Stable |
14-
| `up` | Stable |
1514
| `monitor` | Beta |
15+
| `package` | Beta |
1616
| `pipeline` | Beta |
17+
| `provision` | Stable |
1718
| `restore` | Beta |
1819
| `template` | Beta |
19-
| `package` | Beta |
20-
| `add` | Beta |
20+
| `up` | Stable |
2121

2222
## Languages
2323

0 commit comments

Comments
 (0)