10 buildPythonPackage rec {
11 pname = "azure-mgmt-loganalytics";
15 inherit pname version;
17 sha256 = "da128a7e0291be7fa2063848df92a9180cf5c16d42adc09d2bc2efd711536bfb";
20 propagatedBuildInputs = [
27 pythonNamespaces = [ "azure.mgmt" ];
32 pythonImportsCheck = [ "azure.mgmt.loganalytics" ];
35 description = "This is the Microsoft Azure Log Analytics Management Client Library";
36 homepage = "https://github.com/Azure/azure-sdk-for-python";
37 license = licenses.mit;
38 maintainers = with maintainers; [ maxwilson ];