Skip to content

Commit

Permalink
udpate tcgc (#2540)
Browse files Browse the repository at this point in the history
* regen for add prop changes and use sub id from tcgc

* regen with 0.41.4 tcgc and 0.32.0 cadl-ranch

* update changelogJ

* lint

* update tests

* remove rpc legacy

* update union test

---------

Co-authored-by: iscai-msft <isabellavcai@gmail.com>
Co-authored-by: tadelesh <tadelesh.shi@live.cn>
  • Loading branch information
3 people authored Apr 23, 2024
1 parent 3129511 commit 6a5d6e6
Show file tree
Hide file tree
Showing 52 changed files with 202 additions and 5,360 deletions.
4 changes: 2 additions & 2 deletions packages/typespec-python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| `@typespec/http` | `0.55.0` |
| `@typespec/rest` | `0.55.0` |
| `@typespec/versioning` | `0.55.0` |
| `@azure-tools/typespec-azure-core` | `0.41.0` |
| `@azure-tools/typespec-azure-core` | `0.41.4` |
| `@azure-tools/typespec-client-generator-core` | `0.41.2` |
| `azure-core` dep of generated code | `1.30.0` |
| `corehttp` dep of generated code | `1.0.0b3` |
Expand All @@ -18,7 +18,7 @@

**Other Changes**

- Bump `@azure-tools/typespec-client-generator-core` to `0.41.2` #2521
- Bump `@azure-tools/typespec-client-generator-core` to `0.41.4`. By default, we just generate the api surface for the latest API version #2540
- Generate apiview mapping for all azure generations #2504

## 2023-04-12 - 0.23.3
Expand Down
6 changes: 3 additions & 3 deletions packages/typespec-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@azure-tools/typespec-azure-core": ">=0.41.0 <1.0.0",
"@azure-tools/typespec-azure-resource-manager": ">=0.41.0 <1.0.0",
"@azure-tools/typespec-autorest": ">=0.41.0 <1.0.0",
"@azure-tools/typespec-client-generator-core": ">=0.41.3 <1.0.0",
"@azure-tools/typespec-client-generator-core": ">=0.41.4 <1.0.0",
"@typespec/compiler": ">=0.55.0 <1.0.0",
"@typespec/http": ">=0.55.0 <1.0.0",
"@typespec/rest": ">=0.55.0 <1.0.0",
Expand All @@ -66,7 +66,7 @@
"@azure-tools/typespec-azure-resource-manager": "~0.41.0",
"@azure-tools/typespec-autorest": "~0.41.0",
"@azure-tools/cadl-ranch-expect": "~0.13.3",
"@azure-tools/cadl-ranch-specs": "~0.31.8",
"@azure-tools/cadl-ranch-specs": "~0.32.0",
"@types/js-yaml": "~4.0.5",
"@types/mocha": "~10.0.1",
"@types/node": "^18.16.3",
Expand All @@ -78,7 +78,7 @@
"rimraf": "~5.0.0",
"typescript": "~5.1.3",
"@azure-tools/typespec-azure-core": "~0.41.0",
"@azure-tools/typespec-client-generator-core": "~0.41.3",
"@azure-tools/typespec-client-generator-core": "~0.41.4",
"@typespec/compiler": "~0.55.0",
"@typespec/http": "~0.55.0",
"@typespec/rest": "~0.55.0",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6a5d6e6

Please sign in to comment.