Skip to content

Commit

Permalink
CodeGen from PR 13987 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge ad13e11643680f3365f2b21e1e383ead7fa0aa1a into 6caa0555a933dbb8f29382131578ad566a2cfbca
  • Loading branch information
SDKAuto committed Apr 16, 2021
1 parent 54c532c commit ff915b9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
17 changes: 17 additions & 0 deletions schemas/2018-06-01/Microsoft.DBforMariaDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit ff915b9

Please sign in to comment.