From a975f1bc9ee8e864a94eaef3d3d6ffee38911b23 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Sun, 24 Jan 2021 10:19:21 -0600 Subject: [PATCH] Added Azure Functions Core Tools version 3.0.3233. (#6541) --- .../AzureFunctionsCoreTools/3.0.3233.yaml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 manifests/Microsoft/AzureFunctionsCoreTools/3.0.3233.yaml diff --git a/manifests/Microsoft/AzureFunctionsCoreTools/3.0.3233.yaml b/manifests/Microsoft/AzureFunctionsCoreTools/3.0.3233.yaml new file mode 100644 index 000000000..4177752c7 --- /dev/null +++ b/manifests/Microsoft/AzureFunctionsCoreTools/3.0.3233.yaml @@ -0,0 +1,23 @@ +# ================== General ================== + +Id: Microsoft.AzureFunctionsCoreTools +Name: Azure Functions Core Tools +AppMoniker: FunctionsCoreTools +Version: 3.0.3233 +Publisher: Microsoft +Author: Microsoft +License: Copyright (C) Microsoft Corporation +LicenseUrl: https://www.microsoft.com/en-us/legal/intellectualproperty/copyright/default.aspx +Homepage: https://github.com/Azure/azure-functions-core-tools +Description: Command line tools for Azure Functions +Tags: "Azure, AppService, Functions, Azure Functions" +InstallerType: msi +Commands: func + +# ======================= Installers ================== + +Installers: + - Arch: x64 + Url: https://functionscdn.azureedge.net/public/3.0.3233/func-cli-3.0.3233-x64.msi + Sha256: 58AF004EDDFE3874BAA71A9AB4A9DBBF16445FB85800E26186710B1AC7695DB9 + ProductCode: "{18894B55-F1CC-40F2-AC20-AADD60887DCB}" \ No newline at end of file