From 5e53f10b77c456a163e1fc225de0fef67e3f3bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guszt=C3=A1v=20Varga?= Date: Sat, 31 Aug 2024 12:35:49 +0200 Subject: [PATCH] Update deprecated templates --- .../2019-community-windows-10/hyperv.yml | 14 -------------- .../2019-community-windows-10/virtualbox.yml | 14 -------------- .../2019-community-windows-10/vmware.yml | 14 -------------- .../2019-community-windows-11/hyperv.yml | 14 -------------- .../2019-community-windows-11/virtualbox.yml | 14 -------------- .../2019-community-windows-11/vmware.yml | 14 -------------- .../windows-10/1809-enterprise-ltsc/hyperv.yml | 9 --------- .../windows-10/1809-enterprise-ltsc/virtualbox.yml | 9 --------- .../windows-10/1809-enterprise-ltsc/vmware.yml | 9 --------- .../windows-10/21h2-enterprise/hyperv.yml | 9 --------- .../windows-10/21h2-enterprise/virtualbox.yml | 9 --------- .../windows-10/21h2-enterprise/vmware.yml | 9 --------- .../windows-server/2019-standard-core/hyperv.yml | 9 --------- .../2019-standard-core/virtualbox.yml | 9 --------- .../windows-server/2019-standard-core/vmware.yml | 9 --------- .../windows-server/2019-standard/hyperv.yml | 9 --------- .../windows-server/2019-standard/virtualbox.yml | 9 --------- .../windows-server/2019-standard/vmware.yml | 9 --------- samples/visual-studio/README.md | 8 ++++++-- samples/windows-10/README.md | 4 +++- 20 files changed, 9 insertions(+), 195 deletions(-) delete mode 100644 .azure-pipelines/visual-studio/2019-community-windows-10/hyperv.yml delete mode 100644 .azure-pipelines/visual-studio/2019-community-windows-10/virtualbox.yml delete mode 100644 .azure-pipelines/visual-studio/2019-community-windows-10/vmware.yml delete mode 100644 .azure-pipelines/visual-studio/2019-community-windows-11/hyperv.yml delete mode 100644 .azure-pipelines/visual-studio/2019-community-windows-11/virtualbox.yml delete mode 100644 .azure-pipelines/visual-studio/2019-community-windows-11/vmware.yml delete mode 100644 .azure-pipelines/windows-10/1809-enterprise-ltsc/hyperv.yml delete mode 100644 .azure-pipelines/windows-10/1809-enterprise-ltsc/virtualbox.yml delete mode 100644 .azure-pipelines/windows-10/1809-enterprise-ltsc/vmware.yml delete mode 100644 .azure-pipelines/windows-10/21h2-enterprise/hyperv.yml delete mode 100644 .azure-pipelines/windows-10/21h2-enterprise/virtualbox.yml delete mode 100644 .azure-pipelines/windows-10/21h2-enterprise/vmware.yml delete mode 100644 .azure-pipelines/windows-server/2019-standard-core/hyperv.yml delete mode 100644 .azure-pipelines/windows-server/2019-standard-core/virtualbox.yml delete mode 100644 .azure-pipelines/windows-server/2019-standard-core/vmware.yml delete mode 100644 .azure-pipelines/windows-server/2019-standard/hyperv.yml delete mode 100644 .azure-pipelines/windows-server/2019-standard/virtualbox.yml delete mode 100644 .azure-pipelines/windows-server/2019-standard/vmware.yml diff --git a/.azure-pipelines/visual-studio/2019-community-windows-10/hyperv.yml b/.azure-pipelines/visual-studio/2019-community-windows-10/hyperv.yml deleted file mode 100644 index ce2aab161..000000000 --- a/.azure-pipelines/visual-studio/2019-community-windows-10/hyperv.yml +++ /dev/null @@ -1,14 +0,0 @@ -trigger: none -pr: none - -resources: - pipelines: - - pipeline: source - source: windows-10.22h2-enterprise.hyperv - -stages: - - template: ../../stages.yml - parameters: - sample: visual-studio - image: 2019-community-windows-10 - provider: hyperv diff --git a/.azure-pipelines/visual-studio/2019-community-windows-10/virtualbox.yml b/.azure-pipelines/visual-studio/2019-community-windows-10/virtualbox.yml deleted file mode 100644 index 4d4b2f245..000000000 --- a/.azure-pipelines/visual-studio/2019-community-windows-10/virtualbox.yml +++ /dev/null @@ -1,14 +0,0 @@ -trigger: none -pr: none - -resources: - pipelines: - - pipeline: source - source: windows-10.22h2-enterprise.virtualbox - -stages: - - template: ../../stages.yml - parameters: - sample: visual-studio - image: 2019-community-windows-10 - provider: virtualbox diff --git a/.azure-pipelines/visual-studio/2019-community-windows-10/vmware.yml b/.azure-pipelines/visual-studio/2019-community-windows-10/vmware.yml deleted file mode 100644 index 21a218466..000000000 --- a/.azure-pipelines/visual-studio/2019-community-windows-10/vmware.yml +++ /dev/null @@ -1,14 +0,0 @@ -trigger: none -pr: none - -resources: - pipelines: - - pipeline: source - source: windows-10.22h2-enterprise.vmware - -stages: - - template: ../../stages.yml - parameters: - sample: visual-studio - image: 2019-community-windows-10 - provider: vmware diff --git a/.azure-pipelines/visual-studio/2019-community-windows-11/hyperv.yml b/.azure-pipelines/visual-studio/2019-community-windows-11/hyperv.yml deleted file mode 100644 index 41f59d641..000000000 --- a/.azure-pipelines/visual-studio/2019-community-windows-11/hyperv.yml +++ /dev/null @@ -1,14 +0,0 @@ -trigger: none -pr: none - -resources: - pipelines: - - pipeline: source - source: windows-11.23h2-enterprise.hyperv - -stages: - - template: ../../stages.yml - parameters: - sample: visual-studio - image: 2019-community-windows-11 - provider: hyperv diff --git a/.azure-pipelines/visual-studio/2019-community-windows-11/virtualbox.yml b/.azure-pipelines/visual-studio/2019-community-windows-11/virtualbox.yml deleted file mode 100644 index 65470ec45..000000000 --- a/.azure-pipelines/visual-studio/2019-community-windows-11/virtualbox.yml +++ /dev/null @@ -1,14 +0,0 @@ -trigger: none -pr: none - -resources: - pipelines: - - pipeline: source - source: windows-11.23h2-enterprise.virtualbox - -stages: - - template: ../../stages.yml - parameters: - sample: visual-studio - image: 2019-community-windows-11 - provider: virtualbox diff --git a/.azure-pipelines/visual-studio/2019-community-windows-11/vmware.yml b/.azure-pipelines/visual-studio/2019-community-windows-11/vmware.yml deleted file mode 100644 index 62ecd5e00..000000000 --- a/.azure-pipelines/visual-studio/2019-community-windows-11/vmware.yml +++ /dev/null @@ -1,14 +0,0 @@ -trigger: none -pr: none - -resources: - pipelines: - - pipeline: source - source: windows-11.23h2-enterprise.vmware - -stages: - - template: ../../stages.yml - parameters: - sample: visual-studio - image: 2019-community-windows-11 - provider: vmware diff --git a/.azure-pipelines/windows-10/1809-enterprise-ltsc/hyperv.yml b/.azure-pipelines/windows-10/1809-enterprise-ltsc/hyperv.yml deleted file mode 100644 index 4490def73..000000000 --- a/.azure-pipelines/windows-10/1809-enterprise-ltsc/hyperv.yml +++ /dev/null @@ -1,9 +0,0 @@ -trigger: none -pr: none - -stages: - - template: ../../stages.yml - parameters: - sample: windows-10 - image: 1809-enterprise-ltsc - provider: hyperv diff --git a/.azure-pipelines/windows-10/1809-enterprise-ltsc/virtualbox.yml b/.azure-pipelines/windows-10/1809-enterprise-ltsc/virtualbox.yml deleted file mode 100644 index 2deba6b58..000000000 --- a/.azure-pipelines/windows-10/1809-enterprise-ltsc/virtualbox.yml +++ /dev/null @@ -1,9 +0,0 @@ -trigger: none -pr: none - -stages: - - template: ../../stages.yml - parameters: - sample: windows-10 - image: 1809-enterprise-ltsc - provider: virtualbox diff --git a/.azure-pipelines/windows-10/1809-enterprise-ltsc/vmware.yml b/.azure-pipelines/windows-10/1809-enterprise-ltsc/vmware.yml deleted file mode 100644 index 0fc057c6a..000000000 --- a/.azure-pipelines/windows-10/1809-enterprise-ltsc/vmware.yml +++ /dev/null @@ -1,9 +0,0 @@ -trigger: none -pr: none - -stages: - - template: ../../stages.yml - parameters: - sample: windows-10 - image: 1809-enterprise-ltsc - provider: vmware diff --git a/.azure-pipelines/windows-10/21h2-enterprise/hyperv.yml b/.azure-pipelines/windows-10/21h2-enterprise/hyperv.yml deleted file mode 100644 index 972b89dc0..000000000 --- a/.azure-pipelines/windows-10/21h2-enterprise/hyperv.yml +++ /dev/null @@ -1,9 +0,0 @@ -trigger: none -pr: none - -stages: - - template: ../../stages.yml - parameters: - sample: windows-10 - image: 21h2-enterprise - provider: hyperv diff --git a/.azure-pipelines/windows-10/21h2-enterprise/virtualbox.yml b/.azure-pipelines/windows-10/21h2-enterprise/virtualbox.yml deleted file mode 100644 index fd9aa9b1d..000000000 --- a/.azure-pipelines/windows-10/21h2-enterprise/virtualbox.yml +++ /dev/null @@ -1,9 +0,0 @@ -trigger: none -pr: none - -stages: - - template: ../../stages.yml - parameters: - sample: windows-10 - image: 21h2-enterprise - provider: virtualbox diff --git a/.azure-pipelines/windows-10/21h2-enterprise/vmware.yml b/.azure-pipelines/windows-10/21h2-enterprise/vmware.yml deleted file mode 100644 index 55c89853c..000000000 --- a/.azure-pipelines/windows-10/21h2-enterprise/vmware.yml +++ /dev/null @@ -1,9 +0,0 @@ -trigger: none -pr: none - -stages: - - template: ../../stages.yml - parameters: - sample: windows-10 - image: 21h2-enterprise - provider: vmware diff --git a/.azure-pipelines/windows-server/2019-standard-core/hyperv.yml b/.azure-pipelines/windows-server/2019-standard-core/hyperv.yml deleted file mode 100644 index 6fe4f07e0..000000000 --- a/.azure-pipelines/windows-server/2019-standard-core/hyperv.yml +++ /dev/null @@ -1,9 +0,0 @@ -trigger: none -pr: none - -stages: - - template: ../../stages.yml - parameters: - sample: windows-server - image: 2019-standard-core - provider: hyperv diff --git a/.azure-pipelines/windows-server/2019-standard-core/virtualbox.yml b/.azure-pipelines/windows-server/2019-standard-core/virtualbox.yml deleted file mode 100644 index bf581d84c..000000000 --- a/.azure-pipelines/windows-server/2019-standard-core/virtualbox.yml +++ /dev/null @@ -1,9 +0,0 @@ -trigger: none -pr: none - -stages: - - template: ../../stages.yml - parameters: - sample: windows-server - image: 2019-standard-core - provider: virtualbox diff --git a/.azure-pipelines/windows-server/2019-standard-core/vmware.yml b/.azure-pipelines/windows-server/2019-standard-core/vmware.yml deleted file mode 100644 index c8734ef42..000000000 --- a/.azure-pipelines/windows-server/2019-standard-core/vmware.yml +++ /dev/null @@ -1,9 +0,0 @@ -trigger: none -pr: none - -stages: - - template: ../../stages.yml - parameters: - sample: windows-server - image: 2019-standard-core - provider: vmware diff --git a/.azure-pipelines/windows-server/2019-standard/hyperv.yml b/.azure-pipelines/windows-server/2019-standard/hyperv.yml deleted file mode 100644 index 5a2baafe4..000000000 --- a/.azure-pipelines/windows-server/2019-standard/hyperv.yml +++ /dev/null @@ -1,9 +0,0 @@ -trigger: none -pr: none - -stages: - - template: ../../stages.yml - parameters: - sample: windows-server - image: 2019-standard - provider: hyperv diff --git a/.azure-pipelines/windows-server/2019-standard/virtualbox.yml b/.azure-pipelines/windows-server/2019-standard/virtualbox.yml deleted file mode 100644 index b29fa6b3a..000000000 --- a/.azure-pipelines/windows-server/2019-standard/virtualbox.yml +++ /dev/null @@ -1,9 +0,0 @@ -trigger: none -pr: none - -stages: - - template: ../../stages.yml - parameters: - sample: windows-server - image: 2019-standard - provider: virtualbox diff --git a/.azure-pipelines/windows-server/2019-standard/vmware.yml b/.azure-pipelines/windows-server/2019-standard/vmware.yml deleted file mode 100644 index bd7a06665..000000000 --- a/.azure-pipelines/windows-server/2019-standard/vmware.yml +++ /dev/null @@ -1,9 +0,0 @@ -trigger: none -pr: none - -stages: - - template: ../../stages.yml - parameters: - sample: windows-server - image: 2019-standard - provider: vmware diff --git a/samples/visual-studio/README.md b/samples/visual-studio/README.md index 1aba2f00e..fd553a10c 100644 --- a/samples/visual-studio/README.md +++ b/samples/visual-studio/README.md @@ -8,8 +8,8 @@ See the links below for the details of the available images: - [2022 Community Windows 11](#2022-community-windows-11) - [2022 Community Windows 10](#2022-community-windows-10) -- [2019 Community Windows 11](#2019-community-windows-11) -- [2019 Community Windows 10](#2019-community-windows-10) +- ~~[2019 Community Windows 11](#2019-community-windows-11) Deprecated~~ +- ~~[2019 Community Windows 10](#2019-community-windows-10) Deprecated~~ ## 2022 Community Windows 11 @@ -49,6 +49,8 @@ The template has the following settings: ## 2019 Community Windows 11 +**This template is ~~deprecated~~. Please use one of the other templates.** + [Vagrant box](https://app.vagrantup.com/gusztavvargadr/boxes/visual-studio-2019-community-windows-11) The template has the following settings: @@ -67,6 +69,8 @@ The template has the following settings: ## 2019 Community Windows 10 +**This template is ~~deprecated~~. Please use one of the other templates.** + [Vagrant box](https://app.vagrantup.com/gusztavvargadr/boxes/visual-studio-2019-community-windows-10) The template has the following settings: diff --git a/samples/windows-10/README.md b/samples/windows-10/README.md index f583527fc..a7b89dc89 100644 --- a/samples/windows-10/README.md +++ b/samples/windows-10/README.md @@ -7,7 +7,7 @@ This folder contains Packer templates for building `Windows 10` images. See the links below for the details of the available images: - [22H2 Enterprise](#22h2-enterprise) -- [21H2 Enterprise](#21h2-enterprise) +- ~~[21H2 Enterprise](#21h2-enterprise) Deprecated~~ - [21H2 Enterprise LTSC](#21h2-enterprise-ltsc) - ~~[1809 Enterprise LTSC](#1809-enterprise-ltsc) Deprecated~~ @@ -31,6 +31,8 @@ The template has the following settings: ## 21H2 Enterprise +**This template is ~~deprecated~~. Please use one of the other templates.** + [Vagrant box](https://app.vagrantup.com/gusztavvargadr/boxes/windows-10-21h2-enterprise) The template has the following settings: