pulumi / pulumi-ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Native code : Property doesn't exist on resource

wongstein opened this issue · comments

What happened?

A few issues in the generated Azure Native code here:
https://www.pulumi.com/ai/conversations/76de6b37-bead-4fc1-884f-cb391d8d45c4

The Subnet is generated with a property subnetPropertiesFormat that doesn't exist on the resource.

Within ApplicationGateway, the ids for some of the properties should be "$self/" , not pulumi.interpolate${appGateway.id}/`

Slack Conversation: https://www.pulumi.com/ai/conversations/76de6b37-bead-4fc1-884f-cb391d8d45c4

Example

https://www.pulumi.com/ai/conversations/76de6b37-bead-4fc1-884f-cb391d8d45c4

Output of pulumi about

Not applicable

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).

We have identified that the problem here is related to the size of resources we are using to provide context. We are working on a fix to improve compactness of context.

We have addressed this. Closing as fixed.