[Eng]: Are there Azure Powershell commands that help create ADO items? #26956
Labels
customer-reported
feature-request
This issue requires a new behavior in the product in order be resolved.
needs-author-feedback
More information is needed from author to address the issue.
Description
We're using something like the following snippet for creating and auto linking a work item to a PR in the build pipeline. We're curious if there is a Azure Powershell command that achieves the same without adding "az" into the mix in the pipeline.
steps:
- powershell: |
Write-Host "Installing Azure CLI extensions..."
az extension add --name azure-devops
The text was updated successfully, but these errors were encountered: