pulumi-ai
pulumi-ai copied to clipboard
Wrong Azure Native import when using Go
What happened?
Our AI uses the following Go imports for Azure Native:
"github.com/pulumi/pulumi-azure-native/sdk/go/azure/resources"
while these should point to the v2 SDK in the separate repo:
"github.com/pulumi/pulumi-azure-native-sdk/resources/v2"
Example
https://www.pulumi.com/ai/conversations/b9ed17c8-e103-4d97-bd2d-a75b8ac6378a
Output of pulumi about
N/A
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).