Skip to content

Conversation

DanielMicrosoft
Copy link
Contributor

@DanielMicrosoft DanielMicrosoft commented Aug 28, 2025

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

@DanielMicrosoft DanielMicrosoft changed the title feature: update ado yamls to use pool-ubuntu-2404 [Infra]: update ado yamls to use pool-ubuntu-2404 Aug 29, 2025
@DanielMicrosoft DanielMicrosoft marked this pull request as ready for review September 2, 2025 23:33
@Copilot Copilot AI review requested due to automatic review settings September 2, 2025 23:33
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates Azure DevOps pipeline configuration files to migrate from Ubuntu 20.04 to Ubuntu 24.04 agent pools. This is an infrastructure update to use a newer Ubuntu version for CI/CD operations.

Key changes:

  • Updates all Azure DevOps YAML pipeline files to use pool-ubuntu-2404 instead of pool-ubuntu-2004
  • Maintains consistency across all pipeline configurations (CI, release testing, batch generation, PowerShell Core, and sync operations)

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.azure-pipelines/sync-tools-folder.yml Updates sync job pool to Ubuntu 24.04
.azure-pipelines/release-test.yml Updates Linux agent pool variable to Ubuntu 24.04
.azure-pipelines/powershell-core.yml Updates Linux agent pool variable to Ubuntu 24.04
.azure-pipelines/batch-generation.yml Updates Linux agent pool variable to Ubuntu 24.04
.azure-pipelines/azure-powershell-ci.yml Updates Linux agent pool variable to Ubuntu 24.04

@YanaXu YanaXu merged commit 14b9557 into Azure:main Sep 3, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants