diff --git a/src/index.json b/src/index.json index 02904846dbc..bd8787bbb6e 100644 --- a/src/index.json +++ b/src/index.json @@ -33090,52 +33090,6 @@ "sha256Digest": "db8c673e2e29498e9f54f3392a5305952c273e7c24d293d96c0708dd3e90d5fe" } ], - "reservation": [ - { - "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/reservation-0.1.0-py3-none-any.whl", - "filename": "reservation-0.1.0-py3-none-any.whl", - "metadata": { - "azext.minCliCoreVersion": "2.15.0", - "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": "azpycli@microsoft.com", - "name": "Microsoft Corporation", - "role": "author" - } - ], - "document_names": { - "description": "DESCRIPTION.rst" - }, - "project_urls": { - "Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/reservation" - } - } - }, - "generator": "bdist_wheel (0.30.0)", - "license": "MIT", - "metadata_version": "2.0", - "name": "reservation", - "summary": "Microsoft Azure Command-Line Tools Reservation Extension", - "version": "0.1.0" - }, - "sha256Digest": "42235bca7368dca70d5cf5063c79b79d1cf713e63170ef038c08275af2daeedb" - } - ], "resource-graph": [ { "downloadUrl": "https://files.pythonhosted.org/packages/bd/c1/3df175a9a6a0c6aeae1ca1a7499955d75dd03452b5ba75f6df01a02b7c7f/resource_graph-1.0.0-py2.py3-none-any.whl", diff --git a/src/reservation/HISTORY.rst b/src/reservation/HISTORY.rst index 1c139576ba0..d47d88c1ae0 100644 --- a/src/reservation/HISTORY.rst +++ b/src/reservation/HISTORY.rst @@ -3,6 +3,6 @@ Release History =============== -0.1.0 +0.1.1 ++++++ -* Initial release. +* Initial release. \ No newline at end of file diff --git a/src/reservation/azext_reservation/vendored_sdks/__init__.py b/src/reservation/azext_reservation/vendored_sdks/__init__.py new file mode 100644 index 00000000000..99c0f28cd71 --- /dev/null +++ b/src/reservation/azext_reservation/vendored_sdks/__init__.py @@ -0,0 +1,5 @@ +# ----------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# ----------------------------------------------------------------------------- diff --git a/src/reservation/setup.py b/src/reservation/setup.py index e8d50610eb6..d2a0f460aa1 100644 --- a/src/reservation/setup.py +++ b/src/reservation/setup.py @@ -11,7 +11,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '0.1.0' +VERSION = '0.1.1' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers