https://pulumi.com logo
Title
f

flat-pager-43269

01/09/2023, 4:47 PM
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:
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

dry-keyboard-94795

01/09/2023, 5:12 PM
the example looks incorrect, does
ManagedEnvironmentStoragePropertiesArgs
work for you (note
Response
is removed from the name)?
f

flat-pager-43269

01/09/2023, 5:42 PM
Working! thanks! how can I update this example?