ado_create_tag
Create an annotated tag for a specific commit in an Azure DevOps repository. Provide the repository, tag name, commit SHA, and annotation message.
Instructions
Create an annotated tag pointing at a commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Tag name | |
| repoId | Yes | Repository name or ID | |
| message | Yes | Tag annotation message | |
| project | No | Project name or ID (defaults to ADO_DEFAULT_PROJECT) | |
| objectId | Yes | Commit SHA the tag points to |