Hi! I'm trying to use the example from the pulumi ...
# general
f
Hi! I'm trying to use the example from the pulumi site: https://www.pulumi.com/registry/packages/azure-native/api-docs/app/managedenvironmentsstorage/ but receiving:
Copy code
AttributeError: module '<http://pulumi_azure_native.app|pulumi_azure_native.app>' has no attribute 'ManagedEnvironmentStorageResponsePropertiesArgs'
Why the examples are not working out of the box? 😞
d
the example looks incorrect, does
ManagedEnvironmentStoragePropertiesArgs
work for you (note
Response
is removed from the name)?
f
Working! thanks! how can I update this example?