hey I'm trying to stand up a postgres 12 instance ...
# azure
t
hey I'm trying to stand up a postgres 12 instance with azure_native.dbforpostgresql.Server (11 works fine) and am getting api errors when I try to create one in westus and useast2. I do see the 'flexible server' feature is in preview still but don't see anything about region restrictions on 12...does anyone have more info on what's going on here?
Copy code
azure-native:dbforpostgresql:Server (postgres-server):
    error: Code="InvalidVersion" Message="Version '12' is not supported."
Edit: The answer was to use
azure_native.dbforpostgresql.v20200214preview.Server