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

Implement TCGC's SdkPackage types #2485

Closed
Tracked by #594
iscai-msft opened this issue Apr 4, 2024 · 1 comment
Closed
Tracked by #594

Implement TCGC's SdkPackage types #2485

iscai-msft opened this issue Apr 4, 2024 · 1 comment
Assignees

Comments

@iscai-msft
Copy link
Contributor

Language emitters should work to move entirely to TCGC's new ecosystem. The entry point for the ecosystem is accessing .sdkPackage on the SdkContext returned from tcgc

@iscai-msft
Copy link
Contributor Author

iscai-msft commented Apr 8, 2024

fixed in #2476.

In this PR, we fully moved to extending from TCGC's entire types ecosystem. We had already implemented the model / enum types much earlier, but our operations / params / clients still depended on output straight from the other tsp packages. Now, we leverage the entire type ecosystem returned by tcgc, and get info about clients / ops etc from there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants