From df6806d094e103b28eeb4eee243d5d27bd8cef9a Mon Sep 17 00:00:00 2001 From: NarayanThiru Date: Thu, 14 May 2020 08:01:27 -0700 Subject: [PATCH] K8s configuration update min cli core version (#1697) * WIP {KubernetesConfiguration} Add CLI * Fix Pylint errors * Added Scenario test and addressed review comments * Address review comments * Added to CodeOwners and other fixes * Fix more errors reported by static tools * Fix one more error reported by static tool * Updated the SDK with the official version * Update src/k8sconfiguration/azext_k8sconfiguration/commands.py Co-Authored-By: Feiyue Yu * Address PR comments * Updated the sdk files to fix api-version parameter issue * Update src/k8sconfiguration/azext_k8sconfiguration/custom.py Co-Authored-By: Xiaojian Xu * addressed more comments * remove Optional from help message * Remove azure-cli-core dependency * Pulled new version of sdk, and help text update * Updated test and other style fixes * Removed unused import * Update min Cli core version * Added revision to the updated minCliCoreVersion Co-authored-by: nanthi Co-authored-by: Feiyue Yu Co-authored-by: Xiaojian Xu Co-authored-by: Xiaojian Xu --- src/k8sconfiguration/azext_k8sconfiguration/azext_metadata.json | 2 +- src/k8sconfiguration/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/k8sconfiguration/azext_k8sconfiguration/azext_metadata.json b/src/k8sconfiguration/azext_k8sconfiguration/azext_metadata.json index 55c81bf3328..8cfc6da9485 100644 --- a/src/k8sconfiguration/azext_k8sconfiguration/azext_metadata.json +++ b/src/k8sconfiguration/azext_k8sconfiguration/azext_metadata.json @@ -1,4 +1,4 @@ { "azext.isPreview": true, - "azext.minCliCoreVersion": "2.0.67" + "azext.minCliCoreVersion": "2.3.1" } \ No newline at end of file diff --git a/src/k8sconfiguration/setup.py b/src/k8sconfiguration/setup.py index fa2142e0d88..17b8070b62c 100644 --- a/src/k8sconfiguration/setup.py +++ b/src/k8sconfiguration/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.7' +VERSION = '0.1.8' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers