chore: publish from main

This commit is contained in:
github-actions[bot]
2026-09-17 01:45:57 +00:00
parent edf84c9fd5
commit 8bcc88c007
2 changed files with 2 additions and 2 deletions
@@ -136,7 +136,7 @@ az pipelines build list --query "sort_by([?result=='succeeded'], &queueTime) | r
az repos pr list --query "groupBy([], &reviewers[].displayName) | [].{Reviewer:@.key, Count:length(@)}"
# Find work items with multiple child items
az boards work-item relation list --id $PARENT_ID --query "[?rel=='System.LinkTypes.Hierarchy-Forward'] | [].{ChildID:url | split('/', @) | [-1]}"
az boards work-item relation show --id $PARENT_ID --query "[?rel=='System.LinkTypes.Hierarchy-Forward'] | [].{ChildID:url | split('/', @) | [-1]}"
```
## Global Arguments
@@ -117,7 +117,7 @@ az boards work-item delete --id {work-item-id} --destroy --yes
```bash
# List relations
az boards work-item relation list --id {work-item-id}
az boards work-item relation show --id {work-item-id}
# List supported relation types
az boards work-item relation list-type