svn commit: r511524 - in head/sysutils: py-azure-cli-acs py-azure-cli-advisor py-azure-cli-ams py-azure-cli-appservice py-azure-cli-backup py-azure-cli-batch py-azure-cli-batchai py-azure-cli-billi...

Danilo G. Baio dbaio at FreeBSD.org
Sat Sep 7 23:26:00 UTC 2019


Author: dbaio
Date: Sat Sep  7 23:25:49 2019
New Revision: 511524
URL: https://svnweb.freebsd.org/changeset/ports/511524

Log:
  Mark as deprecated some azure-cli dependencies
  
  Following ports r511522.
  All of them were incorporated into azure-cli package on version >= 2.0.68.

Modified:
  head/sysutils/py-azure-cli-acs/Makefile
  head/sysutils/py-azure-cli-advisor/Makefile
  head/sysutils/py-azure-cli-ams/Makefile
  head/sysutils/py-azure-cli-appservice/Makefile
  head/sysutils/py-azure-cli-backup/Makefile
  head/sysutils/py-azure-cli-batch/Makefile
  head/sysutils/py-azure-cli-batchai/Makefile
  head/sysutils/py-azure-cli-billing/Makefile
  head/sysutils/py-azure-cli-botservice/Makefile
  head/sysutils/py-azure-cli-cdn/Makefile
  head/sysutils/py-azure-cli-cloud/Makefile
  head/sysutils/py-azure-cli-cognitiveservices/Makefile
  head/sysutils/py-azure-cli-configure/Makefile
  head/sysutils/py-azure-cli-consumption/Makefile
  head/sysutils/py-azure-cli-container/Makefile
  head/sysutils/py-azure-cli-cosmosdb/Makefile
  head/sysutils/py-azure-cli-dla/Makefile
  head/sysutils/py-azure-cli-dls/Makefile
  head/sysutils/py-azure-cli-dms/Makefile
  head/sysutils/py-azure-cli-eventgrid/Makefile
  head/sysutils/py-azure-cli-eventhubs/Makefile
  head/sysutils/py-azure-cli-extension/Makefile
  head/sysutils/py-azure-cli-feedback/Makefile
  head/sysutils/py-azure-cli-find/Makefile
  head/sysutils/py-azure-cli-hdinsight/Makefile
  head/sysutils/py-azure-cli-interactive/Makefile
  head/sysutils/py-azure-cli-iot/Makefile
  head/sysutils/py-azure-cli-iotcentral/Makefile
  head/sysutils/py-azure-cli-keyvault/Makefile
  head/sysutils/py-azure-cli-kusto/Makefile
  head/sysutils/py-azure-cli-lab/Makefile
  head/sysutils/py-azure-cli-maps/Makefile
  head/sysutils/py-azure-cli-monitor/Makefile
  head/sysutils/py-azure-cli-network/Makefile
  head/sysutils/py-azure-cli-policyinsights/Makefile
  head/sysutils/py-azure-cli-profile/Makefile
  head/sysutils/py-azure-cli-rdbms/Makefile
  head/sysutils/py-azure-cli-redis/Makefile
  head/sysutils/py-azure-cli-relay/Makefile
  head/sysutils/py-azure-cli-reservations/Makefile
  head/sysutils/py-azure-cli-resource/Makefile
  head/sysutils/py-azure-cli-role/Makefile
  head/sysutils/py-azure-cli-search/Makefile
  head/sysutils/py-azure-cli-security/Makefile
  head/sysutils/py-azure-cli-servicebus/Makefile
  head/sysutils/py-azure-cli-servicefabric/Makefile
  head/sysutils/py-azure-cli-signalr/Makefile
  head/sysutils/py-azure-cli-sql/Makefile
  head/sysutils/py-azure-cli-sqlvm/Makefile
  head/sysutils/py-azure-cli-storage/Makefile
  head/sysutils/py-azure-cli-vm/Makefile

Modified: head/sysutils/py-azure-cli-acs/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-acs/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-acs/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools ACS Comman
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-authorization>=0.50.0:devel/py-azure-mgmt-authorization@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-compute>=5.0.0:devel/py-azure-mgmt-compute@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerservice>=5.2.0:devel/py-azure-mgmt-containerservice@${PY_FLAVOR} \

