Skip to content

Commit ac2e165

Browse files
author
SDK Automation
committed
Generated from 7e8605f7c2249f8797ee940cc0744b5654752ca1
Remove duplication of TrackedResource in mariaDB and mySQL
1 parent b4dc1cb commit ac2e165

File tree

5 files changed

+1110
-275
lines changed

5 files changed

+1110
-275
lines changed

schemas/2017-12-01-preview/Microsoft.DBforMySQL.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
"oneOf": [
276276
{
277277
"type": "string",
278-
"pattern": "^.*/Default$"
278+
"pattern": "^.*/default$"
279279
},
280280
{
281281
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -889,7 +889,7 @@
889889
"name": {
890890
"type": "string",
891891
"enum": [
892-
"Default"
892+
"default"
893893
],
894894
"description": "The name of the threat detection policy."
895895
},

0 commit comments

Comments
 (0)