azure-cli: 2.10.1 -> 2.11.1

This commit is contained in:
Jonathan Ringer
2020-09-03 23:35:08 -07:00
committed by Jon
parent 3a3077ae24
commit 25edae3499
2 changed files with 41 additions and 12 deletions
+5 -2
View File
@@ -1,12 +1,12 @@
{ stdenv, lib, python, fetchFromGitHub, installShellFiles }:
let
version = "2.10.1";
version = "2.11.1";
src = fetchFromGitHub {
owner = "Azure";
repo = "azure-cli";
rev = "azure-cli-${version}";
sha256 = "03mard9cyffn109c1p0hrdi4cjxbwyk98677qrira9yvy6rw04bg";
sha256 = "11jmgc73b0w725rq89j6hk6gh67nfdbzp3rmywmrnah683d6xbpx";
};
# put packages that needs to be overriden in the py package scope
@@ -105,10 +105,13 @@ py.pkgs.toPythonApplication (py.pkgs.buildAzureCliPackage {
azure-mgmt-sql
azure-mgmt-sqlvirtualmachine
azure-mgmt-storage
azure-mgmt-synapse
azure-mgmt-trafficmanager
azure-mgmt-web
azure-multiapi-storage
azure-storage-blob
azure-synapse-accesscontrol
azure-synapse-spark
colorama
cryptography
Fabric