Modified: head/sysutils/py-azure-cli-advisor/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-advisor/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-advisor/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Advisor Co
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-advisor>=2.0.1:devel/py-azure-mgmt-advisor@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 

Modified: head/sysutils/py-azure-cli-ams/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-ams/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-ams/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools AMS Comman
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-media>=1.1.1:devel/py-azure-mgmt-media@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-graphrbac>=0.60.0:devel/py-azure-graphrbac@${PY_FLAVOR}

Modified: head/sysutils/py-azure-cli-appservice/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-appservice/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-appservice/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools AppService
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-storage>=3.1.1:devel/py-azure-mgmt-storage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-web>=0.40.0:devel/py-azure-mgmt-web@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerregistry>=2.7.0:devel/py-azure-mgmt-containerregistry@${PY_FLAVOR} \

Modified: head/sysutils/py-azure-cli-backup/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-backup/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-backup/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Recovery S
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-recoveryservices>=0.1.1:devel/py-azure-mgmt-recoveryservices@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-recoveryservicesbackup>=0.1.2:devel/py-azure-mgmt-recoveryservicesbackup@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}

Modified: head/sysutils/py-azure-cli-batch/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-batch/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-batch/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Batch Comm
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-batch>=6.0.0:devel/py-azure-mgmt-batch@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-batch>=6.0.0:devel/py-azure-batch@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \

Modified: head/sysutils/py-azure-cli-batchai/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-batchai/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-batchai/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Batch AI C
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-storage>=3.3.0:devel/py-azure-mgmt-storage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-batchai>=2.0.0:devel/py-azure-mgmt-batchai@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-storage-blob>=1.3.1:devel/py-azure-storage-blob@${PY_FLAVOR} \

Modified: head/sysutils/py-azure-cli-billing/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-billing/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-billing/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Billing Co
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-billing>=0.2.0:devel/py-azure-mgmt-billing@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 

Modified: head/sysutils/py-azure-cli-botservice/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-botservice/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-botservice/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Bot Servic
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-botservice>=0:devel/py-azure-mgmt-botservice@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-web>=0.42.0:devel/py-azure-mgmt-web@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \

Modified: head/sysutils/py-azure-cli-cdn/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-cdn/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-cdn/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools CDN Comman
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-cdn>=3.1.0:devel/py-azure-mgmt-cdn@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 

Modified: head/sysutils/py-azure-cli-cloud/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-cloud/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-cloud/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Cloud Comm
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 
 USES=		azurepy python

Modified: head/sysutils/py-azure-cli-cognitiveservices/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-cognitiveservices/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-cognitiveservices/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Cognitive 
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-cognitiveservices>=3.0.0:devel/py-azure-mgmt-cognitiveservices@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 

Modified: head/sysutils/py-azure-cli-configure/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-configure/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-configure/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Configure 
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 
 USES=		azurepy python

Modified: head/sysutils/py-azure-cli-consumption/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-consumption/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-consumption/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Consumptio
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-consumption>=2.0.0:devel/py-azure-mgmt-consumption@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 

Modified: head/sysutils/py-azure-cli-container/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-container/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-container/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools container 
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerinstance>=1.4.0:devel/py-azure-mgmt-containerinstance@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-loganalytics>=0.2.0:devel/py-azure-mgmt-loganalytics@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-resource>=2.0.0:devel/py-azure-mgmt-resource@${PY_FLAVOR} \

Modified: head/sysutils/py-azure-cli-cosmosdb/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-cosmosdb/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-cosmosdb/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Cosmos DB 
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-cosmosdb>=0.6.1:devel/py-azure-mgmt-cosmosdb@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cosmos>=3.0.2:devel/py-azure-cosmos@${PY_FLAVOR}

Modified: head/sysutils/py-azure-cli-dla/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-dla/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-dla/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Data Lake 
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-datalake-store>=0.5.0:devel/py-azure-mgmt-datalake-store@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-datalake-analytics>=0.2.1:devel/py-azure-mgmt-datalake-analytics@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}

Modified: head/sysutils/py-azure-cli-dls/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-dls/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-dls/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Data Lake 
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-datalake-store>=0.5.0:devel/py-azure-mgmt-datalake-store@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-datalake-store>=0.0.39:devel/py-azure-datalake-store@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}

Modified: head/sysutils/py-azure-cli-dms/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-dms/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-dms/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools for the Da
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-datamigration>=0.1.0:devel/py-azure-mgmt-datamigration@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR}

Modified: head/sysutils/py-azure-cli-eventgrid/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-eventgrid/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-eventgrid/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools EventGrid 
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-eventgrid>=2.2.0:devel/py-azure-mgmt-eventgrid@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}

Modified: head/sysutils/py-azure-cli-eventhubs/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-eventhubs/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-eventhubs/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Event Hubs
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-eventhub>=2.6.0:devel/py-azure-mgmt-eventhub@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}

Modified: head/sysutils/py-azure-cli-extension/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-extension/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-extension/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Extension 
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 
 USES=		azurepy python

Modified: head/sysutils/py-azure-cli-feedback/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-feedback/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-feedback/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Feedback C
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 
 USES=		azurepy python

Modified: head/sysutils/py-azure-cli-find/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-find/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-find/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Find Comma
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 
 USES=		azurepy python

Modified: head/sysutils/py-azure-cli-hdinsight/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-hdinsight/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-hdinsight/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools HDInsight 
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-hdinsight>=0.2.1:devel/py-azure-mgmt-hdinsight@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-storage>=3.3.0:devel/py-azure-mgmt-storage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-network>=3.0.0:devel/py-azure-mgmt-network@${PY_FLAVOR} \

Modified: head/sysutils/py-azure-cli-interactive/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-interactive/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-interactive/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Interactive Shel
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}prompt_toolkit1>=1.0.15:devel/py-prompt_toolkit1@${PY_FLAVOR}
 

Modified: head/sysutils/py-azure-cli-iot/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-iot/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-iot/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools IoT Comman
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-iothub>=0.8.2:devel/py-azure-mgmt-iothub@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-iothubprovisioningservices>=0.2.0:devel/py-azure-mgmt-iothubprovisioningservices@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \

Modified: head/sysutils/py-azure-cli-iotcentral/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-iotcentral/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-iotcentral/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools IoT Centra
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-iotcentral>=1.0.0:devel/py-azure-mgmt-iotcentral@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 

Modified: head/sysutils/py-azure-cli-keyvault/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-keyvault/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-keyvault/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Keyvault C
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-keyvault>=1.1.0:devel/py-azure-mgmt-keyvault@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-keyvault>=1.1.0:devel/py-azure-keyvault@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-graphrbac>=0.60.0:devel/py-azure-graphrbac@${PY_FLAVOR} \

Modified: head/sysutils/py-azure-cli-kusto/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-kusto/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-kusto/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools KUSTO Comm
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-kusto>=0.3.0:devel/py-azure-mgmt-kusto@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}

Modified: head/sysutils/py-azure-cli-lab/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-lab/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-lab/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools DevTestLab
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-devtestlabs>=2.2.0:devel/py-azure-mgmt-devtestlabs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-graphrbac>=0.60.0:devel/py-azure-graphrbac@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}

Modified: head/sysutils/py-azure-cli-maps/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-maps/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-maps/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Maps Comma
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-maps>=0.1.0:devel/py-azure-mgmt-maps@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 

Modified: head/sysutils/py-azure-cli-monitor/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-monitor/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-monitor/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Monitor Co
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-monitor>=0.5.2:devel/py-azure-mgmt-monitor@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 

Modified: head/sysutils/py-azure-cli-network/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-network/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-network/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Network Co
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-network>=3.0.0:devel/py-azure-mgmt-network@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-trafficmanager>=0.51.0:devel/py-azure-mgmt-trafficmanager@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-dns>=2.1.0:devel/py-azure-mgmt-dns@${PY_FLAVOR} \

Modified: head/sysutils/py-azure-cli-policyinsights/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-policyinsights/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-policyinsights/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Policy Ins
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-policyinsights>=0.3.1:devel/py-azure-mgmt-policyinsights@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 

Modified: head/sysutils/py-azure-cli-profile/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-profile/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-profile/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Profile Co
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 
 USES=		azurepy python

Modified: head/sysutils/py-azure-cli-rdbms/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-rdbms/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-rdbms/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools MySQL and 
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-rdbms>=1.8.0:devel/py-azure-mgmt-rdbms@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}

Modified: head/sysutils/py-azure-cli-redis/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-redis/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-redis/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Redis Comm
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-redis>=6.0.0:devel/py-azure-mgmt-redis@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 

Modified: head/sysutils/py-azure-cli-relay/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-relay/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-relay/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Relay Comm
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-relay>=0.1.0:devel/py-azure-mgmt-relay@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}

Modified: head/sysutils/py-azure-cli-reservations/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-reservations/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-reservations/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Reservatio
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-reservations>=0.3.1:devel/py-azure-mgmt-reservations@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 

Modified: head/sysutils/py-azure-cli-resource/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-resource/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-resource/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Resource C
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-authorization>=0.50.0:devel/py-azure-mgmt-authorization@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-managementgroups>=0.1.0:devel/py-azure-mgmt-managementgroups@${PY_FLAVOR}

Modified: head/sysutils/py-azure-cli-role/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-role/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-role/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Role Comma
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-authorization>=0.50.0:devel/py-azure-mgmt-authorization@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-monitor>=0.5.2:devel/py-azure-mgmt-monitor@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \

Modified: head/sysutils/py-azure-cli-search/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-search/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-search/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Search Com
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-search>=2.0.0:devel/py-azure-mgmt-search@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 

Modified: head/sysutils/py-azure-cli-security/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-security/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-security/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Azure Secu
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-security>=0.1.0:devel/py-azure-mgmt-security@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 

Modified: head/sysutils/py-azure-cli-servicebus/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-servicebus/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-servicebus/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Service Bus Command-Line Tool
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicebus>=0.6.0:devel/py-azure-mgmt-servicebus@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}

Modified: head/sysutils/py-azure-cli-servicefabric/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-servicefabric/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-servicefabric/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Service Fabric Command-Line T
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-graphrbac>=0.60.0:devel/py-azure-graphrbac@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-keyvault>=1.1.0:devel/py-azure-keyvault@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-network>=3.0.0:devel/py-azure-mgmt-network@${PY_FLAVOR} \

Modified: head/sysutils/py-azure-cli-signalr/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-signalr/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-signalr/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools SignalR Co
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-signalr>=0.1.1:devel/py-azure-mgmt-signalr@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 

Modified: head/sysutils/py-azure-cli-sql/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-sql/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-sql/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools SQL Comman
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-storage>=3.3.0:devel/py-azure-mgmt-storage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-sql>=0.12.0:devel/py-azure-mgmt-sql@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \

Modified: head/sysutils/py-azure-cli-sqlvm/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-sqlvm/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-sqlvm/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools SQL virtua
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-sqlvirtualmachine>=0.3.0:devel/py-azure-mgmt-sqlvirtualmachine@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 

Modified: head/sysutils/py-azure-cli-storage/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-storage/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-storage/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools Storage Co
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-storage>=3.3.0:devel/py-azure-mgmt-storage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-multiapi-storage>=0.2.3:devel/py-azure-multiapi-storage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}

Modified: head/sysutils/py-azure-cli-vm/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-vm/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
+++ head/sysutils/py-azure-cli-vm/Makefile	Sat Sep  7 23:25:49 2019	(r511524)
@@ -11,6 +11,9 @@ COMMENT=	Microsoft Azure Command-Line Tools VM Command
 
 LICENSE=	MIT
 
+DEPRECATED=	Incorporated into azure-cli package
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-msi>=0.2.0:devel/py-azure-mgmt-msi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-authorization>=0.50.0:devel/py-azure-mgmt-authorization@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-compute>=5.0.0:devel/py-azure-mgmt-compute@${PY_FLAVOR} \


More information about the svn-ports-all mailing list