From 796e27882bf35f0f4877745e0a8a6a2e24db2cce Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 12 Apr 2021 10:47:07 +0000 Subject: [PATCH] CodeGen from PR 11779 in Azure/azure-rest-api-specs Merge b0cefbae340b15a713f3b018d5e02ed6fbfa6133 into 73d51f188ceba91939355c8e1d4d74dd38173c13 --- .../Microsoft.DBforMariaDB.json | 17 +++++++++++++++++ schemas/2018-06-01/Microsoft.DBforMariaDB.json | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json b/schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json index dcc18c6734..e87ba05131 100644 --- a/schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json +++ b/schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json @@ -462,6 +462,23 @@ } ], "properties": { + "minimalTlsVersion": { + "oneOf": [ + { + "type": "string", + "enum": [ + "TLS1_0", + "TLS1_1", + "TLS1_2", + "TLSEnforcementDisabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Enforce a minimal Tls version for the server." + }, "sslEnforcement": { "oneOf": [ { diff --git a/schemas/2018-06-01/Microsoft.DBforMariaDB.json b/schemas/2018-06-01/Microsoft.DBforMariaDB.json index a71b5fd9da..9b7dc40e74 100644 --- a/schemas/2018-06-01/Microsoft.DBforMariaDB.json +++ b/schemas/2018-06-01/Microsoft.DBforMariaDB.json @@ -556,6 +556,23 @@ } ], "properties": { + "minimalTlsVersion": { + "oneOf": [ + { + "type": "string", + "enum": [ + "TLS1_0", + "TLS1_1", + "TLS1_2", + "TLSEnforcementDisabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Enforce a minimal Tls version for the server." + }, "publicNetworkAccess": { "oneOf": [ {