Skip to content

Commit

Permalink
{CI} Fix #5408: Miss a __init__.py file in `src/reservation/azext_r…
Browse files Browse the repository at this point in the history
…eservation/vendored_sdks` directory (#5421)

* update

* Update __init__.py

* Update __init__.py
  • Loading branch information
wangzelin007 authored Oct 7, 2022
1 parent 06c9144 commit de9254e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 49 deletions.
46 changes: 0 additions & 46 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/reservation/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Release History
===============

0.1.0
0.1.1
++++++
* Initial release.
* Initial release.
5 changes: 5 additions & 0 deletions src/reservation/azext_reservation/vendored_sdks/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
# -----------------------------------------------------------------------------
2 changes: 1 addition & 1 deletion src/reservation/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de9254e

Please sign in to comment.