diff --git a/src/aks-preview/HISTORY.rst b/src/aks-preview/HISTORY.rst
index 696f43fde91..66f7501d56b 100644
--- a/src/aks-preview/HISTORY.rst
+++ b/src/aks-preview/HISTORY.rst
@@ -7,7 +7,7 @@ Guidance
++++++++
If there is no rush to release a new version, please just add a description of the modification under the *Pending* section.
-To release a new version, please select a new version number (usually plus 1 to the minor of the current latest version number), and then add a new section named as the new version number in this file, the content should include the new modifications and everything from the *Pending* section. Finally, update the `VERSION` in `setup.py` with this new version number.
+To release a new version, please select a new version number (usually plus 1 to last patch version, X.Y.Z -> Major.Minor.Patch, more details in `\doc `_), and then add a new section named as the new version number in this file, the content should include the new modifications and everything from the *Pending* section. Finally, update the `VERSION` variable in `setup.py` with this new version number.
Pending
+++++++
diff --git a/src/aks-preview/README.rst b/src/aks-preview/README.rst
index d06b503206c..3906e26afcd 100644
--- a/src/aks-preview/README.rst
+++ b/src/aks-preview/README.rst
@@ -9,3 +9,29 @@ How to use
Install this extension using the following CLI command `az extension add --name aks-preview`. You may need to execute some invalid aks command (e.g., `az aks fake`) to refresh the command index to enable aks-preview.
Remove this extension using the following CLI command `az extension remove --name aks-preview`.
+
+Dependency between aks-preview and azure-cli/acs (azure-cli-core)
+=================================================================
+
+.. list-table::
+ :widths: 50 50
+ :header-rows: 1
+
+ * - aks-preview
+ - azure-cli/acs (azure-cli-core), release date
+ * - 0.4.4 ~ 0.5.39
+ - >= 2.0.49
+ * - 0.5.40 ~ 0.5.41
+ - >= `\2.23.0 `_, 2021/05/06
+ * - 0.5.42 ~ 0.5.44
+ - >= `\2.27.0 `_, 2021/08/03
+ * - 0.5.45 ~ 0.5.48
+ - >= `\2.30.0 `_, 2021/11/02
+ * - 0.5.49 ~ 0.5.52
+ - >= `\2.31.0 `_, 2021/12/07
+ * - 0.5.53 ~ 0.5.66
+ - >= `\2.32.0 `_, 2022/01/04
+ * - 0.5.67 ~ 0.5.82
+ - >= `\2.35.0 `_, 2022/04/06
+ * - 0.5.83 ~ latest
+ - >= `\2.37.0 `_, 2022/05/24
\ No newline at end of file