diff --git a/sdk/Pulumi/Pulumi.xml b/sdk/Pulumi/Pulumi.xml
index 48e207d5..063e6896 100644
--- a/sdk/Pulumi/Pulumi.xml
+++ b/sdk/Pulumi/Pulumi.xml
@@ -1907,6 +1907,21 @@
A bag of options that control this resource's behavior.
True if this is a remote component resource.
+
+
+ Creates and registers a new component resource. is the fully
+ qualified type token and is the "name" part to use in creating a
+ stable and globally unique URN for the object. options.parent is the optional parent
+ for this component, and [options.dependsOn] is an optional list of other resources that
+ this resource depends on, controlling the order in which we perform resource operations.
+
+ The type of the resource.
+ The unique name of the resource.
+ The arguments to use to populate the new resource.
+ A bag of options that control this resource's behavior.
+ True if this is a remote component resource.
+ Package parameterization options.
+
RegisterOutputs registers synthetic outputs that a component has initialized, usually by