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 8A9EF200BD7 for ; Sun, 11 Dec 2016 16:35:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8933E160B20; Sun, 11 Dec 2016 15:35:00 +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 D1650160B04 for ; Sun, 11 Dec 2016 16:34:59 +0100 (CET) Received: (qmail 70833 invoked by uid 500); 11 Dec 2016 15:34:59 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 70822 invoked by uid 99); 11 Dec 2016 15:34:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Dec 2016 15:34:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E74B02C0087 for ; Sun, 11 Dec 2016 15:34:58 +0000 (UTC) Date: Sun, 11 Dec 2016 15:34:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: notifications@libcloud.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LIBCLOUD-880) Add method for retrieving ratecard for Azure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 11 Dec 2016 15:35:00 -0000 [ https://issues.apache.org/jira/browse/LIBCLOUD-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15739918#comment-15739918 ] ASF GitHub Bot commented on LIBCLOUD-880: ----------------------------------------- GitHub user sorenh opened a pull request: https://github.com/apache/libcloud/pull/957 [LIBCLOUD-880] Add a method for retrieving rates on Azure. ## Add a method for retrieving rates on Azure ### Description Azure has an API for retrieving rates. This patch exposes it. ### Status - done, ready for review ### Checklist (tick everything that applies) - [X] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks) - [X] Documentation - [X] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html) - [N/A] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes) You can merge this pull request into a Git repository by running: $ git pull https://github.com/sorenh/libcloud LIBCLOUD-880_add-ratecard-method Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/957.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #957 ---- commit 8d959d91794adf6e334586dc44a06ba91a310507 Author: Soren L. Hansen Date: 2016-12-11T14:14:58Z [LIBCLOUD-880] Add a method for retrieving rates on Azure. ---- > Add method for retrieving ratecard for Azure > -------------------------------------------- > > Key: LIBCLOUD-880 > URL: https://issues.apache.org/jira/browse/LIBCLOUD-880 > Project: Libcloud > Issue Type: Bug > Components: Compute > Reporter: Soren Hansen > Priority: Minor > Original Estimate: 2h > Remaining Estimate: 2h > > Azure provides a API for retrieving pricing information. I want to use it from libcloud. -- This message was sent by Atlassian JIRA (v6.3.4#6332)