pythonPackages.azure*: point to mono-repo for homepage

This commit is contained in:
Jonathan Ringer 2019-10-19 09:47:11 -07:00 committed by Frederik Rietdijk
parent 8ac510b8f7
commit a87c27eccd
83 changed files with 83 additions and 83 deletions

View File

@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Application Insights Client Library"; description = "This is the Microsoft Azure Application Insights Client Library";
homepage = https://github.com/Azure/azure-sdk-for-python/tree/master/azure-applicotioninsights; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Batch Client Library"; description = "This is the Microsoft Azure Batch Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/batch?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure common code"; description = "This is the Microsoft Azure common code";
homepage = https://github.com/Azure/azure-sdk-for-python/tree/master/azure-common; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ olcai mwilsoninsight ]; maintainers = with maintainers; [ olcai mwilsoninsight ];
}; };

View File

@ -21,7 +21,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Azure Cosmos DB API"; description = "Azure Cosmos DB API";
homepage = https://github.com/Azure/azure-cosmos-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ jonringer ];
}; };

View File

@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure CosmosDB namespace package"; description = "This is the Microsoft Azure CosmosDB namespace package";
homepage = https://github.com/Azure/azure-cosmos-table-python/tree/master/azure-cosmosdb-nspkg; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Log Analytics Client Library"; description = "This is the Microsoft Azure Log Analytics Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/cosmosdb?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This project is the Python filesystem library for Azure Data Lake Store"; description = "This project is the Python filesystem library for Azure Data Lake Store";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/data-lake-store?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "A fully-managed intelligent event routing service that allows for uniform event consumption using a publish-subscribe model"; description = "A fully-managed intelligent event routing service that allows for uniform event consumption using a publish-subscribe model";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/event-grid?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Graph RBAC Client Library"; description = "This is the Microsoft Azure Graph RBAC Client Library";
homepage = https://github.com/Azure/azure-sdk-for-python/tree/master/azure-graphrbac; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Key Vault Client Library"; description = "This is the Microsoft Azure Key Vault Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/key-vault?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Log Analytics Client Library"; description = "This is the Microsoft Azure Log Analytics Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/loganalytics/client?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Advisor Client Library"; description = "This is the Microsoft Azure Advisor Client Library";
homepage = https://github.com/Azure/azure-sdk-for-python/tree/master/azure-mgmt-advisor; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Application Insights Management Client Library"; description = "This is the Microsoft Azure Application Insights Management Client Library";
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-applicationinsights; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Authorization Management Client Library"; description = "This is the Microsoft Azure Authorization Management Client Library";
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-authorization; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Batch Management Client Library"; description = "This is the Microsoft Azure Batch Management Client Library";
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-batch; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Batch AI Management Client Library"; description = "This is the Microsoft Azure Batch AI Management Client Library";
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-batchai; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -34,7 +34,7 @@ buildPythonPackage {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Billing Client Library"; description = "This is the Microsoft Azure Billing Client Library";
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-billing; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure CDN Management Client Library"; description = "This is the Microsoft Azure CDN Management Client Library";
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-cdn; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Cognitive Services Management Client Library"; description = "This is the Microsoft Azure Cognitive Services Management Client Library";
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-cognitiveservices; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -34,7 +34,7 @@ buildPythonPackage {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Commerce Management Client Library"; description = "This is the Microsoft Azure Commerce Management Client Library";
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-commerce; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -35,7 +35,7 @@ buildPythonPackage rec {
meta = with pkgs.lib; { meta = with pkgs.lib; {
description = "This is the Microsoft Azure Resource Management common code"; description = "This is the Microsoft Azure Resource Management common code";
homepage = https://pypi.org/project/azure-mgmt-common; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ olcai mwilsoninsight ]; maintainers = with maintainers; [ olcai mwilsoninsight ];
}; };

View File

@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Compute Management Client Library"; description = "This is the Microsoft Azure Compute Management Client Library";
homepage = https://github.com/Azure/azure-sdk-for-python/tree/master/azure-mgmt-compute; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ olcai mwilsoninsight ]; maintainers = with maintainers; [ olcai mwilsoninsight ];
}; };

View File

@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Consumption Management Client Library"; description = "This is the Microsoft Azure Consumption Management Client Library";
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-consumption; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Container Instance Client Library"; description = "This is the Microsoft Azure Container Instance Client Library";
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-containerinstance; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Container Service Management Client Library"; description = "This is the Microsoft Azure Container Service Management Client Library";
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-containerservice; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Cosmos DB Management Client Library"; description = "This is the Microsoft Azure Cosmos DB Management Client Library";
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-cosmosdb; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Data Factory Management Client Library"; description = "This is the Microsoft Azure Data Factory Management Client Library";
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-datafactory; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Data Lake Analytics Management Client Library"; description = "This is the Microsoft Azure Data Lake Analytics Management Client Library";
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-datalake-analytics; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -23,7 +23,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Data Lake Management namespace package"; description = "This is the Microsoft Azure Data Lake Management namespace package";
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-datalake-nspkg; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Data Lake Store Management Client Library"; description = "This is the Microsoft Azure Data Lake Store Management Client Library";
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-datalake-store; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Data Migration Client Library"; description = "This is the Microsoft Azure Data Migration Client Library";
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-datamigration; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Dev Spaces Client Library"; description = "This is the Microsoft Azure Dev Spaces Client Library";
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-devspaces; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure DevTestLabs Management Client Library"; description = "This is the Microsoft Azure DevTestLabs Management Client Library";
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-devtestlabs; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure DNS Management Client Library"; description = "This is the Microsoft Azure DNS Management Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/dns?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure EventGrid Management Client Library"; description = "This is the Microsoft Azure EventGrid Management Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/event-grid?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure EventHub Management Client Library"; description = "This is the Microsoft Azure EventHub Management Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/event-hub?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure SAP Hana on Azure Management Client Library"; description = "This is the Microsoft Azure SAP Hana on Azure Management Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/hanaonazure?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure IoTCentral Management Client Library"; description = "This is the Microsoft Azure IoTCentral Management Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/iot?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure IoTHub Management Client Library"; description = "This is the Microsoft Azure IoTHub Management Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/iot?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure IoTHub Provisioning Services Client Library"; description = "This is the Microsoft Azure IoTHub Provisioning Services Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/iot?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Key Vault Management Client Library"; description = "This is the Microsoft Azure Key Vault Management Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/key-vault?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Log Analytics Management Client Library"; description = "This is the Microsoft Azure Log Analytics Management Client Library";
homepage = https://github.com/Azure/azure-sdk-for-python/tree/master/azure-mgmt-loganalytics; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Logic Apps Management Client Library"; description = "This is the Microsoft Azure Logic Apps Management Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/logic-apps?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Machine Learning Compute Management Client Library"; description = "This is the Microsoft Azure Machine Learning Compute Management Client Library";
homepage = https://github.com/Azure/azure-sdk-for-python/tree/master/azure-mgmt-machinelearningcompute; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Management Groups Client Library"; description = "This is the Microsoft Azure Management Groups Client Library";
homepage = https://github.com/Azure/azure-sdk-for-python/tree/master/azure-mgmt-managementgroups; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure ManagementPartner Management Client Library"; description = "This is the Microsoft Azure ManagementPartner Management Client Library";
homepage = https://github.com/Azure/azure-sdk-for-python/tree/master/azure-mgmt-managementpartner; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Maps Client Library"; description = "This is the Microsoft Azure Maps Client Library";
homepage = https://github.com/Azure/azure-sdk-for-python/tree/master/azure-mgmt-maps; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Market Place Ordering Client Library"; description = "This is the Microsoft Azure Market Place Ordering Client Library";
homepage = https://github.com/Azure/azure-sdk-for-python/tree/master/azure-mgmt-marketplaceordering; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Media Services Client Library"; description = "This is the Microsoft Azure Media Services Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/media-services?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Monitor Client Library"; description = "This is the Microsoft Azure Monitor Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/monitoring?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure MSI Management Client Library"; description = "This is the Microsoft Azure MSI Management Client Library";
homepage = https://github.com/Azure/azure-sdk-for-python/tree/master/azure-mgmt-msi; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Microsoft Azure SDK for Python"; description = "Microsoft Azure SDK for Python";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/network?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ olcai mwilsoninsight ]; maintainers = with maintainers; [ olcai mwilsoninsight ];
}; };

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Notification Hubs Management Client Library"; description = "This is the Microsoft Azure Notification Hubs Management Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/notification-hubs?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with pkgs.lib; { meta = with pkgs.lib; {
description = "Microsoft Azure SDK for Python"; description = "Microsoft Azure SDK for Python";
homepage = https://github.com/Azure/azure-sdk-for-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ olcai mwilsoninsight ]; maintainers = with maintainers; [ olcai mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Policy Insights Client Library"; description = "This is the Microsoft Azure Policy Insights Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/policy?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Power BI Embedded Management Client Library"; description = "This is the Microsoft Azure Power BI Embedded Management Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/power-bi?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure RDBMS Management Client Library"; description = "This is the Microsoft Azure RDBMS Management Client Library";
homepage = https://github.com/Azure/azure-sdk-for-python/tree/master/azure-mgmt-rdbms; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Recovery Services Client Library"; description = "This is the Microsoft Azure Recovery Services Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/recoveryservices?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Recovery Services Backup Management Client Library"; description = "This is the Microsoft Azure Recovery Services Backup Management Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/recovery-services-backup?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Redis Cache Management Client Library"; description = "This is the Microsoft Azure Redis Cache Management Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/redis?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Relay Client Library"; description = "This is the Microsoft Azure Relay Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/relay?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Reservations Client Library"; description = "This is the Microsoft Azure Reservations Client Library";
homepage = https://github.com/Azure/azure-sdk-for-python/tree/master/azure-mgmt-reservations; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with pkgs.lib; { meta = with pkgs.lib; {
description = "Microsoft Azure SDK for Python"; description = "Microsoft Azure SDK for Python";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/resources?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ olcai mwilsoninsight ]; maintainers = with maintainers; [ olcai mwilsoninsight ];
}; };

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Scheduler Management Client Library"; description = "This is the Microsoft Azure Scheduler Management Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/scheduler?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Search Management Client Library"; description = "This is the Microsoft Azure Search Management Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/search?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Service Bus Management Client Library"; description = "This is the Microsoft Azure Service Bus Management Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/servicebus?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Service Fabric Management Client Library"; description = "This is the Microsoft Azure Service Fabric Management Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/servicefabric?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure SignalR Client Library"; description = "This is the Microsoft Azure SignalR Client Library";
homepage = https://github.com/Azure/azure-sdk-for-python/tree/master/azure-mgmt-signalr; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure SQL Management Client Library"; description = "This is the Microsoft Azure SQL Management Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/sql?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Storage Management Client Library"; description = "This is the Microsoft Azure Storage Management Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/storage?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ olcai mwilsoninsight ]; maintainers = with maintainers; [ olcai mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Subscription Management Client Library"; description = "This is the Microsoft Azure Subscription Management Client Library";
homepage = https://github.com/Azure/azure-sdk-for-python/tree/master/azure-mgmt-subscription; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Traffic Manager Client Library"; description = "This is the Microsoft Azure Traffic Manager Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/traffic-manager?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Web Apps Management Client Library"; description = "This is the Microsoft Azure Web Apps Management Client Library";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/webapps?view=azure-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Microsoft Azure SDK for Python"; description = "Microsoft Azure SDK for Python";
homepage = https://github.com/Azure/azure-sdk-for-python; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ olcai mwilsoninsight ]; maintainers = with maintainers; [ olcai mwilsoninsight ];
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Service Bus Client Library"; description = "This is the Microsoft Azure Service Bus Client Library";
homepage = https://github.com/Azure/azure-sdk-for-python/free/master/azure-servicebus; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "This project provides a client library in Python that makes it easy to consume Microsoft Azure Storage services"; description = "This project provides a client library in Python that makes it easy to consume Microsoft Azure Storage services";
homepage = https://pypi.org/project/azure-servicefabric; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ]; maintainers = with maintainers; [ mwilsoninsight ];
}; };

