🔥 40% Off Crucial Exams Memberships — This Week Only

3 days, 8 hours remaining!

Microsoft DevOps Engineer Expert AZ-400 Practice Question

You are configuring a GitHub Actions workflow for a repository that is linked to Azure Boards. Each time the main branch is tagged with a new semantic version (for example v2.3.0), your organization must automatically create a GitHub release whose notes list every pull request merged since the previous tag, including any Azure Boards work-item IDs mentioned in those pull-request descriptions. The solution must rely only on built-in GitHub functionality, use the default GITHUB_TOKEN, and require no external servers or custom scripts. Which implementation meets these requirements?

  • In a workflow step, use the GitHub CLI (gh) to run gh release create <tag> --generate-notes.

  • Add a step that uses the actions/create-release action and set its generate_release_notes input to true.

  • Insert the Azure DevOps Marketplace task "Generate Release Notes (Cross-platform)" into the workflow.

  • Call the GitHub Releases REST API from a shell step and manually build the notes by parsing git log output.

Microsoft DevOps Engineer Expert AZ-400
Design and implement processes and communications
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot