How does one specify the API version for a resourc...
# azure
l
How does one specify the API version for a resource? I'm attempting to create a ManagementPolicy for a Storage account and getting a HttpResourceNotFound error, which I'm assuming is because it's using 20210201 instead of 20210401
t
You do it by importing the right module/namespace, e.g.
using Pulumi.AzureNative.Storage.V20210401;