Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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*
- Loading branch information