Skip to content

Commit 8624973

Browse files
danisala03Daniel Salazar Mora
andauthored
TLS Default version updated to enforce TLS 1.2 (#24440)
Co-authored-by: Daniel Salazar Mora <[email protected]>
1 parent fd22a81 commit 8624973

File tree

1 file changed

+4
-4
lines changed
  • specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15

1 file changed

+4
-4
lines changed

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/cosmos-db.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7026,7 +7026,7 @@
70267026
"type": "boolean"
70277027
},
70287028
"minimalTlsVersion": {
7029-
"description": "Indicates the minimum allowed Tls version. The default is Tls 1.0, except for Cassandra and Mongo API's, which only work with Tls 1.2.",
7029+
"description": "Indicates the minimum allowed Tls version. The default value is Tls 1.2. Cassandra and Mongo APIs only work with Tls 1.2.",
70307030
"type": "string",
70317031
"$ref": "#/definitions/MinimalTlsVersion"
70327032
}
@@ -7176,7 +7176,7 @@
71767176
"type": "boolean"
71777177
},
71787178
"minimalTlsVersion": {
7179-
"description": "Indicates the minimum allowed Tls version. The default is Tls 1.0, except for Cassandra and Mongo API's, which only work with Tls 1.2.",
7179+
"description": "Indicates the minimum allowed Tls version. The default value is Tls 1.2. Cassandra and Mongo APIs only work with Tls 1.2.",
71807180
"type": "string",
71817181
"$ref": "#/definitions/MinimalTlsVersion"
71827182
}
@@ -7350,7 +7350,7 @@
73507350
"type": "boolean"
73517351
},
73527352
"minimalTlsVersion": {
7353-
"description": "Indicates the minimum allowed Tls version. The default is Tls 1.0, except for Cassandra and Mongo API's, which only work with Tls 1.2.",
7353+
"description": "Indicates the minimum allowed Tls version. The default value is Tls 1.2. Cassandra and Mongo APIs only work with Tls 1.2.",
73547354
"type": "string",
73557355
"$ref": "#/definitions/MinimalTlsVersion"
73567356
}
@@ -9901,7 +9901,7 @@
99019901
}
99029902
},
99039903
"MinimalTlsVersion": {
9904-
"description": "Indicates the minimum allowed Tls version. The default is Tls 1.0, except for Cassandra and Mongo API's, which only work with Tls 1.2.",
9904+
"description": "Indicates the minimum allowed Tls version. The default value is Tls 1.2. Cassandra and Mongo APIs only work with Tls 1.2.",
99059905
"type": "string",
99069906
"enum": [
99079907
"Tls",

0 commit comments

Comments
 (0)