-
Notifications
You must be signed in to change notification settings - Fork 47
Generate SDKs via pulumi package gen-sdk
#3053
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3053 +/- ##
==========================================
+ Coverage 68.62% 68.80% +0.18%
==========================================
Files 335 335
Lines 43479 43561 +82
==========================================
+ Hits 29837 29972 +135
+ Misses 11959 11877 -82
- Partials 1683 1712 +29 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5fd1dc2
to
6d1ab38
Compare
This change is part of the following stack: Change managed by git-spice. |
bc5993a
to
0987bae
Compare
62e78e4
to
780c721
Compare
pulumi package gen-sdk
pulumi package gen-sdk
156acb0
to
0f1a47e
Compare
Found an issue with Csharp |
0f1a47e
to
01162f2
Compare
c6b6dc3
to
95a6b47
Compare
This PR has been shipped in release v3.109.0. |
This PR removes the direct function calls into programgen for SDK generation in the bridge. Instead we now rely on the pulumi cli for this via
pkg gen-sdk
. This should produce no changes in the generated SDKs.I've verified that AWS builds fine and has no SDK changes under this change. CI run here: pulumi/pulumi-aws#5512
fixes #1488