Skip to content

Commit ffb3bad

Browse files
committed
azure-cli: fix by pinning azure-mgmt-compute
Signed-off-by: Paul Meyer <[email protected]>
1 parent 785eec1 commit ffb3bad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/by-name/az/azure-cli/python-packages.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ let
154154
};
155155
});
156156

157+
# ModuleNotFoundError: No module named 'azure.mgmt.compute.v2024_07_01'
158+
azure-mgmt-compute =
159+
overrideAzureMgmtPackage super.azure-mgmt-compute "33.0.0" "tar.gz"
160+
"sha256-o8wP5PCcjh01I8G/uSYg3+JjoKiTsKwToz1wV+nd3dI=";
161+
157162
# ImportError: cannot import name 'ResourceSku' from 'azure.mgmt.eventgrid.models'
158163
azure-mgmt-eventgrid =
159164
overrideAzureMgmtPackage super.azure-mgmt-eventgrid "10.2.0b2" "zip"

0 commit comments

Comments
 (0)