Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DD432200C17 for ; Thu, 26 Jan 2017 17:33:45 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DBEE8160B31; Thu, 26 Jan 2017 16:33:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 254B1160B4C for ; Thu, 26 Jan 2017 17:33:44 +0100 (CET) Received: (qmail 12990 invoked by uid 500); 26 Jan 2017 16:33:44 -0000 Mailing-List: contact user-help@jclouds.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@jclouds.apache.org Delivered-To: mailing list user@jclouds.apache.org Received: (qmail 12972 invoked by uid 99); 26 Jan 2017 16:33:44 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2017 16:33:44 +0000 Received: from mail-io0-f179.google.com (mail-io0-f179.google.com [209.85.223.179]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id D1CDC1A018B; Thu, 26 Jan 2017 16:33:43 +0000 (UTC) Received: by mail-io0-f179.google.com with SMTP id j13so40590523iod.3; Thu, 26 Jan 2017 08:33:43 -0800 (PST) X-Gm-Message-State: AIkVDXI78un+skimf1ekcc2EmtJya3rtlwF92dj/Yf60+s25TWdi+kXOwLNz0+iyCFtAYMJXaYzINNBEVDBf7g== X-Received: by 10.107.3.10 with SMTP id 10mr3436892iod.231.1485448422930; Thu, 26 Jan 2017 08:33:42 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.13.83 with HTTP; Thu, 26 Jan 2017 08:33:22 -0800 (PST) From: Ignasi Barrera Date: Thu, 26 Jan 2017 17:33:22 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Removing the Azure classic provider To: "dev@jclouds.apache.org" , "user@jclouds.apache.org" Content-Type: text/plain; charset=UTF-8 archived-at: Thu, 26 Jan 2017 16:33:46 -0000 Hi! The Azure ARM provider has been around for a while, and now it will have support for all the compute extensions (security groups and images). It is the recommended API to use, so I wanted to start a discussion about removing the old "azurecompute" provider. It is still in labs, all the recent contributions have gone to the ARM one, and I don't know if anyone is using the old one, so: What about deleting the provider and just keeping the ARM one? Regards, I.