This message was deleted.
# azure
s
This message was deleted.
f
m
Yes, it’s called DBforPostgreSQL. The confusing naming is straight from Microsoft:
specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/
. Note that our default API version is quite old at this point but you can import the latest stable as well.
f
How do I import the latest stable?
m
which programming language are you using? In Typescript, for instance, it would be
Copy code
import pulumi_azure_native.dbforpostgresql.v20221201
and similar in other languages
f
this is in python 😂 . I figured out in typescript. Looks like it's still not possible, the latest api version I get in azure is not the same in the library. Library still need to catch up.
m
Where do you see a later one in Azure? Do you have a link?