Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0bf7b98
WIP {KubernetesConfiguration} Add CLI
Apr 16, 2020
9f47a1f
Fix Pylint errors
Apr 16, 2020
655f5a7
Added Scenario test and addressed review comments
Apr 17, 2020
bb88d05
Address review comments
Apr 17, 2020
2e06439
Added to CodeOwners and other fixes
Apr 20, 2020
c57f789
Merge branch 'master' into master
NarayanThiru Apr 20, 2020
2dc0055
Fix more errors reported by static tools
Apr 20, 2020
dda5008
Merge branch 'master' of https://github.com/NarayanThiru/azure-cli-ex…
Apr 20, 2020
28c62bd
Fix one more error reported by static tool
Apr 20, 2020
5506713
Updated the SDK with the official version
Apr 21, 2020
320b52c
Update src/k8sconfiguration/azext_k8sconfiguration/commands.py
NarayanThiru Apr 22, 2020
5fe5a93
Address PR comments
Apr 22, 2020
d485cb3
Updated the sdk files to fix api-version parameter issue
Apr 23, 2020
aab4375
Update src/k8sconfiguration/azext_k8sconfiguration/custom.py
NarayanThiru Apr 23, 2020
5337e03
addressed more comments
Apr 23, 2020
6063dc4
Merge branch 'master' of https://github.com/NarayanThiru/azure-cli-ex…
Apr 23, 2020
1756c51
remove Optional from help message
Apr 23, 2020
d30a444
Merge branch 'master' into master
NarayanThiru Apr 23, 2020
eea6c66
Remove azure-cli-core dependency
Apr 23, 2020
e542f32
Pulled new version of sdk, and help text update
May 6, 2020
52f70b0
Merge branch 'master' into master
arrownj May 6, 2020
7ae5817
Updated test and other style fixes
May 6, 2020
e8f5200
Removed unused import
May 6, 2020
fd878c1
Merge branch 'master' of https://github.com/NarayanThiru/azure-cli-ex…
May 14, 2020
479d299
Update min Cli core version
May 14, 2020
ff1f848
Added revision to the updated minCliCoreVersion
May 14, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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