11 buildPythonPackage rec {
12 pname = "azure-monitor-ingestion";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-idAEqP+HaZs/0fzyBaqO8enTTySg88w3TSIUceiYdDs=";
27 propagatedBuildInputs = [
33 pythonImportsCheck = [
34 "azure.monitor.ingestion"
35 "azure.monitor.ingestion.aio"
38 # requires checkout from mono-repo and a mock account
42 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-monitor-ingestion_${version}/sdk/monitor/azure-monitor-ingestion/CHANGELOG.md";
43 description = "Send custom logs to Azure Monitor using the Logs Ingestion API";
44 homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-ingestion";
45 license = licenses.mit;
46 maintainers = with maintainers; [ dotlambda ];