Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add union and enum doc and refine logic #389

Merged
merged 30 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
03bef37
rollback change of union as enum with hierarchy
tadelesh Mar 8, 2024
ab74850
changelog
tadelesh Mar 8, 2024
ec30701
Merge branch 'main' of https://github.com/Azure/typespec-azure into f…
Mar 8, 2024
88e9a84
only generate enums if union is named
Mar 8, 2024
4eeb90e
fix generated names to tie to specific objects
Mar 8, 2024
e522d1c
add docs for unions
Mar 8, 2024
953004d
Merge remote-tracking branch 'origin/main' into fix_union_enum_hierarchy
tadelesh Mar 11, 2024
949a117
Merge branch 'main' of https://github.com/Azure/typespec-azure into f…
Mar 13, 2024
f2e292e
Merge branch 'main' of https://github.com/Azure/typespec-azure into f…
Mar 13, 2024
10bc290
doc for enums and unions
Mar 13, 2024
8ac29a9
Merge branch 'fix_union_enum_hierarchy' of https://github.com/Azure/t…
Mar 13, 2024
d94f254
Update 06types.mdx
weidongxu-microsoft Mar 14, 2024
c9f2075
Update 06types.mdx
weidongxu-microsoft Mar 14, 2024
c1aa587
Update 06types.mdx, fix Java naming of anonymous
weidongxu-microsoft Mar 18, 2024
eb3747b
Update .net part
pshao25 Mar 18, 2024
e960165
Update .net part
pshao25 Mar 18, 2024
abed5bb
Update JS part
MaryGao Mar 20, 2024
7acf811
Merge remote-tracking branch 'origin/main' into fix_union_enum_hierarchy
tadelesh Mar 20, 2024
c8961d4
fix compile error
tadelesh Mar 20, 2024
fc6c2b9
update lock file
tadelesh Mar 20, 2024
0876c88
Merge remote-tracking branch 'origin/main' into fix_union_enum_hierarchy
tadelesh Mar 21, 2024
fe33905
update lock
tadelesh Mar 21, 2024
c410f33
revert core change and update lock
tadelesh Mar 21, 2024
e50b7a2
Update the JS part
MaryGao Mar 21, 2024
dc636cc
Merge branch 'main' into fix_union_enum_hierarchy
tadelesh Mar 22, 2024
195bf7f
update doc and logic
tadelesh Mar 22, 2024
5726e40
Merge branch 'main' into fix_union_enum_hierarchy
tadelesh Mar 22, 2024
9320036
Merge branch 'main' of https://github.com/Azure/typespec-azure into f…
Mar 22, 2024
1abf55e
format and fix test
Mar 22, 2024
73d21b2
Merge branch 'main' into fix_union_enum_hierarchy
iscai-msft Mar 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: fix
packages:
- "@azure-tools/typespec-client-generator-core"
---

rollback change of union as enum with hierarchy
Loading
Loading