Now with all dependencies. Full diff here.
Add Mk/Uses/azurepy.mk, based on devel/py-backports[1] because all
py-azure-* ports conflicts with each other.
1 - https://reviews.freebsd.org/D11095
Feedbacks are welcome.
Thank you!
Differential D18573
[new port] sysutils/py-azure-cli-base: Add Azure CLI to the ports tree dbaio on Dec 15 2018, 5:53 PM. Authored by Tags None Referenced Files
Subscribers
Details
Now with all dependencies. Full diff here. Add Mk/Uses/azurepy.mk, based on devel/py-backports[1] because all 1 - https://reviews.freebsd.org/D11095 Feedbacks are welcome. Thank you! $ az --help Group az Subgroups: account : Manage Azure subscription information. acr : Manage private registries with Azure Container Registries. acs [Deprecated] : Manage Azure Container Services. ad : Manage Azure Active Directory Graph entities needed for Role Based Access Control. advisor : Manage Azure Advisor. aks : Manage Azure Kubernetes Services. ams : Manage Azure Media Services resources. appservice : Manage App Service plans. backup : Manage Azure Backups. batch : Manage Azure Batch. batchai : Manage Batch AI resources. billing : Manage Azure Billing. bot : Manage Microsoft Bot Services. cdn : Manage Azure Content Delivery Networks (CDNs). cloud : Manage registered Azure clouds. cognitiveservices : Manage Azure Cognitive Services accounts. consumption : Manage consumption of Azure resources. container : Manage Azure Container Instances. cosmosdb : Manage Azure Cosmos DB database accounts. deployment : Manage Azure Resource Manager deployments at subscription scope. disk : Manage Azure Managed Disks. dla : (PREVIEW) Manage Data Lake Analytics accounts, jobs, and catalogs. dls : (PREVIEW) Manage Data Lake Store accounts and filesystems. dms : Manage Azure Data Migration Service (DMS) instances. eventgrid : Manage Azure Event Grid topics and subscriptions. eventhubs : Manage Azure Event Hubs namespaces, eventhubs, consumergroups and geo recovery configurations - Alias. extension : Manage and update CLI extensions. feature : Manage resource provider features. functionapp : Manage function apps. group : Manage resource groups and template deployments. hdinsight : Manage HDInsight clusters. identity : Managed Service Identities. image : Manage custom virtual machine images. iot : Manage Internet of Things (IoT) assets. iotcentral : Manage IoT Central assets. keyvault : Manage KeyVault keys, secrets, and certificates. lab : Manage Azure DevTest Labs. lock : Manage Azure locks. managedapp : Manage template solutions provided and maintained by Independent Software Vendors (ISVs). maps : Manage Azure Maps. mariadb : Manage Azure Database for MariaDB servers. monitor : Manage the Azure Monitor Service. mysql : Manage Azure Database for MySQL servers. network : Manage Azure Network resources. policy : Manage resource policies. postgres : Manage Azure Database for PostgreSQL servers. provider : Manage resource providers. redis : Manage dedicated Redis caches for your Azure applications. relay : Manage Azure Relay Service namespaces, WCF relays, hybrid connections, and rules. reservations : Manage Azure Reservations. resource : Manage Azure resources. role : Manage user roles for access control with Azure Active Directory and service principals. search : Manage Azure Search services, admin keys and query keys. servicebus : Manage Azure Service Bus namespaces, queues, topics, subscriptions, rules and geo-disaster recovery configuration alias. sf : Manage and administer Azure Service Fabric clusters. sig : Manage shared image gallery. signalr : Manage Azure SignalR Service. snapshot : Manage point-in-time copies of managed disks, native blobs, or other snapshots. sql : Manage Azure SQL Databases and Data Warehouses. tag : Manage resource tags. vm : Manage Linux or Windows virtual machines. vmss : Manage groupings of virtual machines in an Azure Virtual Machine Scale Set (VMSS). webapp : Manage web apps. Commands: configure : Manage Azure CLI configuration. This command is interactive. feedback : Send feedback to the Azure CLI Team! find : Find Azure CLI commands. interactive : Start interactive mode. Installs the Interactive extension if not installed already. login : Log in to Azure. logout : Log out to remove access to Azure subscriptions.
Diff Detail
Event TimelineComment Actions Now with fewer dependencies. Full diff here. Regards. Comment Actions Now using target USES_install after post-install SEQ and
Comment Actions Please feel free to become a maintainer of this port, we are not using it anymore and I will not be in track of it Comment Actions There will be about 90 ports using this USES. This is the current patch I'm working on, I need to check/add other 18 dependencies: All functionalities/commands of azure-cli are a separate project/port, with its own dependencies. When it's done, could I add the USES with an approved by portmgr? Thank you. Comment Actions It was what I thought, but I wanted to be sure :-)
Well, if the USES does not change, yes. It would probably be best create reviews so that other pairs of eyes look at updated patches, in any way. Comment Actions Add include guards on Mk/Uses/azurepy.mk, thanks antoine@ Now with all dependencies. Full diff here.
|