You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(rds): support RDS for SQL Server 16.00.4085.2.v1 as major version 2022 (#28029)
This PR supports RDS for SQL Server 16.00.4085.2.v1 as major version 2022.
https://aws.amazon.com/jp/about-aws/whats-new/2023/11/amazon-rds-sql-server-sql-server-major-version-2022/
```bash
❯ aws rds describe-db-engine-versions --engine sqlserver-ee --query "DBEngineVersions[?EngineVersion=='16.00.4085.2.v1'].[DBEngineVersionDescription,EngineVersion,DBParameterGroupFamily,MajorEngineVersion,Status]"
[
[
"SQL Server 2022 16.00.4085.2.v1",
"16.00.4085.2.v1",
"sqlserver-ee-16.0",
"16.00",
"available"
]
]
```
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments