Skip to content

Commit

Permalink
Generated from 52f210af9f7a0c2020464da65b3cbabde96d15e9
Browse files Browse the repository at this point in the history
Fix 202 response for ServerKey PUT API
  • Loading branch information
SDK Automation committed Sep 4, 2020
1 parent 85ebda1 commit bfd5a78
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 275 deletions.
4 changes: 2 additions & 2 deletions schemas/2017-12-01-preview/Microsoft.DBforMySQL.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
"oneOf": [
{
"type": "string",
"pattern": "^.*/Default$"
"pattern": "^.*/default$"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -889,7 +889,7 @@
"name": {
"type": "string",
"enum": [
"Default"
"default"
],
"description": "The name of the threat detection policy."
},
Expand Down
Loading

0 comments on commit bfd5a78

Please sign in to comment.