Hi everyone I noticed that the Azure-Native provi...
# general
b
Hi everyone I noticed that the Azure-Native provider uses a relatively old (i've only looked at the golang stuff) Azure API versions. It looks like they are from 2017. Is there a specific reason for this? backwards compatibility perhaps? If i'm starting a new project, wouldn't it be best for me to go for the newest api versions? So going with v20210601 instead of v20171201 which appears to be the one its using by default? https://github.com/pulumi/pulumi-azure-native/blob/master/sdk/go/azure/dbforpostgresql/server.go vs https://github.com/pulumi/pulumi-azure-native/blob/master/sdk/go/azure/dbforpostgresql/v20210601/server.go