mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Use RBAC for builds (#137473)
* build: 👷 adopt latest azure storage account * build: 💄 * missing compilation * iterate faster * try using AzureCliCredential * fix indentation * arg * fix build * use MSI for storage * fix dependency * argh * debug * fix! * bring back * argh * use RBAC for cosmos * empty
This commit is contained in:
+4
-4
@@ -3,14 +3,15 @@
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@azure/cosmos": "^3.9.3",
|
||||
"@azure/storage-blob": "^12.4.0",
|
||||
"@azure/cosmos": "^3.14.1",
|
||||
"@azure/identity": "^2.0.1",
|
||||
"@azure/storage-blob": "^12.8.0",
|
||||
"@electron/get": "^1.12.4",
|
||||
"@types/ansi-colors": "^3.2.0",
|
||||
"@types/azure": "0.9.19",
|
||||
"@types/byline": "^4.2.32",
|
||||
"@types/cssnano": "^4.0.0",
|
||||
"@types/debounce": "^1.0.0",
|
||||
"@types/debug": "4.1.5",
|
||||
"@types/eslint": "4.16.1",
|
||||
"@types/fancy-log": "^1.3.0",
|
||||
"@types/fs-extra": "^9.0.12",
|
||||
@@ -43,7 +44,6 @@
|
||||
"@typescript-eslint/experimental-utils": "~2.13.0",
|
||||
"@typescript-eslint/parser": "^3.3.0",
|
||||
"applicationinsights": "1.0.8",
|
||||
"azure-storage": "^2.1.0",
|
||||
"byline": "^5.0.0",
|
||||
"colors": "^1.4.0",
|
||||
"commander": "^7.0.0",
|
||||
|
||||
Reference in New Issue
Block a user