Add py-azure-cli: Microsoft Azure Command-Line Tools

It also adds all azure-cli libraries, modules and commands.

The Azure CLI is a command-line tool providing a great experience for managing
Azure resources. The CLI is designed to make scripting easy, query data,
support long-running operations, and more. Try it today and find out what the
CLI has to offer!

WWW: https://pypi.org/project/azure-cli/
WWW: https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest
This commit is contained in:
Danilo G. Baio 2019-01-26 13:28:29 +00:00
parent 4db9af1d34
commit cca9328bc1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491291
334 changed files with 3859 additions and 1 deletions

View File

@ -4332,6 +4332,63 @@
SUBDIR += py-attrs
SUBDIR += py-automaton
SUBDIR += py-avro
SUBDIR += py-azure-batch
SUBDIR += py-azure-datalake-store
SUBDIR += py-azure-graphrbac
SUBDIR += py-azure-keyvault
SUBDIR += py-azure-mgmt-advisor
SUBDIR += py-azure-mgmt-authorization
SUBDIR += py-azure-mgmt-batch
SUBDIR += py-azure-mgmt-batchai
SUBDIR += py-azure-mgmt-billing
SUBDIR += py-azure-mgmt-botservice
SUBDIR += py-azure-mgmt-cdn
SUBDIR += py-azure-mgmt-cognitiveservices
SUBDIR += py-azure-mgmt-compute
SUBDIR += py-azure-mgmt-consumption
SUBDIR += py-azure-mgmt-containerinstance
SUBDIR += py-azure-mgmt-containerregistry
SUBDIR += py-azure-mgmt-containerservice
SUBDIR += py-azure-mgmt-cosmosdb
SUBDIR += py-azure-mgmt-datalake-analytics
SUBDIR += py-azure-mgmt-datalake-store
SUBDIR += py-azure-mgmt-datamigration
SUBDIR += py-azure-mgmt-devtestlabs
SUBDIR += py-azure-mgmt-dns
SUBDIR += py-azure-mgmt-eventgrid
SUBDIR += py-azure-mgmt-eventhub
SUBDIR += py-azure-mgmt-hdinsight
SUBDIR += py-azure-mgmt-iotcentral
SUBDIR += py-azure-mgmt-iothub
SUBDIR += py-azure-mgmt-iothubprovisioningservices
SUBDIR += py-azure-mgmt-keyvault
SUBDIR += py-azure-mgmt-loganalytics
SUBDIR += py-azure-mgmt-managementgroups
SUBDIR += py-azure-mgmt-maps
SUBDIR += py-azure-mgmt-marketplaceordering
SUBDIR += py-azure-mgmt-media
SUBDIR += py-azure-mgmt-monitor
SUBDIR += py-azure-mgmt-msi
SUBDIR += py-azure-mgmt-network
SUBDIR += py-azure-mgmt-policyinsights
SUBDIR += py-azure-mgmt-rdbms
SUBDIR += py-azure-mgmt-recoveryservices
SUBDIR += py-azure-mgmt-recoveryservicesbackup
SUBDIR += py-azure-mgmt-redis
SUBDIR += py-azure-mgmt-relay
SUBDIR += py-azure-mgmt-reservations
SUBDIR += py-azure-mgmt-resource
SUBDIR += py-azure-mgmt-search
SUBDIR += py-azure-mgmt-servicebus
SUBDIR += py-azure-mgmt-servicefabric
SUBDIR += py-azure-mgmt-signalr
SUBDIR += py-azure-mgmt-sql
SUBDIR += py-azure-mgmt-storage
SUBDIR += py-azure-mgmt-trafficmanager
SUBDIR += py-azure-mgmt-web
SUBDIR += py-azure-multiapi-storage
SUBDIR += py-azure-storage-blob
SUBDIR += py-azure-storage-common
SUBDIR += py-babel
SUBDIR += py-babelfish
SUBDIR += py-backcall
@ -4877,6 +4934,7 @@
SUBDIR += py-pydevd
SUBDIR += py-pydispatcher
SUBDIR += py-pydocstyle
SUBDIR += py-pydocumentdb
SUBDIR += py-pydoop
SUBDIR += py-pydrive
SUBDIR += py-pyechonest

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-batch
PORTVERSION= 6.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Batch Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545952332
SHA256 (azure-batch-6.0.0.zip) = 38a1a20a25a04c26f5bbe65f47e0c456d87ec4b6109bad2c97e10de9f48ecb38
SIZE (azure-batch-6.0.0.zip) = 226823

View File

@ -0,0 +1,12 @@
This is the Microsoft Azure Batch Client Library.
Batch processing began with mainframe computers and punch cards. Today, it still
plays a central role in business, engineering, science, and other areas that
require running lots of automated tasks—processing bills and payroll,
calculating portfolio risk, designing new products, rendering animated films,
testing software, searching for energy, predicting the weather, and finding new
cures for disease. Previously, few people had access to the computing power for
these scenarios. With Azure Batch, that power is available to you when you need
it, without any capital investment.
WWW: https://pypi.org/project/azure-batch/

View File

@ -0,0 +1,30 @@
# $FreeBSD$
PORTNAME= azure-datalake-store
PORTVERSION= 0.0.39
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Data Lake Store Filesystem Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}adal>=0.4.2:net-mgmt/py-adal@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR} \
${PY_FUTURES}
USES= azurepy python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 3400
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pathlib2>=0:devel/py-pathlib2@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545685260
SHA256 (azure-datalake-store-0.0.39.tar.gz) = fd1ca3384808ac806470c26c98bc2346c1784d5b281fac4ea468ba018269ee3a
SIZE (azure-datalake-store-0.0.39.tar.gz) = 55756

View File

@ -0,0 +1,12 @@
This project is the Python filesystem library for Azure Data Lake Store.
Azure Data Lake Storage Gen2 is a highly scalable and cost-effective data lake
solution for big data analytics. It combines the power of a high-performance
file system with massive scale and economy to help you speed your time to
insight. Data Lake Storage Gen2 extends Azure Blob Storage capabilities and is
optimized for analytics workloads. Store data once and access it via existing
Blob Storage and HDFS-compliant file system interfaces with no programming
changes or data copying. Data Lake Storage Gen2 is the most comprehensive data
lake available.
WWW: https://pypi.org/project/azure-datalake-store/

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-graphrbac
PORTVERSION= 0.53.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Graph RBAC Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545595382
SHA256 (azure-graphrbac-0.53.0.zip) = 970c11f2cfa42c3e52d9768a92295cb0812dfbaa35401a2c5d1f5cbf6a42ae6f
SIZE (azure-graphrbac-0.53.0.zip) = 118429

View File

@ -0,0 +1,3 @@
This is the Microsoft Azure Graph RBAC Client Library.
WWW: https://pypi.org/project/azure-graphrbac/

View File

@ -0,0 +1,25 @@
# $FreeBSD$
PORTNAME= azure-keyvault
PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Key Vault Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.4:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1544279239
SHA256 (azure-keyvault-1.1.0.zip) = 37a8e5f376eb5a304fcd066d414b5d93b987e68f9212b0c41efa37d429aadd49
SIZE (azure-keyvault-1.1.0.zip) = 363909

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Key Vault Client Library.
Use the Azure Key Vault management libraries to create key vaults, authorize
applications, and manage permissions.
WWW: https://pypi.org/project/azure-keyvault/

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-mgmt-advisor
PORTVERSION= 2.0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Advisor Client Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1546105470
SHA256 (azure-mgmt-advisor-2.0.1.zip) = 1929d6d5ba49d055fdc806e981b93cf75ea42ba35f78222aaf42d8dcf29d4ef3
SIZE (azure-mgmt-advisor-2.0.1.zip) = 41572

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Advisor Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-advisor/

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-mgmt-authorization
PORTVERSION= 0.51.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Authorization Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1544278307
SHA256 (azure-mgmt-authorization-0.51.1.zip) = d2789e21c6b85591b38d5d4e9b835b6546824c14e14aaa366da0ef50a95d2478
SIZE (azure-mgmt-authorization-0.51.1.zip) = 120356

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Authorization Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-authorization/

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= azure-mgmt-batch
PORTVERSION= 5.0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Batch Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545952004
SHA256 (azure-mgmt-batch-5.0.1.zip) = 6e375ecdd5966ee9ee45b29c90a806388c27ceacc2cbd6dd406ff311b5d7da72
SIZE (azure-mgmt-batch-5.0.1.zip) = 94620

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Batch Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-batch/

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= azure-mgmt-batchai
PORTVERSION= 2.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Batch AI Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.20:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545948894
SHA256 (azure-mgmt-batchai-2.0.0.zip) = f1870b0f97d5001cdb66208e5a236c9717a0ed18b34dbfdb238a828f3ca2a683
SIZE (azure-mgmt-batchai-2.0.0.zip) = 185352

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Batch AI Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-batchai/

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= azure-mgmt-billing
PORTVERSION= 0.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Billing Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.20:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545948524
SHA256 (azure-mgmt-billing-0.2.0.zip) = 85f73bb3808a7d0d2543307e8f41e5b90a170ad6eeedd54fe7fcaac61b5b22d2
SIZE (azure-mgmt-billing-0.2.0.zip) = 35308

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Billing Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-billing/

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-mgmt-botservice
PORTVERSION= 0.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Bot Service Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545947224
SHA256 (azure-mgmt-botservice-0.1.0.zip) = 592ea3828858841d470109b7eebd68627ead16a9cde1db8114ecaf3b76b56084
SIZE (azure-mgmt-botservice-0.1.0.zip) = 104729

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Bot Service Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-botservice/

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= azure-mgmt-cdn
PORTVERSION= 3.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure CDN Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545946895
SHA256 (azure-mgmt-cdn-3.0.0.zip) = 069774eb4b59b76ff9bd01708be0c8f9254ed40237b48368c3bb173f298755dd
SIZE (azure-mgmt-cdn-3.0.0.zip) = 117594

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure CDN Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-cdn/

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= azure-mgmt-cognitiveservices
PORTVERSION= 3.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Cognitive Services Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545946374
SHA256 (azure-mgmt-cognitiveservices-3.0.0.zip) = c3247f2786b996a5f328ebdaf65d31507571979e004de7a5ed0ff280f95d80b4
SIZE (azure-mgmt-cognitiveservices-3.0.0.zip) = 68467

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Cognitive Services Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-cognitiveservices/

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-mgmt-compute
PORTVERSION= 4.3.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Compute Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1544278836
SHA256 (azure-mgmt-compute-4.3.1.zip) = 5b0c2390af3e29d910e3d6e7a72b0be59d6e15933740dd193129217c000e4fed
SIZE (azure-mgmt-compute-4.3.1.zip) = 2552116

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Compute Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-compute/

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= azure-mgmt-consumption
PORTVERSION= 2.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Consumption Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.20:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545690059
SHA256 (azure-mgmt-consumption-2.0.0.zip) = 9a85a89f30f224d261749be20b4616a0eb8948586f7f0f20573b8ea32f265189
SIZE (azure-mgmt-consumption-2.0.0.zip) = 56975

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Consumption Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-consumption/

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-mgmt-containerinstance
PORTVERSION= 1.4.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Container Instance Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545689461
SHA256 (azure-mgmt-containerinstance-1.4.0.zip) = 274a9def808407fafe123aa8e9bc1c838a48af2de56419598db7a8b8901086e3
SIZE (azure-mgmt-containerinstance-1.4.0.zip) = 98366

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Container Instance Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-containerinstance/

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-mgmt-containerregistry
PORTVERSION= 2.5.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Container Registry Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1546103479
SHA256 (azure-mgmt-containerregistry-2.5.0.zip) = 09f1554da5a86f645fe816620223f93000bcbc5cbfb92e210077e3c5cdaf0b95
SIZE (azure-mgmt-containerregistry-2.5.0.zip) = 520510

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Container Registry Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-containerregistry/

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-mgmt-containerservice
PORTVERSION= 4.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Container Service Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1546106233
SHA256 (azure-mgmt-containerservice-4.3.0.zip) = c8b8dfe8a2bfeac5d19dd6e32251a306741c50b4b167ca765dc83ea13a06dd48
SIZE (azure-mgmt-containerservice-4.3.0.zip) = 221197

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Container Service Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-containerservice/

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-mgmt-cosmosdb
PORTVERSION= 0.5.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Cosmos DB Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545688820
SHA256 (azure-mgmt-cosmosdb-0.5.2.zip) = 1a7fefbd45262a7384a013fa4c29ea030365b08ead5e08a7148d2a32276cb2c3
SIZE (azure-mgmt-cosmosdb-0.5.2.zip) = 109898

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Cosmos DB Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-cosmosdb/

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= azure-mgmt-datalake-analytics
PORTVERSION= 0.6.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Data Lake Analytics Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545686205
SHA256 (azure-mgmt-datalake-analytics-0.6.0.zip) = 0d64c4689a67d6138eb9ffbaff2eda2bace7d30b846401673183dcb42714de8f
SIZE (azure-mgmt-datalake-analytics-0.6.0.zip) = 309915

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Data Lake Analytics Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-datalake-analytics/

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= azure-mgmt-datalake-store
PORTVERSION= 0.5.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Data Lake Store Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545684975
SHA256 (azure-mgmt-datalake-store-0.5.0.zip) = 9376d35495661d19f8acc5604f67b0bc59493b1835bbc480f9a1952f90017a4c
SIZE (azure-mgmt-datalake-store-0.5.0.zip) = 101342

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Data Lake Store Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-datalake-store/

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-mgmt-datamigration
PORTVERSION= 2.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Data Migration Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545609460
SHA256 (azure-mgmt-datamigration-2.1.0.zip) = 49e6e68093e2d647c1c54a4027dee5b1d57f7e7c21480ae386c55cb3d5fa14bc
SIZE (azure-mgmt-datamigration-2.1.0.zip) = 458429

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Data Migration Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-datamigration/

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= azure-mgmt-devtestlabs
PORTVERSION= 2.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure DevTestLabs Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.20:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545601890
SHA256 (azure-mgmt-devtestlabs-2.2.0.zip) = d416a6d0883b0d33a63c524db6455ee90a01a72a9d8757653e446bf4d3f69796
SIZE (azure-mgmt-devtestlabs-2.2.0.zip) = 207202

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure DevTestLabs Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-devtestlabs/

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-mgmt-dns
PORTVERSION= 2.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure DNS Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545601099
SHA256 (azure-mgmt-dns-2.1.0.zip) = 3730b1b3f545a5aa43c0fff07418b362a789eb7d81286e2bed90ffef88bfa5d0
SIZE (azure-mgmt-dns-2.1.0.zip) = 145766

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure DNS Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-dns/

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= azure-mgmt-eventgrid
PORTVERSION= 1.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure EventGrid Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545608972
SHA256 (azure-mgmt-eventgrid-1.0.0.zip) = 824503b668137affa5b3782c6348c0bb6ab012c72fe47a3be9942c5639f82f8a
SIZE (azure-mgmt-eventgrid-1.0.0.zip) = 60249

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure EventGrid Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-eventgrid/

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-mgmt-eventhub
PORTVERSION= 2.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure EventHub Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545608600
SHA256 (azure-mgmt-eventhub-2.2.0.zip) = b5407e529b9daeefbb9393c8f7401f44a21ecfeede6e03cf08456149c1d3533e
SIZE (azure-mgmt-eventhub-2.2.0.zip) = 76364

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure EventHub Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-eventhub/

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-mgmt-hdinsight
PORTVERSION= 0.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure HDInsight Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545606748
SHA256 (azure-mgmt-hdinsight-0.2.0.zip) = 0004260de83d9a31e8bfce627dfc942186dea3e604ba387727130930f84a3fb5
SIZE (azure-mgmt-hdinsight-0.2.0.zip) = 123444

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure HDInsight Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-hdinsight/

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-mgmt-iotcentral
PORTVERSION= 1.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure IoTCentral Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545605108
SHA256 (azure-mgmt-iotcentral-1.0.0.zip) = 9aac88ed1f993965015f4e9986931fc08798e09d7b864928681a7cebff053de8
SIZE (azure-mgmt-iotcentral-1.0.0.zip) = 36026

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure IoTCentral Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-iotcentral/

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-mgmt-iothub
PORTVERSION= 0.7.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure IoTHub Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545605836
SHA256 (azure-mgmt-iothub-0.7.0.zip) = a0055fa6ec7a8d6dc9458605878d04d229f57f248096e54bc82dbe4c16d17634
SIZE (azure-mgmt-iothub-0.7.0.zip) = 140713

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure IoTHub Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-iothub/

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= azure-mgmt-iothubprovisioningservices
PORTVERSION= 0.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure IoTHub Provisioning Services Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.20:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545605937
SHA256 (azure-mgmt-iothubprovisioningservices-0.2.0.zip) = 8c37acfd1c33aba845f2e0302ef7266cad31cba503cc990a48684659acb7b91d
SIZE (azure-mgmt-iothubprovisioningservices-0.2.0.zip) = 71353

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure IoTHub Provisioning Services Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-iothubprovisioningservices/

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-mgmt-keyvault
PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Key Vault Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1544279072
SHA256 (azure-mgmt-keyvault-1.1.0.zip) = 05a15327a922441d2ba32add50a35c7f1b9225727cbdd3eeb98bc656e4684099
SIZE (azure-mgmt-keyvault-1.1.0.zip) = 122664

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Key Vault Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-keyvault/

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= azure-mgmt-loganalytics
PORTVERSION= 0.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Analytics Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545689547
SHA256 (azure-mgmt-loganalytics-0.2.0.zip) = c7315ff0ee4d618fb38dca68548ef4023a7a20ce00efe27eb2105a5426237d86
SIZE (azure-mgmt-loganalytics-0.2.0.zip) = 99736

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Analytics Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-loganalytics/

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= azure-mgmt-managementgroups
PORTVERSION= 0.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Management Groups Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1544802176
SHA256 (azure-mgmt-managementgroups-0.1.0.zip) = ff62d982edda634a36160cb1d15a367a9572a5acb419e5e7ad371e8c83bd47c7
SIZE (azure-mgmt-managementgroups-0.1.0.zip) = 66850

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Management Groups Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-managementgroups/

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= azure-mgmt-maps
PORTVERSION= 0.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Maps Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545601490
SHA256 (azure-mgmt-maps-0.1.0.zip) = c120e210bb61768da29de24d28b82f8d42ae24e52396eb6569b499709e22f006
SIZE (azure-mgmt-maps-0.1.0.zip) = 37078

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Maps Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-maps/

Some files were not shown because too many files have changed in this diff Show More