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
feat(rds): support RDS for SQL Server 16.00.4095.4.v1 (#28274)
This PR supports RDS for SQL Server 16.00.4095.4.v1.
```
❯ aws rds describe-db-engine-versions --engine sqlserver-ee --query "DBEngineVersions[?EngineVersion=='16.00.4095.4.v1'].[DBEngineVersionDescription,EngineVersion,DBParameterGroupFamily,MajorEngineVersion,Status]"
[
[
"SQL Server 2022 16.00.4095.4.v1",
"16.00.4095.4.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