From 456035b5fc667c4e8dac7cc63e16ff6f0d29d004 Mon Sep 17 00:00:00 2001 From: Matthew Henderson Date: Tue, 22 Oct 2024 15:57:43 -0700 Subject: [PATCH] Reverting to 4.97.0 (#582) --- cli-feed-v4.json | 421 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 417 insertions(+), 4 deletions(-) diff --git a/cli-feed-v4.json b/cli-feed-v4.json index 1e421382..a6e4def7 100644 --- a/cli-feed-v4.json +++ b/cli-feed-v4.json @@ -41,22 +41,22 @@ "hidden": false }, "v4": { - "release": "4.98.0", + "release": "4.99.0", "releaseQuality": "GA", "hidden": false }, "v4-prerelease": { - "release": "4.98.0", + "release": "4.99.0", "releaseQuality": "Prerelease", "hidden": true }, "v0": { - "release": "4.98.0-inprocess", + "release": "4.99.0-inprocess", "releaseQuality": "GA", "hidden": false }, "v0-prerelease": { - "release": "4.98.0-inprocess", + "release": "4.99.0-inprocess", "releaseQuality": "Prerelease", "hidden": true } @@ -32874,6 +32874,419 @@ "default": "false" } ] + }, + "4.99.0": { + "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip", + "workerRuntimes": { + "dotnet": { + "net6": { + "displayInfo": { + "displayName": ".NET 6.0", + "hidden": true, + "displayVersion": "v4", + "targetFramework": ".NET", + "description": "LTS", + "endOfLifeDate": "2024-11-12T00:00:00Z" + }, + "capabilities": "net6", + "sdk": { + "name": "Microsoft.NET.Sdk.Functions", + "version": "4.1.1" + }, + "default": false, + "localEntryPoint": "func.exe", + "targetFramework": "net6.0", + "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.5040", + "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.5040", + "projectTemplateId": { + "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x" + }, + "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice", + "serviceAppSettings": { + "FUNCTIONS_EXTENSION_VERSION": "~4", + "FUNCTIONS_WORKER_RUNTIME": "dotnet" + }, + "windowsSiteConfig": { + "netFrameworkVersion": "v6.0" + }, + "linuxSiteConfig": { + "linuxFxVersion": "DOTNET|6.0" + } + }, + "net5-isolated": { + "displayInfo": { + "displayName": ".NET 5.0", + "hidden": true, + "displayVersion": "v4", + "targetFramework": ".NET 5", + "description": "Isolated", + "endOfLifeDate": "2022-05-10T00:00:00Z" + }, + "capabilities": "isolated,net5,net6", + "sdk": { + "name": "Microsoft.Azure.Functions.Worker.Sdk", + "version": "1.3.0" + }, + "default": false, + "toolingSuffix": "net5-isolated", + "localEntryPoint": "dotnet.exe", + "targetFramework": "net5.0", + "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.5040", + "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.5040", + "projectTemplateId": { + "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x" + }, + "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice", + "serviceAppSettings": { + "FUNCTIONS_EXTENSION_VERSION": "~4", + "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated" + }, + "windowsSiteConfig": { + "netFrameworkVersion": "v4.0" + }, + "linuxSiteConfig": { + "linuxFxVersion": "DOTNET-ISOLATED|5.0" + } + }, + "net6-isolated": { + "displayInfo": { + "displayName": ".NET 6.0", + "hidden": false, + "displayVersion": "v4", + "targetFramework": ".NET 6", + "description": "Isolated LTS", + "endOfLifeDate": "2024-11-12T00:00:00Z" + }, + "capabilities": "isolated,net6", + "sdk": { + "name": "Microsoft.Azure.Functions.Worker.Sdk", + "version": "1.3.0" + }, + "default": false, + "toolingSuffix": "net6-isolated", + "localEntryPoint": "dotnet.exe", + "targetFramework": "net6.0", + "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates.NetCore/4.0.5040", + "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.5040", + "projectTemplateId": { + "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x" + }, + "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice", + "serviceAppSettings": { + "FUNCTIONS_EXTENSION_VERSION": "~4", + "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated", + "WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED": "1" + }, + "windowsSiteConfig": { + "netFrameworkVersion": "v6.0" + }, + "linuxSiteConfig": { + "linuxFxVersion": "DOTNET-ISOLATED|6.0" + } + }, + "net7-isolated": { + "displayInfo": { + "displayName": ".NET 7.0", + "hidden": false, + "displayVersion": "v4", + "targetFramework": ".NET 7", + "description": "Isolated", + "endOfLifeDate": "2024-05-10T00:00:00Z" + }, + "capabilities": "isolated,net6,net7", + "sdk": { + "name": "Microsoft.Azure.Functions.Worker.Sdk", + "version": "1.16.2" + }, + "default": false, + "toolingSuffix": "net7-isolated", + "localEntryPoint": "dotnet.exe", + "targetFramework": "net7.0", + "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates.NetCore/4.0.5040", + "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.5040", + "projectTemplateId": { + "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x" + }, + "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated7.0-appservice", + "serviceAppSettings": { + "FUNCTIONS_EXTENSION_VERSION": "~4", + "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated", + "WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED": "1" + }, + "windowsSiteConfig": { + "netFrameworkVersion": "v7.0" + }, + "linuxSiteConfig": { + "linuxFxVersion": "DOTNET-ISOLATED|7.0" + } + }, + "net8-isolated": { + "displayInfo": { + "displayName": ".NET 8.0", + "hidden": false, + "displayVersion": "v4", + "targetFramework": ".NET 8", + "description": "Isolated LTS", + "endOfLifeDate": "2026-11-10T00:00:00Z" + }, + "capabilities": "isolated,net6,net7,net8", + "sdk": { + "name": "Microsoft.Azure.Functions.Worker.Sdk", + "version": "1.16.2" + }, + "default": true, + "toolingSuffix": "net8-isolated", + "localEntryPoint": "dotnet.exe", + "targetFramework": "net8.0", + "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates.NetCore/4.0.5040", + "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.5040", + "projectTemplateId": { + "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x" + }, + "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated8.0-appservice", + "serviceAppSettings": { + "FUNCTIONS_EXTENSION_VERSION": "~4", + "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated", + "WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED": "1" + }, + "windowsSiteConfig": { + "netFrameworkVersion": "v8.0" + }, + "linuxSiteConfig": { + "linuxFxVersion": "DOTNET-ISOLATED|8.0" + } + }, + "net9-isolated": { + "displayInfo": { + "displayName": ".NET 9.0", + "hidden": false, + "displayVersion": "v4", + "targetFramework": ".NET 9", + "description": "Isolated Preview", + "endOfLifeDate": "2026-05-12T00:00:00Z" + }, + "capabilities": "isolated,net6,net7,net8,net9", + "sdk": { + "name": "Microsoft.Azure.Functions.Worker.Sdk", + "version": "2.0.0-preview1" + }, + "default": false, + "toolingSuffix": "net9-isolated", + "localEntryPoint": "dotnet.exe", + "targetFramework": "net9.0", + "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates.NetCore/4.0.5040", + "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.5040", + "projectTemplateId": { + "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x" + }, + "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated9.0-appservice", + "serviceAppSettings": { + "FUNCTIONS_EXTENSION_VERSION": "~4", + "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated", + "WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED": "1" + }, + "windowsSiteConfig": { + "netFrameworkVersion": "v9.0" + }, + "linuxSiteConfig": { + "linuxFxVersion": "DOTNET-ISOLATED|9.0" + } + }, + "netfx-isolated": { + "displayInfo": { + "displayName": ".NET Framework", + "hidden": false, + "displayVersion": "v4", + "targetFramework": ".NET Framework", + "description": "Isolated" + }, + "capabilities": "isolated,net6,netfxisolated", + "sdk": { + "name": "Microsoft.Azure.Functions.Worker.Sdk", + "version": "1.16.2" + }, + "default": false, + "toolingSuffix": "netfx-isolated", + "localEntryPoint": "dotnet.exe", + "targetFramework": "net48", + "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates.NetFx/4.0.5040", + "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.5040", + "projectTemplateId": { + "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x" + }, + "localContainerBaseImage": "", + "serviceAppSettings": { + "FUNCTIONS_EXTENSION_VERSION": "~4", + "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated" + }, + "windowsSiteConfig": { + "netFrameworkVersion": "v6.0" + } + } + } + }, + "coreTools": [ + { + "OS": "Linux", + "Architecture": "x64", + "downloadLink": "https://functionscdn.azureedge.net/public/4.0.6280/Azure.Functions.Cli.linux-x64.4.0.6280.zip", + "sha2": "86e2636e9cbb2cdc8b2ab48639a8cd284d47ab16cb6d76d7e331f391ea8fdfb3", + "size": "full", + "default": "false" + }, + { + "OS": "MacOS", + "Architecture": "x64", + "downloadLink": "https://functionscdn.azureedge.net/public/4.0.6280/Azure.Functions.Cli.osx-x64.4.0.6280.zip", + "sha2": "e21f67c87ac555c572166fc1dc1f89092cfc64337bf56cf08e27ad071ecd9ec6", + "size": "full", + "default": "false" + }, + { + "OS": "MacOS", + "Architecture": "arm64", + "downloadLink": "https://functionscdn.azureedge.net/public/4.0.6280/Azure.Functions.Cli.osx-arm64.4.0.6280.zip", + "sha2": "1a4a737b721d5b70520022a68c9da9da1adca05432b55260d0af685a240e48e9", + "size": "full", + "default": "false" + }, + { + "OS": "Windows", + "Architecture": "x64", + "downloadLink": "https://functionscdn.azureedge.net/public/4.0.6518/Azure.Functions.Cli.min.win-x64.4.0.6517.zip", + "sha2": "009ba23acb7967f8a7eb4c7008469eaa31935c8185ec0253d5964a7039e50630", + "size": "minified", + "default": "false" + }, + { + "OS": "Windows", + "Architecture": "arm64", + "downloadLink": "https://functionscdn.azureedge.net/public/4.0.6518/Azure.Functions.Cli.min.win-arm64.4.0.6517.zip", + "sha2": "30b05f9b35d8e31d2a21a5ecfa1ddd7aed05bc06cc731a786044112bb6ac9694", + "size": "minified", + "default": "false" + } + ] + }, + "4.99.0-inprocess": { + "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip", + "workerRuntimes": { + "dotnet": { + "net6": { + "displayInfo": { + "displayName": ".NET 6.0", + "hidden": false, + "displayVersion": "v4", + "targetFramework": ".NET", + "description": "LTS", + "endOfLifeDate": "2024-11-12T00:00:00Z" + }, + "capabilities": "net6", + "sdk": { + "name": "Microsoft.NET.Sdk.Functions", + "version": "4.5.0" + }, + "default": false, + "toolingSuffix": "net6-in-process", + "localEntryPoint": "func.exe", + "targetFramework": "net6.0", + "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.5040", + "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.5040", + "projectTemplateId": { + "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x" + }, + "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice", + "serviceAppSettings": { + "FUNCTIONS_EXTENSION_VERSION": "~4", + "FUNCTIONS_WORKER_RUNTIME": "dotnet" + }, + "windowsSiteConfig": { + "netFrameworkVersion": "v6.0" + }, + "linuxSiteConfig": { + "linuxFxVersion": "DOTNET|6.0" + } + }, + "net8": { + "displayInfo": { + "displayName": ".NET 8.0", + "hidden": false, + "displayVersion": "v4", + "targetFramework": ".NET", + "description": "LTS", + "endOfLifeDate": "2026-11-10T00:00:00Z" + }, + "capabilities": "net8", + "sdk": { + "name": "Microsoft.NET.Sdk.Functions", + "version": "4.5.0" + }, + "default": true, + "toolingSuffix": "net8-in-process", + "localEntryPoint": "func.exe", + "targetFramework": "net8.0", + "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.5040", + "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.5040", + "projectTemplateId": { + "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x" + }, + "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-dotnet8.0-appservice", + "serviceAppSettings": { + "FUNCTIONS_EXTENSION_VERSION": "~4", + "FUNCTIONS_WORKER_RUNTIME": "dotnet", + "FUNCTIONS_INPROC_NET8_ENABLED": "1" + }, + "windowsSiteConfig": { + "netFrameworkVersion": "v8.0" + }, + "linuxSiteConfig": { + "linuxFxVersion": "DOTNET|8.0" + } + } + } + }, + "coreTools": [ + { + "OS": "Linux", + "Architecture": "x64", + "downloadLink": "https://functionscdn.azureedge.net/public/4.0.6280/Azure.Functions.Cli.linux-x64_net8.4.0.6280.zip", + "sha2": "8689ac0eb6bc0b473a079993290741a883580ee7ce34beb974bd6290d282c119", + "size": "full", + "default": "false" + }, + { + "OS": "MacOS", + "Architecture": "x64", + "downloadLink": "https://functionscdn.azureedge.net/public/4.0.6280/Azure.Functions.Cli.osx-x64_net8.4.0.6280.zip", + "sha2": "e8240c581bec0ea139101024b661711285a5c62e47ce53b440776ba1d7762a30", + "size": "full", + "default": "false" + }, + { + "OS": "MacOS", + "Architecture": "arm64", + "downloadLink": "https://functionscdn.azureedge.net/public/4.0.6280/Azure.Functions.Cli.osx-arm64_net8.4.0.6280.zip", + "sha2": "85bb47298ed40d555cf8acdfb91d372de90a6149c30e409175476905ef96d166", + "size": "full", + "default": "false" + }, + { + "OS": "Windows", + "Architecture": "x64", + "downloadLink": "https://functionscdn.azureedge.net/public/4.0.6518/Azure.Functions.Cli.min.win-x64_inproc.4.0.6518.zip", + "sha2": "270e589c674acf3aef2b5479e4f1b482e39aec65c6761439e438eda80d78a92f", + "size": "minified", + "default": "false" + }, + { + "OS": "Windows", + "Architecture": "arm64", + "downloadLink": "https://functionscdn.azureedge.net/public/4.0.6518/Azure.Functions.Cli.min.win-arm64_inproc.4.0.6518.zip", + "sha2": "4921657029be6c470c1f94465d322ebec1aabb8f52b1379796abbf1779fedf85", + "size": "minified", + "default": "false" + } + ] } } }