From 044e7109ab7e7429bf60ffa8a07c7d298c56481a Mon Sep 17 00:00:00 2001 From: wilco Date: Wed, 7 Feb 2018 14:58:38 -0800 Subject: [PATCH 1/4] Add subscription to index. --- src/index.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/src/index.json b/src/index.json index 2aaaea0c6e9..217bbcf7ae0 100644 --- a/src/index.json +++ b/src/index.json @@ -412,6 +412,51 @@ "version": "0.0.7" } } + ], + "subscription": [ + { + "filename": "subscription-0.1.0-py2.py3-none-any.whl", + "sha256Digest": "5F43D98EF41AC3AB1789DFC6F25D6A4E61B172510E5A60E4016DF4BD70D3DD22", + "downloadUrl": "https://pypi.python.org/packages/f0/45/5ae3a7f4957bd3ebf6cd3038808288fc8f87d7669140a8f916cfd2537812/subscription-0.1.0-py2.py3-none-any.whl", + "metadata": { + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python", + "Programming Language :: Python :: 2", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "License :: OSI Approved :: MIT License" + ], + "extensions": { + "python.details": { + "contacts": [ + { + "email": "wilcob@microsoft.com", + "name": "Wilco Bauwer", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/Azure/azure-cli-extensions" + } + } + }, + "generator": "bdist_wheel (0.29.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "subscription", + "summary": "An Azure CLI Extension to manage subscription definitions", + "version": "0.1.0" + } + } ] } } \ No newline at end of file From 76c86f1cf15bbcb3c5154e823117121b14bf1ad3 Mon Sep 17 00:00:00 2001 From: wilco Date: Wed, 7 Feb 2018 16:32:09 -0800 Subject: [PATCH 2/4] Fix casing --- src/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.json b/src/index.json index 217bbcf7ae0..ab0a0048ed7 100644 --- a/src/index.json +++ b/src/index.json @@ -416,7 +416,7 @@ "subscription": [ { "filename": "subscription-0.1.0-py2.py3-none-any.whl", - "sha256Digest": "5F43D98EF41AC3AB1789DFC6F25D6A4E61B172510E5A60E4016DF4BD70D3DD22", + "sha256Digest": "5f43d98ef41ac3ab1789dfc6f25d6a4e61b172510e5a60e4016df4bd70d3dd22", "downloadUrl": "https://pypi.python.org/packages/f0/45/5ae3a7f4957bd3ebf6cd3038808288fc8f87d7669140a8f916cfd2537812/subscription-0.1.0-py2.py3-none-any.whl", "metadata": { "classifiers": [ From 25e821c0b0a47ef35b0e2b643ea9fdcf8b99bdfb Mon Sep 17 00:00:00 2001 From: wilco Date: Wed, 7 Feb 2018 17:34:13 -0800 Subject: [PATCH 3/4] Fix package path --- src/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.json b/src/index.json index ab0a0048ed7..b7afce43117 100644 --- a/src/index.json +++ b/src/index.json @@ -417,7 +417,7 @@ { "filename": "subscription-0.1.0-py2.py3-none-any.whl", "sha256Digest": "5f43d98ef41ac3ab1789dfc6f25d6a4e61b172510e5a60e4016df4bd70d3dd22", - "downloadUrl": "https://pypi.python.org/packages/f0/45/5ae3a7f4957bd3ebf6cd3038808288fc8f87d7669140a8f916cfd2537812/subscription-0.1.0-py2.py3-none-any.whl", + "downloadUrl": "https://files.pythonhosted.org/packages/f0/45/5ae3a7f4957bd3ebf6cd3038808288fc8f87d7669140a8f916cfd2537812/subscription-0.1.0-py2.py3-none-any.whl", "metadata": { "classifiers": [ "Development Status :: 4 - Beta", From 9cd89440f20b2759c0af4c6f320096937ec88ca4 Mon Sep 17 00:00:00 2001 From: wilco Date: Wed, 7 Feb 2018 17:39:24 -0800 Subject: [PATCH 4/4] Fix casing --- src/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.json b/src/index.json index b7afce43117..4199d6f72c7 100644 --- a/src/index.json +++ b/src/index.json @@ -453,7 +453,7 @@ "license": "MIT", "metadata_version": "2.0", "name": "subscription", - "summary": "An Azure CLI Extension to manage subscription definitions", + "summary": "An Azure CLI Extension to manage Subscription Definitions", "version": "0.1.0" } }