Skip to content

Commit fee2e8d

Browse files
skywing918Kyle Zhang
andauthored
Bump emitter version in mid-Nov (#36643)
Bump dependencies for typespec packages and update code-gen-pipeline version ## Version Changes @autorest/typescript: 6.0.51→ 6.0.52 @azure-tools/typespec-ts: 0.46.0→ 0.46.1 ### Packages impacted by this PR ### Issues associated with this PR ### Describe the problem that is addressed by this PR ### 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? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] 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)_ - [ ] Added a changelog (if necessary) Co-authored-by: Kyle Zhang <[email protected]>
1 parent 03329b9 commit fee2e8d

File tree

3 files changed

+134
-134
lines changed

3 files changed

+134
-134
lines changed

.scripts/automation_generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
code-gen-pipeline --inputJsonPath=$1 --outputJsonPath=$2 --use=@autorest/typescript@^6.0.51 --typespecEmitter=@azure-tools/typespec-ts
2+
code-gen-pipeline --inputJsonPath=$1 --outputJsonPath=$2 --use=@autorest/typescript@^6.0.52 --typespecEmitter=@azure-tools/typespec-ts

0 commit comments

Comments
 (0)