[sdk] Support parameterization for remote component resources #1467
Triggered via pull request
February 22, 2025 08:26
Status
Failure
Total duration
24m 30s
Artifacts
–
pr.yml
on: pull_request
Matrix: integration-tests
setup_matrix
0s
format
1m 0s
gather
3s
Matrix: conformance-tests
Matrix: build
check-pr
0s
release-dev-sdk
/
Publish dotnet SDK
Annotations
6 errors and 8 warnings
Unexpected file modified:
sdk/Pulumi/Pulumi.xml#L1
File modified:
@@ -1893,7 +1893,7 @@
<param name="name">The unique name of the resource.</param>
<param name="options">A bag of options that control this resource's behavior.</param>
</member>
- <member name="M:Pulumi.ComponentResource.#ctor(System.String,System.String,Pulumi.ResourceArgs,Pulumi.ComponentResourceOptions,System.Boolean)">
+ <member name="M:Pulumi.ComponentResource.#ctor(System.String,System.String,Pulumi.ResourceArgs,Pulumi.ComponentResourceOptions,System.Boolean,Pulumi.RegisterPackageRequest)">
<summary>
Creates and registers a new component resource. <paramref name="type"/> is the fully
qualified type token and <paramref name="name"/> is the "name" part to use in creating a
@@ -1906,6 +1906,7 @@
<param name="args">The arguments to use to populate the new resource.</param>
<param name="options">A bag of options that control this resource's behavior.</param>
<param name="remote">True if this is a remote component resource.</param>
+ <param name="registerPackageRequest">Package parameterization options.</param>
</member>
<member name="M:Pulumi.ComponentResource.RegisterOutputs">
<summary>
|
build (ubuntu-latest, 6.0.x)
Unexpected changes detected: 1. See file annotations for details.
|
build (ubuntu-latest, 8.0.x)
The job was canceled because "ubuntu-latest_6_0_x" failed.
|
build (ubuntu-latest, 8.0.x)
The operation was canceled.
|
conformance-tests (ubuntu-latest, 6.0.x)
Process completed with exit code 2.
|
check-pr
Process completed with exit code 1.
|
conformance-tests (ubuntu-latest, 6.0.x)
Restore cache failed: Dependencies file is not found in /home/runner/work/pulumi-dotnet/pulumi-dotnet. Supported file pattern: go.sum
|
conformance-tests (macos-13, 6.0.x)
Restore cache failed: Dependencies file is not found in /Users/runner/work/pulumi-dotnet/pulumi-dotnet. Supported file pattern: go.sum
|
integration-tests (ubuntu-latest, 6.0.x)
Restore cache failed: Dependencies file is not found in /home/runner/work/pulumi-dotnet/pulumi-dotnet. Supported file pattern: go.sum
|
integration-tests (ubuntu-latest, 8.0.x)
Restore cache failed: Dependencies file is not found in /home/runner/work/pulumi-dotnet/pulumi-dotnet. Supported file pattern: go.sum
|
integration-tests (windows-latest, 6.0.x)
Restore cache failed: Dependencies file is not found in D:\a\pulumi-dotnet\pulumi-dotnet. Supported file pattern: go.sum
|
integration-tests (windows-latest, 8.0.x)
Restore cache failed: Dependencies file is not found in D:\a\pulumi-dotnet\pulumi-dotnet. Supported file pattern: go.sum
|
integration-tests (macos-13, 8.0.x)
Restore cache failed: Dependencies file is not found in /Users/runner/work/pulumi-dotnet/pulumi-dotnet. Supported file pattern: go.sum
|
integration-tests (macos-13, 6.0.x)
Restore cache failed: Dependencies file is not found in /Users/runner/work/pulumi-dotnet/pulumi-dotnet. Supported file pattern: go.sum
|