Skip to content

Commit

Permalink
Update @azure-tools/typespec-client-generator-cli version for tsp-cli…
Browse files Browse the repository at this point in the history
…ent (Azure#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)
  • Loading branch information
wanlwanl authored Dec 20, 2024
1 parent 2737208 commit 183b89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/automation_init.sh
Original file line number Diff line number Diff line change
@@ -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/[email protected]
npm install -g @azure-tools/js-sdk-release-tools

0 comments on commit 183b89c

Please sign in to comment.