Is it possible to spin up the new Postgres cosmos ...
# azure
w
Is it possible to spin up the new Postgres cosmos db with pulumi yet?
t
I clicked through the portal and it bootstrapped this resource:
Copy code
"type": "Microsoft.DBforPostgreSQL/serverGroupsv2",
"kind": "CosmosDBForPostgreSQL",
"apiVersion": "2020-10-05-privatepreview",
The API schema is here but I don’t think we project
privatepreview
versions…
w
I guess the preview flag is only for the schema, the service is GA as of ignite I think.
@tall-librarian-49374, I guess this mean it won't be available before it is moved out of private preview, is that correct?
t
With our current code, they would have to publish a stable or (public) preview API version schema to enable this resource
w
@tall-librarian-49374 any previous experience on how long it might take between something being GA and something being in public preview?
t
It’s supposed to go the other way around: first, preview specs, then service GA…
w
That is what I was expected as well. Postgres on cosmos is something I would assume a lot of people want to use, so really want this as fast possible :)