From e0d6a58f2382000da57a92646cc8baa8fbd71716 Mon Sep 17 00:00:00 2001 From: YalinLi0312 Date: Sun, 26 Apr 2020 23:40:18 -0700 Subject: [PATCH 1/2] Add portal generated module init file --- src/portal/azext_portal/generated/__init__.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/portal/azext_portal/generated/__init__.py diff --git a/src/portal/azext_portal/generated/__init__.py b/src/portal/azext_portal/generated/__init__.py new file mode 100644 index 00000000000..c9cfdc73e77 --- /dev/null +++ b/src/portal/azext_portal/generated/__init__.py @@ -0,0 +1,12 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +__path__ = __import__('pkgutil').extend_path(__path__, __name__) From 581372da5c47d1def8dc8c8c3d1793d510b8cab4 Mon Sep 17 00:00:00 2001 From: YalinLi0312 Date: Sun, 26 Apr 2020 23:56:17 -0700 Subject: [PATCH 2/2] Address review comments --- src/portal/HISTORY.rst | 2 +- src/portal/azext_portal/generated/__init__.py | 2 -- src/portal/setup.py | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/portal/HISTORY.rst b/src/portal/HISTORY.rst index 1c139576ba0..10e842bc040 100644 --- a/src/portal/HISTORY.rst +++ b/src/portal/HISTORY.rst @@ -3,6 +3,6 @@ Release History =============== -0.1.0 +0.1.1 ++++++ * Initial release. diff --git a/src/portal/azext_portal/generated/__init__.py b/src/portal/azext_portal/generated/__init__.py index c9cfdc73e77..59333308532 100644 --- a/src/portal/azext_portal/generated/__init__.py +++ b/src/portal/azext_portal/generated/__init__.py @@ -8,5 +8,3 @@ # Changes may cause incorrect behavior and will be lost if the code is # regenerated. # -------------------------------------------------------------------------- - -__path__ = __import__('pkgutil').extend_path(__path__, __name__) diff --git a/src/portal/setup.py b/src/portal/setup.py index d5d78350f42..32e97984c49 100644 --- a/src/portal/setup.py +++ b/src/portal/setup.py @@ -16,7 +16,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