https://pulumi.com logo
Title
a

able-thailand-87943

03/15/2023, 2:52 PM
Hello, Is there is a reason why the default API version for ACR is so old? https://www.pulumi.com/registry/packages/azure-native/api-docs/containerregistry/registry/#create API Version: 2019-05-01. Seems that this version does not support encryption.
m

melodic-tomato-39005

03/15/2023, 2:57 PM
Sorry, we’re just a bit behind on releasing a new major version of the Azure Native plugin. We can’t bump API versions in a minor version step because it’ll change the API. That being said, all API versions are available using explicit imports. In Go, for instance, you can import
"<http://github.com/pulumi/pulumi-azure-native/sdk/go/azure/sql/v20211101|github.com/pulumi/pulumi-azure-native/sdk/go/azure/sql/v20211101>"
, similar for ACR.
a

able-thailand-87943

03/15/2023, 3:13 PM
Indeed, yes, that's what I mentioned to the team as well, that they should, for now, use the API version using explicit import instead of complaining 😉 I was just curious to know when it will be updated to work out of the box.
m

melodic-tomato-39005

03/15/2023, 3:17 PM
We’re planning for the first half of this year.
There’s nothing wrong with using explicit API versions, though. If you’d use the Azure API directly, you’d have to do that as well.