From 8b70a3e612866e53c28d55d8525cb3200293b1a0 Mon Sep 17 00:00:00 2001 From: andrewluotechnologies <44252973+andrewluotechnologies@users.noreply.github.com> Date: Fri, 18 Apr 2025 06:36:49 -0700 Subject: [PATCH] Update documentation to clarify which images include sqlpackage --- docs/tools/sqlpackage/sqlpackage-pipelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/sqlpackage/sqlpackage-pipelines.md b/docs/tools/sqlpackage/sqlpackage-pipelines.md index 15fc348d739..d4896b8a0c3 100644 --- a/docs/tools/sqlpackage/sqlpackage-pipelines.md +++ b/docs/tools/sqlpackage/sqlpackage-pipelines.md @@ -26,7 +26,7 @@ On Windows, the standalone install of SqlPackage is available on the path `C:\Pr ### Managed virtual environments -The virtual environments used for GitHub Actions hosted runners and Azure Pipelines virtual machine images are managed in the [runner-images](https://github.com/actions/runner-images) GitHub repository. SqlPackage is included in several environments including `windows-latest` and `ubuntu-latest`. Updates to the images in [runner-images](https://github.com/actions/runner-images) are made within a few weeks of each SqlPackage release. +The virtual environments used for GitHub Actions hosted runners and Azure Pipelines virtual machine images are managed in the [runner-images](https://github.com/actions/runner-images) GitHub repository. SqlPackage is included in several environments including `windows-latest` and `ubuntu-22.04` but is no longer included by default in `ubuntu-24.04` and `ubuntu-latest`. Updates to the images in [runner-images](https://github.com/actions/runner-images) are made within a few weeks of each SqlPackage release. ### Self-hosted virtual environments