Skip to content

Commit de9254e

Browse files
authored
{CI} Fix #5408: Miss a __init__.py file in src/reservation/azext_reservation/vendored_sdks directory (#5421)
* update * Update __init__.py * Update __init__.py
1 parent 06c9144 commit de9254e

File tree

4 files changed

+8
-49
lines changed

4 files changed

+8
-49
lines changed

src/index.json

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -33090,52 +33090,6 @@
3309033090
"sha256Digest": "db8c673e2e29498e9f54f3392a5305952c273e7c24d293d96c0708dd3e90d5fe"
3309133091
}
3309233092
],
33093-
"reservation": [
33094-
{
33095-
"downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/reservation-0.1.0-py3-none-any.whl",
33096-
"filename": "reservation-0.1.0-py3-none-any.whl",
33097-
"metadata": {
33098-
"azext.minCliCoreVersion": "2.15.0",
33099-
"classifiers": [
33100-
"Development Status :: 4 - Beta",
33101-
"Intended Audience :: Developers",
33102-
"Intended Audience :: System Administrators",
33103-
"Programming Language :: Python",
33104-
"Programming Language :: Python :: 2",
33105-
"Programming Language :: Python :: 2.7",
33106-
"Programming Language :: Python :: 3",
33107-
"Programming Language :: Python :: 3.4",
33108-
"Programming Language :: Python :: 3.5",
33109-
"Programming Language :: Python :: 3.6",
33110-
"License :: OSI Approved :: MIT License"
33111-
],
33112-
"extensions": {
33113-
"python.details": {
33114-
"contacts": [
33115-
{
33116-
"email": "[email protected]",
33117-
"name": "Microsoft Corporation",
33118-
"role": "author"
33119-
}
33120-
],
33121-
"document_names": {
33122-
"description": "DESCRIPTION.rst"
33123-
},
33124-
"project_urls": {
33125-
"Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/reservation"
33126-
}
33127-
}
33128-
},
33129-
"generator": "bdist_wheel (0.30.0)",
33130-
"license": "MIT",
33131-
"metadata_version": "2.0",
33132-
"name": "reservation",
33133-
"summary": "Microsoft Azure Command-Line Tools Reservation Extension",
33134-
"version": "0.1.0"
33135-
},
33136-
"sha256Digest": "42235bca7368dca70d5cf5063c79b79d1cf713e63170ef038c08275af2daeedb"
33137-
}
33138-
],
3313933093
"resource-graph": [
3314033094
{
3314133095
"downloadUrl": "https://files.pythonhosted.org/packages/bd/c1/3df175a9a6a0c6aeae1ca1a7499955d75dd03452b5ba75f6df01a02b7c7f/resource_graph-1.0.0-py2.py3-none-any.whl",

src/reservation/HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
Release History
44
===============
55

6-
0.1.0
6+
0.1.1
77
++++++
8-
* Initial release.
8+
* Initial release.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# -----------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All rights reserved.
3+
# Licensed under the MIT License. See License.txt in the project root for
4+
# license information.
5+
# -----------------------------------------------------------------------------

src/reservation/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# TODO: Confirm this is the right version number you want and it matches your
1313
# HISTORY.rst entry.
14-
VERSION = '0.1.0'
14+
VERSION = '0.1.1'
1515

1616
# The full list of classifiers is available at
1717
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)