Skip to content

Commit 796e278

Browse files
author
SDKAuto
committed
CodeGen from PR 11779 in Azure/azure-rest-api-specs
Merge b0cefbae340b15a713f3b018d5e02ed6fbfa6133 into 73d51f188ceba91939355c8e1d4d74dd38173c13
1 parent a81314f commit 796e278

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,23 @@
462462
}
463463
],
464464
"properties": {
465+
"minimalTlsVersion": {
466+
"oneOf": [
467+
{
468+
"type": "string",
469+
"enum": [
470+
"TLS1_0",
471+
"TLS1_1",
472+
"TLS1_2",
473+
"TLSEnforcementDisabled"
474+
]
475+
},
476+
{
477+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
478+
}
479+
],
480+
"description": "Enforce a minimal Tls version for the server."
481+
},
465482
"sslEnforcement": {
466483
"oneOf": [
467484
{

schemas/2018-06-01/Microsoft.DBforMariaDB.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,23 @@
556556
}
557557
],
558558
"properties": {
559+
"minimalTlsVersion": {
560+
"oneOf": [
561+
{
562+
"type": "string",
563+
"enum": [
564+
"TLS1_0",
565+
"TLS1_1",
566+
"TLS1_2",
567+
"TLSEnforcementDisabled"
568+
]
569+
},
570+
{
571+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
572+
}
573+
],
574+
"description": "Enforce a minimal Tls version for the server."
575+
},
559576
"publicNetworkAccess": {
560577
"oneOf": [
561578
{

0 commit comments

Comments
 (0)