Add py-azure-mgmt-applicationinsights

This is the Microsoft Azure Application Insights 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-applicationinsights/
This commit is contained in:
Danilo G. Baio 2019-01-31 22:13:14 +00:00
parent a6a5676d8e
commit 8fbb0b4b06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491762
4 changed files with 32 additions and 0 deletions

View File

@ -4340,6 +4340,7 @@
SUBDIR += py-azure-graphrbac
SUBDIR += py-azure-keyvault
SUBDIR += py-azure-mgmt-advisor
SUBDIR += py-azure-mgmt-applicationinsights
SUBDIR += py-azure-mgmt-authorization
SUBDIR += py-azure-mgmt-batch
SUBDIR += py-azure-mgmt-batchai

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= azure-mgmt-applicationinsights
PORTVERSION= 0.1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Application Insights Management Cli 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 = 1548882736
SHA256 (azure-mgmt-applicationinsights-0.1.1.zip) = f10229eb9e3e9d0ad20188b8d14d67055e86f3815b43b75eedf96b654bee2a9b
SIZE (azure-mgmt-applicationinsights-0.1.1.zip) = 53903

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Application Insights 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-applicationinsights/