From 183b89c38badd6bf856234a9332588acbb3458cc Mon Sep 17 00:00:00 2001 From: Wanpeng Li Date: Fri, 20 Dec 2024 21:46:51 +0800 Subject: [PATCH] Update @azure-tools/typespec-client-generator-cli version for tsp-client (#31756) ### Packages impacted by this PR N/A ### Issues associated with this PR N/A ### Describe the problem that is addressed by this PR Fix tsp-client version in SDK automation ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? N/A ### Are there test cases added in this PR? _(If not, why?)_ N/A ### Provide a list of related PRs _(if any)_ N/A ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ N/A ### Checklists - [x] Added impacted package name to the issue description - [x] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [x] Added a changelog (if necessary) --- .scripts/automation_init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/automation_init.sh b/.scripts/automation_init.sh index 69e915f35fec..915b8c6a2080 100644 --- a/.scripts/automation_init.sh +++ b/.scripts/automation_init.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash -npm install -g @azure-tools/typespec-client-generator-cli +npm install -g @azure-tools/typespec-client-generator-cli@0.14.1 npm install -g @microsoft/rush@5.92.0 npm install -g @azure-tools/js-sdk-release-tools