azure-functions-core-tools
Advanced tools
Comparing version 4.0.6280 to 4.0.6543
@@ -8,2 +8,3 @@ #! /usr/bin/env node | ||
const version = require('../package.json').version; | ||
const consolidatedBuildId = "4.0." + require('../package.json').consolidatedBuildId; | ||
const chalk = require('chalk'); | ||
@@ -45,3 +46,3 @@ const path = require('path'); | ||
const fileName = 'Azure.Functions.Cli.' + platform + '.' + version + '.zip'; | ||
const endpoint = 'https://functionscdn.azureedge.net/public/' + version + '/' + fileName; | ||
const endpoint = 'https://functionscdn.azureedge.net/public/' + consolidatedBuildId + '/' + fileName; | ||
console.log('attempting to GET %j', endpoint); | ||
@@ -104,2 +105,3 @@ const options = url.parse(endpoint); | ||
fs.chmodSync(`${installPath}/in-proc8/func`, 0o755); | ||
fs.chmodSync(`${installPath}/in-proc6/func`, 0o755); | ||
} | ||
@@ -106,0 +108,0 @@ }); |
{ | ||
"name": "azure-functions-core-tools", | ||
"version": "4.0.6280", | ||
"version": "4.0.6543", | ||
"lockfileVersion": 2, | ||
@@ -9,3 +9,3 @@ "requires": true, | ||
"name": "azure-functions-core-tools", | ||
"version": "4.0.6280", | ||
"version": "4.0.6543", | ||
"hasInstallScript": true, | ||
@@ -12,0 +12,0 @@ "license": "MIT", |
{ | ||
"name": "azure-functions-core-tools", | ||
"version": "4.0.6280", | ||
"description": "Azure Functions Core Tools", | ||
"scripts": { | ||
"postinstall": "node lib/install.js", | ||
"prepublishOnly": "node lib/copy-metadata.js" | ||
}, | ||
"author": "Microsoft", | ||
"license": "MIT", | ||
"preferGlobal": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Azure/azure-functions-core-tools.git" | ||
}, | ||
"bin": { | ||
"func": "lib/main.js", | ||
"azfun": "lib/main.js", | ||
"azurefunctions": "lib/main.js" | ||
}, | ||
"os": [ | ||
"win32", | ||
"darwin", | ||
"linux" | ||
], | ||
"engines": { | ||
"node": ">=6.9.1" | ||
}, | ||
"dependencies": { | ||
"chalk": "3.0.0", | ||
"extract-zip": "^2.0.1", | ||
"https-proxy-agent": "5.0.0", | ||
"progress": "2.0.3", | ||
"rimraf": "4.4.1" | ||
} | ||
"name": "azure-functions-core-tools", | ||
"version": "4.0.6543", | ||
"description": "Azure Functions Core Tools", | ||
"consolidatedBuildId": "123", | ||
"scripts": { | ||
"postinstall": "node lib/install.js", | ||
"prepublishOnly": "node lib/copy-metadata.js" | ||
}, | ||
"author": "Microsoft", | ||
"license": "MIT", | ||
"preferGlobal": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Azure/azure-functions-core-tools.git" | ||
}, | ||
"bin": { | ||
"func": "lib/main.js", | ||
"azfun": "lib/main.js", | ||
"azurefunctions": "lib/main.js" | ||
}, | ||
"os": [ | ||
"win32", | ||
"darwin", | ||
"linux" | ||
], | ||
"engines": { | ||
"node": "\u003e=6.9.1" | ||
}, | ||
"dependencies": { | ||
"chalk": "3.0.0", | ||
"https-proxy-agent": "5.0.1", | ||
"extract-zip": "^2.0.1", | ||
"progress": "2.0.3", | ||
"rimraf": "4.4.1" | ||
} | ||
} |
@@ -126,2 +126,9 @@ ![Azure Functions Logo](https://raw.githubusercontent.com/Azure/azure-functions-cli/master/src/Azure.Functions.Cli/npm/assets/azure-functions-logo-color-raster.png) | ||
##### Ubuntu 22.04 | ||
```bash | ||
wget -q https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb | ||
sudo dpkg -i packages-microsoft-prod.deb | ||
``` | ||
##### Ubuntu 20.04 | ||
@@ -128,0 +135,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55691
718
401
Updatedhttps-proxy-agent@5.0.1