So, I have this ContainerGroup defined that accept...
# python
a
So, I have this ContainerGroup defined that accepts as a parameter a network_profile attribute. I also have defined in the file my network_profile. The thing is that ContainerGroup changed and no longer accepts that parameter. I'm a bit lost about what should I do now with the networkProfile I have created. Should that be also a different component or something like that? I'm not an expert on Pulumi and I can't find a changelog where this was removed and what it should be replaced with.
s
I assume you're working with the Azure Native provider? Here's the docs page for that resource: https://www.pulumi.com/registry/packages/azure-native/api-docs/containerinstance/containergroup/ You might also try asking Pulumi AI something like "show me how to define a ContainerGroup with the
network_file
attribute set: https://www.pulumi.com/ai/