12 buildPythonPackage rec {
13 pname = "azure-monitor-query";
18 inherit pname version;
19 hash = "sha256-aZxvPFlC8J2pjO8nP/u3QDkE7EP5PA1j8Qo2e0R54Ak=";
22 nativeBuildInputs = [ setuptools ];
30 pythonImportsCheck = [
36 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-monitor-query_${version}/sdk/monitor/azure-monitor-query/CHANGELOG.md";
37 description = "Microsoft Azure Monitor Query Client Library for Python";
38 homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-query";
39 license = lib.licenses.mit;
40 maintainers = azure-cli.meta.maintainers;