From 10c6f64afd767267548648e55f71fcde17ce6ef1 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Sat, 17 Aug 2019 20:50:49 +0800 Subject: [PATCH] azure-cli, azure-ps, azure-function-core-tools: move from extras (#363) --- bucket/azure-cli.json | 17 +++++++++++++ bucket/azure-functions-core-tools.json | 28 +++++++++++++++++++++ bucket/azure-ps.json | 34 ++++++++++++++++++++++++++ 3 files changed, 79 insertions(+) create mode 100644 bucket/azure-cli.json create mode 100644 bucket/azure-functions-core-tools.json create mode 100644 bucket/azure-ps.json diff --git a/bucket/azure-cli.json b/bucket/azure-cli.json new file mode 100644 index 0000000000..eb8dcff298 --- /dev/null +++ b/bucket/azure-cli.json @@ -0,0 +1,17 @@ +{ + "description": "Microsoft Azure CLI 2.0", + "homepage": "https://aka.ms/cli", + "version": "2.0.71", + "license": "MIT", + "url": "https://azurecliprod.azureedge.net/msi/azure-cli-2.0.71.msi", + "hash": "36e87cccfaaf0f0c807cd2dd09aaa054225377e16e197cf0d644ab57f7c64b63", + "extract_dir": "Microsoft SDKs/Azure/CLI2", + "bin": "wbin/az.cmd", + "checkver": { + "github": "https://github.com/Azure/azure-cli", + "regex": "/releases/tag/azure-cli-([\\d.]+)" + }, + "autoupdate": { + "url": "https://azurecliprod.azureedge.net/msi/azure-cli-$version.msi" + } +} diff --git a/bucket/azure-functions-core-tools.json b/bucket/azure-functions-core-tools.json new file mode 100644 index 0000000000..17a7f02203 --- /dev/null +++ b/bucket/azure-functions-core-tools.json @@ -0,0 +1,28 @@ +{ + "description": "Microsoft Azure Functions Core Tools", + "homepage": "https://github.com/Azure/azure-functions-core-tools", + "version": "2.7.1558", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1558/Azure.Functions.Cli.win-x64.2.7.1558.zip", + "hash": "8e81314d8be5632c9b6434e0286e66baed91619e66b35890d794056c41c2f171" + }, + "32bit": { + "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1558/Azure.Functions.Cli.win-x86.2.7.1558.zip", + "hash": "b59033ae4328e9edfa344df3cff41b632321fd81e7f341c7f2e2fe11cfceaaae" + } + }, + "bin": "func.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x64.$version.zip" + }, + "32bit": { + "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x86.$version.zip" + } + } + } +} diff --git a/bucket/azure-ps.json b/bucket/azure-ps.json new file mode 100644 index 0000000000..61e9ac5e11 --- /dev/null +++ b/bucket/azure-ps.json @@ -0,0 +1,34 @@ +{ + "version": "2.5.0.29171", + "description": "PowerShell cmdlets for developers and administrators to develop, deploy and manage Microsoft Azure applications.", + "homepage": "https://aka.ms/azpsdocs", + "license": "Apache-2.0", + "architecture": { + "32bit": { + "url": "https://github.com/Azure/azure-powershell/releases/download/v2.5.0-July2019/Az-Cmdlets-2.5.0.29171-x86.msi", + "hash": "db8ff5160bffbffa0f31e63f2fd9c810e23c666c77d2badcee316aaa5e54d8eb" + }, + "64bit": { + "url": "https://github.com/Azure/azure-powershell/releases/download/v2.5.0-July2019/Az-Cmdlets-2.5.0.29171-x64.msi", + "hash": "51c757e4ffc3a9ab1ccd20376a491a9f3b417b350eed347629d001a124ff11ed" + } + }, + "extract_dir": "WindowsPowerShell\\Modules", + "psmodule": { + "name": "AzureRM" + }, + "checkver": { + "github": "https://github.com/Azure/azure-powershell", + "regex": "download/v?(?[\\w-.]+)/Az-Cmdlets-([\\d.]+)-x64\\.msi" + }, + "autoupdate": { + "architecture": { + "32bit": { + "url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Az-Cmdlets-$version-x86.msi" + }, + "64bit": { + "url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Az-Cmdlets-$version-x64.msi" + } + } + } +}