Skip to content

Commit 24a9e32

Browse files
Update Pulumi.xml
1 parent 3c78d68 commit 24a9e32

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

sdk/Pulumi/Pulumi.xml

+21
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,27 @@
170170
ConfigMissingException is used when a configuration value is completely missing.
171171
</summary>
172172
</member>
173+
<member name="T:Pulumi.Experimental.Provider.ComponentAnalyzer">
174+
<summary>
175+
Analyzes component resource types and generates a package schema.
176+
</summary>
177+
</member>
178+
<member name="M:Pulumi.Experimental.Provider.ComponentAnalyzer.GenerateSchema(Pulumi.Experimental.Provider.Metadata,System.Reflection.Assembly)">
179+
<summary>
180+
Analyzes the components in the given assembly and generates a package schema.
181+
</summary>
182+
<param name="metadata">The package metadata including name (required), version and display name (optional)</param>
183+
<param name="assembly">The assembly containing component resource types to analyze</param>
184+
<returns>A PackageSpec containing the complete schema for all components and their types</returns>
185+
</member>
186+
<member name="M:Pulumi.Experimental.Provider.ComponentAnalyzer.GenerateSchema(Pulumi.Experimental.Provider.Metadata,System.Type[])">
187+
<summary>
188+
Analyzes the specified component types and generates a package schema.
189+
</summary>
190+
<param name="metadata">The package metadata including name (required), version and display name (optional)</param>
191+
<param name="componentTypes">The component resource types to analyze</param>
192+
<returns>A PackageSpec containing the complete schema for all components and their types</returns>
193+
</member>
173194
<member name="T:Pulumi.Experimental.Provider.LogSeverity">
174195
<summary>
175196
LogSeverity is the severity level of a log message. Errors are fatal; all others are informational.

0 commit comments

Comments
 (0)