Commit 576c0f1
committed
feat(workload-orchestration): add unstage command for solution versions
Add new `unstage` command to remove staged solution versions from targets. This command:
- Implements the unstage operation following the AAZ pattern
- Supports long-running operations (LRO) with no-wait flag
- Includes command to fetch updated solution version after unstaging
- Adds proper argument validation and resource group support
Example usage:
```
az workload-orchestration target unstage -n myTarget -g myResourceGroup --solution-version-id <arm-id>1 parent 1fba329 commit 576c0f1
2 files changed
Lines changed: 559 additions & 0 deletions
File tree
- src/workload-orchestration/azext_workload_orchestration/aaz/latest/workload_orchestration/target
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments