We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a639e commit c44740cCopy full SHA for c44740c
1 file changed
packages/aws-cdk-lib/aws-rds/lib/instance-engine.ts
@@ -1973,6 +1973,9 @@ export class SqlServerEngineVersion {
1973
public static readonly VER_15_00_4322_2_V1 = SqlServerEngineVersion.of('15.00.4322.2.v1', '15.00');
1974
/** Version "15.00.4335.1.v1". */
1975
public static readonly VER_15_00_4335_1_V1 = SqlServerEngineVersion.of('15.00.4335.1.v1', '15.00');
1976
+
1977
+ /** Version "16.00" (only a major version, without a specific minor version). */
1978
+ public static readonly VER_16 = SqlServerEngineVersion.of('16.00', '16.00');
1979
/** Version "16.00.4085.2.v1". */
1980
public static readonly VER_16_00_4085_2_V1 = SqlServerEngineVersion.of('16.00.4085.2.v1', '16.00');
1981
/** Version "16.00.4095.4.v1". */
0 commit comments