10 buildPythonPackage rec {
12 pname = "azure-mgmt-resource";
16 inherit pname version;
18 sha256 = "0bdbdc9c1ed2ef975d8dff45f358d1e06dc6761eace5b6817f13993447e48a68";
21 propagatedBuildInputs = [
29 pythonNamespaces = [ "azure.mgmt" ];
31 pythonImportsCheck = [ "azure.mgmt.resource" ];
33 meta = with pkgs.lib; {
34 description = "Microsoft Azure SDK for Python";
35 homepage = "https://github.com/Azure/azure-sdk-for-python";
36 license = licenses.mit;
37 maintainers = with maintainers; [ olcai maxwilson jonringer ];