Commit 8b914fe
authored
Hierarchy nested client support (#3163)
* check-no-emit-flag
* hierarchy-nested-client-support
* tsp compile
* proposed-nested-client-implementation
* add nested chain calls
* modify poc according to review comment
* add param alias and initialized by
* add flattened clients
* client hierarchy
* fix classical client
* support getChildClient method in parent client
* fix todo client hierarchy
* adopt to new tcgc version and support client hierarchy
* fix ut
* fix ci
* fix integration test
* fix top level api in multiple clients scenario
* resolve comments
* fix ci
* resolve comments1 parent 9e48052 commit 8b914fe
63 files changed
Lines changed: 1317 additions & 8217 deletions
File tree
- .vscode
- common/config/rush
- packages
- typespec-test
- test
- hierarchy_generic/generated/typespec-ts/src
- loadtesting_modular/generated/openapi
- nestedClient
- generated/typespec-ts
- review
- src
- api
- blob
- api
- static-helpers
- spec
- typespec-ts
- src
- modular
- helpers
- utils
- test
- azureModularIntegration/generated
- azure/core/page/src
- client
- naming/src
- structure
- client-operation-group/src
- default/src
- renamed-operation/src
- parameters/body-optionality/src
- routes/src
- versioning
- added/src
- removed
- v1/src
- v2preview/src
- renamedFrom/src
- modularIntegration/generated
- parameters/body-optionality/src
- routes/src
- versioning
- added/src
- removed
- v1/src
- v2preview/src
- renamedFrom/src
- util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 33 | | |
39 | 34 | | |
40 | 35 | | |
41 | 36 | | |
42 | 37 | | |
43 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
0 commit comments