Hello, when I try to use a marketplace image with ...
# automation-api
m
Hello, when I try to use a marketplace image with the appropriate plan and image reference in pulumi_azure_native.compute.VirtualMachine, I keep getting the following error. But the image has no terms, and I see none when I try to create a VM from the image on Azure web ui. The image in question is: Data Science Virtual Machine - Ubuntu 20.04 from Microsoft
Copy code
You have not accepted the legal terms on this subscription: '****' for this plan
b
what image are you using?
m
Data Science Virtual Machine - Ubuntu 20.04
publisher: microsoft-dsvm
b
hrm, if the plan is active I’m not sure then, it’s definitely not a pulumi problem
m
I figured out the issue. I was passing in the plan argument to
compute.VirtualMachine
. Removing that fixed the issue. Is this expected?
b
no, please file an issue