Skip to content

Commit

Permalink
[ReleasePR sql] Change SecurityAlertPolicyName from default to Default (
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Sep 3, 2021
2 parents 3db622a + 9bd80e1 commit 6a97e8f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions schemas/2020-11-01-preview/Microsoft.Sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@
"oneOf": [
{
"type": "string",
"pattern": "^.*/default$"
"pattern": "^.*/Default$"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -950,7 +950,7 @@
"oneOf": [
{
"type": "string",
"pattern": "^.*/default$"
"pattern": "^.*/Default$"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -1783,7 +1783,7 @@
"oneOf": [
{
"type": "string",
"pattern": "^.*/default$"
"pattern": "^.*/Default$"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -2852,7 +2852,7 @@
"oneOf": [
{
"type": "string",
"pattern": "^.*/default$"
"pattern": "^.*/Default$"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -5490,7 +5490,7 @@
"name": {
"type": "string",
"enum": [
"default"
"Default"
],
"description": "The name of the security alert policy."
},
Expand Down Expand Up @@ -5736,7 +5736,7 @@
"name": {
"type": "string",
"enum": [
"default"
"Default"
],
"description": "The name of the security alert policy."
},
Expand Down Expand Up @@ -7044,7 +7044,7 @@
"name": {
"type": "string",
"enum": [
"default"
"Default"
],
"description": "The name of the security alert policy."
},
Expand Down Expand Up @@ -7989,7 +7989,7 @@
"name": {
"type": "string",
"enum": [
"default"
"Default"
],
"description": "The name of the threat detection policy."
},
Expand Down
16 changes: 8 additions & 8 deletions schemas/2021-02-01-preview/Microsoft.Sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@
"oneOf": [
{
"type": "string",
"pattern": "^.*/default$"
"pattern": "^.*/Default$"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -950,7 +950,7 @@
"oneOf": [
{
"type": "string",
"pattern": "^.*/default$"
"pattern": "^.*/Default$"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -1835,7 +1835,7 @@
"oneOf": [
{
"type": "string",
"pattern": "^.*/default$"
"pattern": "^.*/Default$"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -2942,7 +2942,7 @@
"oneOf": [
{
"type": "string",
"pattern": "^.*/default$"
"pattern": "^.*/Default$"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -5612,7 +5612,7 @@
"name": {
"type": "string",
"enum": [
"default"
"Default"
],
"description": "The name of the security alert policy."
},
Expand Down Expand Up @@ -5858,7 +5858,7 @@
"name": {
"type": "string",
"enum": [
"default"
"Default"
],
"description": "The name of the security alert policy."
},
Expand Down Expand Up @@ -7239,7 +7239,7 @@
"name": {
"type": "string",
"enum": [
"default"
"Default"
],
"description": "The name of the security alert policy."
},
Expand Down Expand Up @@ -8222,7 +8222,7 @@
"name": {
"type": "string",
"enum": [
"default"
"Default"
],
"description": "The name of the threat detection policy."
},
Expand Down

0 comments on commit 6a97e8f

Please sign in to comment.