diff --git a/Evergreen/Apps/Get-AzulZulu23.ps1 b/Evergreen/Apps/Get-AzulZulu23.ps1 deleted file mode 100644 index 5126d7b7..00000000 --- a/Evergreen/Apps/Get-AzulZulu23.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -function Get-AzulZulu23 { - <# - .NOTES - Author: Aaron Parker - Twitter: @stealthpuppy - #> - [OutputType([System.Management.Automation.PSObject])] - [CmdletBinding(SupportsShouldProcess = $False)] - param ( - [Parameter(Mandatory = $false, Position = 0)] - [ValidateNotNull()] - [System.Management.Automation.PSObject] - $res = (Get-FunctionResource -AppName ("$($MyInvocation.MyCommand)".Split("-"))[1]) - ) - - $Output = Get-AdoptiumTemurin -res $res - Write-Output -InputObject $Output -} diff --git a/Evergreen/Manifests/AzulZulu23.json b/Evergreen/Manifests/AzulZulu23.json deleted file mode 100644 index 107f14d2..00000000 --- a/Evergreen/Manifests/AzulZulu23.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "Name": "Azul Zulu 23", - "Source": "https://www.azul.com/downloads/#zulu", - "Get": { - "Update": { - "Uri": "https://marketplace-api.adoptium.net/v1/assets/latestForVendors?feature_version=23&os=windows&vendor=azul", - "ContentType": "application/json", - "MatchImage": "jdk|jre", - "ResolveUri": false - } - }, - "Install": { - "Setup": "OpenJDK*.msi", - "Physical": { - "Arguments": "", - "PostInstall": [] - }, - "Virtual": { - "Arguments": "", - "PostInstall": [] - } - } -}