Hello, Is there is a reason why the default API v...
# azure
a
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
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
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
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.