You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a type from an external SDK, dependencies must be manually added via the Metadata.LanguageMap for each language in order for the SDKs to be buildable.
When using a type from an external SDK, dependencies must be manually added via the
Metadata.LanguageMap
for each language in order for the SDKs to be buildable.Adding a resource property such as:
Generates a schema property such as:
There is no "language" section present to the schema.
Each SDK is missing a reference to the Random package:
Pulumi.Random
@pulumi/random
pulumi-random
This might also be implementable directly in each language instead by collecting all external references.
Workaround
Within the
infer.Provider
call, add Metadata. E.g. for dotnet, we could add:The text was updated successfully, but these errors were encountered: