From 84f6162b0d44fd8f02ff3d8c2b2734ab1c1e5e7b Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 5 Jan 2022 14:59:50 +0000 Subject: [PATCH] CodeGen from PR 17233 in Azure/azure-rest-api-specs Merge 5b32ecdaeb08544c327107f68572c5164bdd98fc into 30fca88fa23112e4296322f38610e02da522d390 --- schemas/2018-06-01/Microsoft.DBforMariaDB.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/2018-06-01/Microsoft.DBforMariaDB.json b/schemas/2018-06-01/Microsoft.DBforMariaDB.json index f02658572b..095442586d 100644 --- a/schemas/2018-06-01/Microsoft.DBforMariaDB.json +++ b/schemas/2018-06-01/Microsoft.DBforMariaDB.json @@ -268,7 +268,7 @@ "oneOf": [ { "type": "string", - "pattern": "^.*/default$" + "pattern": "^.*/Default$" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -892,7 +892,7 @@ "name": { "type": "string", "enum": [ - "default" + "Default" ], "description": "The name of the threat detection policy." },