From deb98453fefbe5f63ec17bb2d15c61dfca2c41cd Mon Sep 17 00:00:00 2001 From: "RuiJun Hu (MSFT)" Date: Mon, 14 Jul 2025 14:08:03 +0800 Subject: [PATCH] add examples --- src/hdinsightonaks/azext_hdinsightonaks/_help.py | 3 +++ 1 file changed, 3 insertions(+) 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 """