Skip to content

Commit

Permalink
K8s configuration update min cli core version (#1697)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* 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 <[email protected]>

* 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 <nanthi@NANTHI01>
Co-authored-by: Feiyue Yu <[email protected]>
Co-authored-by: Xiaojian Xu <[email protected]>
Co-authored-by: Xiaojian Xu <[email protected]>
  • Loading branch information
5 people authored May 14, 2020
1 parent 8a92c0c commit df6806d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.0.67"
"azext.minCliCoreVersion": "2.3.1"
}
2 changes: 1 addition & 1 deletion src/k8sconfiguration/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df6806d

Please sign in to comment.