microsoft / vscode-cosmosdb

Azure Databases extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb
MIT License
155 stars 68 forks source link

Change the default PostgreSQL version for PostgreSQL Flexible server from "12" to "15" #2195

Closed v-ruizh closed 6 months ago

v-ruizh commented 11 months ago

OS: All Build Version: 20231007.1

Repro Steps:

  1. Create one PostgreSQL Flexible server in VS Code.
  2. Check whether the PostgreSQL version for the above PostgreSQL Flexible server is "15" or not.

Expect: The PostgreSQL version for the above Flexible server is "15", such as the PostgreSQL Flexible server created from portal. image

Actual: The PostgreSQL version for the above Flexible server is "12". image

More Info: The default PostgreSQL version is "15" for PostgreSQL Flexible server in Azure portal. image

JasonYeMSFT commented 7 months ago

The highest version the SDK supports is 14. I will bump our default version to 14.