azure-cli: 2.77.0 -> 2.78.0

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2025-10-14 11:50:51 +02:00
parent 3a984b472f
commit df4db7cc67
2 changed files with 4 additions and 12 deletions
+2 -2
View File
@@ -26,14 +26,14 @@
}:
let
version = "2.77.0";
version = "2.78.0";
src = fetchFromGitHub {
name = "azure-cli-${version}-src";
owner = "Azure";
repo = "azure-cli";
tag = "azure-cli-${version}";
hash = "sha256-+AvfZIeGxQ+27gpg1y3fMMN7fBP4ATXr7By+dJpux3k=";
hash = "sha256-kSZ9nFKEXDQtExSuGxyym5xHKVDnOB4QmDG3AZjGGEI=";
};
# put packages that needs to be overridden in the py package scope
+2 -10
View File
@@ -234,11 +234,11 @@ let
# ImportError: cannot import name 'AdvancedThreatProtectionName' from 'azure.mgmt.sql.models'
azure-mgmt-sql = super.azure-mgmt-sql.overridePythonAttrs (attrs: rec {
version = "4.0.0b20";
version = "4.0.0b22";
src = fetchPypi {
pname = "azure_mgmt_sql"; # Different from src.pname in the original package.
inherit version;
hash = "sha256-mphqHUet4AhmL8aUoRbrGOjbookCHR3Ex+unpOq7aQM=";
hash = "sha256-ku3YN9W9Cyx4zsKxAs4k9/oeDXApzi2uqAURqa72H0k=";
};
});
@@ -251,14 +251,6 @@ let
azure-mgmt-synapse =
overrideAzureMgmtPackage super.azure-mgmt-synapse "2.1.0b5" "zip"
"sha256-5E6Yf1GgNyNVjd+SeFDbhDxnOA6fOAG6oojxtCP4m+k=";
# Observed error during runtime:
# AttributeError: Can't get attribute 'NormalizedResponse' on <module 'msal.throttled_http_client' from
# '/nix/store/xxx-python3.12-msal-1.32.0/lib/python3.12/site-packages/msal/throttled_http_client.py'>.
# Did you mean: '_msal_public_app_kwargs'?
msal =
overrideAzureMgmtPackage super.msal "1.32.3" "tar.gz"
"sha256-XuoDhonHilpwyo7L4SRUWLVahXvQlu+2mJxpuhWYXTU=";
};
};
in