View File

@ -30,7 +30,7 @@ buildPythonPackage {
meta = with lib; { meta = with lib; {
description = "This is the Microsoft Azure Service Management Legacy Client Library"; description = "This is the Microsoft Azure Service Management Legacy Client Library";
homepage = https://github.com/Azure/azure-sdk-for-python/tree/master/azure-servicemanagement-legacy; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ olcai mwilsoninsight ]; maintainers = with maintainers; [ olcai mwilsoninsight ];
}; };

View File

@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Client library for Microsoft Azure Storage services containing the blob service APIs"; description = "Client library for Microsoft Azure Storage services containing the blob service APIs";
homepage = https://github.com/Azure/azure-storage-python/tree/master/azure-storage-blob; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ cmcdragonkai mwilsoninsight ]; maintainers = with maintainers; [ cmcdragonkai mwilsoninsight ];
}; };

View File

@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Client library for Microsoft Azure Storage services containing common code shared by blob, file and queue"; description = "Client library for Microsoft Azure Storage services containing common code shared by blob, file and queue";
homepage = https://github.com/Azure/azure-storage-python/tree/master/azure-storage-common; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ cmcdragonkai ]; maintainers = with maintainers; [ cmcdragonkai ];
}; };

View File

@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Client library for Microsoft Azure Storage services containing the file service APIs"; description = "Client library for Microsoft Azure Storage services containing the file service APIs";
homepage = https://github.com/Azure/azure-storage-python/tree/master/azure-storage-file; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ cmcdragonkai ]; maintainers = with maintainers; [ cmcdragonkai ];
}; };

View File

@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Client library for Microsoft Azure Storage services owning the azure.storage namespace, user should not use this directly"; description = "Client library for Microsoft Azure Storage services owning the azure.storage namespace, user should not use this directly";
homepage = https://github.com/Azure/azure-storage-python/tree/master/azure-storage-nspkg; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ cmcdragonkai ]; maintainers = with maintainers; [ cmcdragonkai ];
}; };

View File

@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Client library for Microsoft Azure Storage services containing the queue service APIs"; description = "Client library for Microsoft Azure Storage services containing the queue service APIs";
homepage = https://github.com/Azure/azure-storage-python/tree/master/azure-storage-queue; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ cmcdragonkai ]; maintainers = with maintainers; [ cmcdragonkai ];
}; };

View File

@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with pkgs.lib; { meta = with pkgs.lib; {
description = "Microsoft Azure SDK for Python"; description = "Microsoft Azure SDK for Python";
homepage = "https://azure.microsoft.com/en-us/develop/python/"; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ olcai ]; maintainers = with maintainers; [ olcai ];
}; };