Skip to content

Commit

Permalink
feat(typespec): bump to 0.56.0 (#4708)
Browse files Browse the repository at this point in the history
* feat(typespec): bump to 0.56.0

- bump typespec and corresponding libraries to the level of version 0.56.0
- fix unit test case due to deprecated operation template
- update anonymous return model definition to align with a breaking change

resolve #4699

* fix code gen mismatch

* fix test error

---------

Co-authored-by: Mingzhe Huang (from Dev Box) <mingzhehuang@microsoft.com>
  • Loading branch information
archerzz and Mingzhe Huang (from Dev Box) committed May 15, 2024
1 parent 9b5d6e9 commit 7c854c2
Show file tree
Hide file tree
Showing 69 changed files with 1,278 additions and 1,860 deletions.
1,666 changes: 567 additions & 1,099 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "package.json intended for in-repo use only, package.json used for publishing is located in src/AutoRest.CSharp/package.json",
"devDependencies": {
"@azure-tools/cadl-ranch-mockapis": "file:test/CadlRanchMockApis",
"@azure-tools/typespec-client-generator-core": "0.41.8",
"@azure-tools/typespec-client-generator-core": "0.42.2",
"@azure-tools/typespec-csharp": "file:src/TypeSpec.Extension/Emitter.Csharp",
"@azure-tools/unbranded-tests": "file:test/UnbrandedProjects",
"@microsoft.azure/autorest.testserver": "3.3.48",
Expand Down

0 comments on commit 7c854c2

Please sign in to comment.