tall-arm-50802
06/05/2024, 9:20 AMtall-librarian-49374
06/05/2024, 10:54 AMversion property accepts any string, you should be able to pass "16" there: https://github.com/pulumi/pulumi-azure-native/blob/master/sdk/nodejs/dbforpostgresql/server.ts#L297tall-arm-50802
06/05/2024, 11:05 AMadventurous-butcher-54166
06/07/2024, 10:24 AMdbforpostgresql.v20230601preview API with the newest Azure API version for the provider being v20231201preview.
Also if you want to be able to provision the most recent options (SSD v2, IOPS etc.) you'd have to use at least > v20230301preview.
Depends on your language, but here is how I import that in Python:
from pulumi_azure_native.dbforpostgresql import (
v20231201preview as postgres, # For
)