diff --git a/src/hdinsightonaks/azext_hdinsightonaks/_help.py b/src/hdinsightonaks/azext_hdinsightonaks/_help.py index e43e6829360..486ca38b256 100644 --- a/src/hdinsightonaks/azext_hdinsightonaks/_help.py +++ b/src/hdinsightonaks/azext_hdinsightonaks/_help.py @@ -18,4 +18,7 @@ helps['hdinsight-on-aks cluster node-profile create'] = """ type: command short-summary: Create a node profile with SKU and worker count. +examples: + - name: Create a node profile with SKU and worker count. + text: az hdinsight-on-aks cluster node-profile create --count 5 --node-type Worker --vm-size Standard_D16a_v4 """