Question 1mediummultiple choice
Read the full Design and implement a source control strategy explanation →You are reviewing a webhook payload from Azure Repos. The payload indicates that a new branch named 'feature-123' was created. Which event type triggered this webhook?
Exhibit
Refer to the exhibit.
```json
{
"branch": "refs/heads/feature-123",
"before": "0000000000000000000000000000000000000000",
"after": "abc123def456abc123def456abc123def456abc1",
"commits": [
{
"id": "abc123def456abc123def456abc123def456abc1",
"message": "Add new feature"
}
]
}
```