We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04ef82 commit fa88072Copy full SHA for fa88072
scripts/automation_init.sh
@@ -9,7 +9,7 @@ pip install setuptools==78.1.0 > /dev/null
9
10
# install tsp-client globally (local install may interfere with tooling)
11
echo Install tsp-client
12
-npm install -g @azure-tools/typespec-client-generator-cli@0.20.0 > /dev/null
+npm install -g @azure-tools/typespec-client-generator-cli > /dev/null
13
14
echo "{}" >> $2
15
echo "[Generate] init success!!!"
0 commit comments