Skip to content

Commit 16ec95e

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent b200133 commit 16ec95e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
"oneOf": [
287287
{
288288
"type": "string",
289-
"pattern": "^.*/Default$"
289+
"pattern": "^.*/default$"
290290
},
291291
{
292292
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -950,7 +950,7 @@
950950
"name": {
951951
"type": "string",
952952
"enum": [
953-
"Default"
953+
"default"
954954
],
955955
"description": "The name of the threat detection policy."
956956
},

schemas/2017-12-01/Microsoft.DBforPostgreSQL.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
"oneOf": [
287287
{
288288
"type": "string",
289-
"pattern": "^.*/Default$"
289+
"pattern": "^.*/default$"
290290
},
291291
{
292292
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -953,7 +953,7 @@
953953
"name": {
954954
"type": "string",
955955
"enum": [
956-
"Default"
956+
"default"
957957
],
958958
"description": "The name of the threat detection policy."
959959
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
"oneOf": [
269269
{
270270
"type": "string",
271-
"pattern": "^.*/Default$"
271+
"pattern": "^.*/default$"
272272
},
273273
{
274274
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -875,7 +875,7 @@
875875
"name": {
876876
"type": "string",
877877
"enum": [
878-
"Default"
878+
"default"
879879
],
880880
"description": "The name of the threat detection policy."
881881
},

0 commit comments

Comments
 (0)