diff --git a/src/aks-preview/HISTORY.rst b/src/aks-preview/HISTORY.rst index 1b754b945b6..0dcfae781a1 100644 --- a/src/aks-preview/HISTORY.rst +++ b/src/aks-preview/HISTORY.rst @@ -11,6 +11,10 @@ To release a new version, please select a new version number (usually plus 1 to Pending +++++++ + +0.5.94 +++++++ + * [BREAKING CHANGE] Since the service no longer supports updating source resource id for role binding, so remove --source-resource-id of `aks trustedaccess rolebinding update` command. * Change the acceptable values of the `--roles` option to comma-seperated. * az aks trustedaccess rolebinding create diff --git a/src/aks-preview/setup.py b/src/aks-preview/setup.py index aed0f708af1..8033e1125a1 100644 --- a/src/aks-preview/setup.py +++ b/src/aks-preview/setup.py @@ -9,7 +9,7 @@ from setuptools import setup, find_packages -VERSION = "0.5.93" +VERSION = "0.5.94" CLASSIFIERS = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers",