-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sdk] Support parameterization for remote component resources (#502)
### Description When generating parameterized .NET SDKs, resources that marked `isComponent: true` in the schema do not support parameterization leading to runtime errors that mentioned missing plugins ``` error: Could not automatically download and install resource plugin 'pulumi-resource-<parameterized-package>' at version v0.0.x ``` This PR adds SDK support for parameterized _remote_ component resources. Still required SDK-gen support from pulumi/pulumi to emit the actual `RegisterPackageRequest` in the newly added constructor overload Fixes #503
- Loading branch information
Showing
3 changed files
with
49 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
component: sdk | ||
kind: Improvements | ||
body: Support parameterization for remote component resources | ||
time: 2025-02-22T08:54:11.922966+01:00 | ||
custom: | ||
PR: "502" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters