Skip to content

Commit

Permalink
CodeGen from PR 17233 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
remove the unused parameter (#17233)
  • Loading branch information
SDKAuto committed Jan 14, 2022
1 parent 109fd9f commit 4d65da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/2018-06-01/Microsoft.DBforMariaDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
"oneOf": [
{
"type": "string",
"pattern": "^.*/default$"
"pattern": "^.*/Default$"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -892,7 +892,7 @@
"name": {
"type": "string",
"enum": [
"default"
"Default"
],
"description": "The name of the threat detection policy."
},
Expand Down

0 comments on commit 4d65da0

Please sign in to comment.