We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837fd53 commit 84b7f2cCopy full SHA for 84b7f2c
src/aks-preview/HISTORY.md
@@ -2,6 +2,10 @@
2
3
Release History
4
===============
5
+0.4.68
6
++++++
7
+* Add support for AAD Pod Identity resources configuration in Azure CLI.
8
+
9
0.4.67
10
+++++
11
* Add support for node configuration when creating cluster or agent pool.
src/aks-preview/setup.py
@@ -8,7 +8,7 @@
from codecs import open as open1
from setuptools import setup, find_packages
-VERSION = "0.4.67"
+VERSION = "0.4.68"
12
CLASSIFIERS = [
13
'Development Status :: 4 - Beta',
14
'Intended Audience :: Developers',
0 commit comments