Unverified Commit d3a5c757 authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

azure-cli: override msal with 1.32.3 (#407286)

parents 580fa9dd 9bd5a772
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -203,6 +203,14 @@ 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