Skip to content

Commit 6a97e8f

Browse files
author
msftbot[bot]
authored
[ReleasePR sql] Change SecurityAlertPolicyName from default to Default (#1882)
Create to sync Azure/azure-rest-api-specs#15750 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...AzureSDKAutomation:sdkAuto/sql?expand=1)
2 parents 3db622a + 9bd80e1 commit 6a97e8f

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

schemas/2020-11-01-preview/Microsoft.Sql.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@
587587
"oneOf": [
588588
{
589589
"type": "string",
590-
"pattern": "^.*/default$"
590+
"pattern": "^.*/Default$"
591591
},
592592
{
593593
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -950,7 +950,7 @@
950950
"oneOf": [
951951
{
952952
"type": "string",
953-
"pattern": "^.*/default$"
953+
"pattern": "^.*/Default$"
954954
},
955955
{
956956
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -1783,7 +1783,7 @@
17831783
"oneOf": [
17841784
{
17851785
"type": "string",
1786-
"pattern": "^.*/default$"
1786+
"pattern": "^.*/Default$"
17871787
},
17881788
{
17891789
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -2852,7 +2852,7 @@
28522852
"oneOf": [
28532853
{
28542854
"type": "string",
2855-
"pattern": "^.*/default$"
2855+
"pattern": "^.*/Default$"
28562856
},
28572857
{
28582858
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -5490,7 +5490,7 @@
54905490
"name": {
54915491
"type": "string",
54925492
"enum": [
5493-
"default"
5493+
"Default"
54945494
],
54955495
"description": "The name of the security alert policy."
54965496
},
@@ -5736,7 +5736,7 @@
57365736
"name": {
57375737
"type": "string",
57385738
"enum": [
5739-
"default"
5739+
"Default"
57405740
],
57415741
"description": "The name of the security alert policy."
57425742
},
@@ -7044,7 +7044,7 @@
70447044
"name": {
70457045
"type": "string",
70467046
"enum": [
7047-
"default"
7047+
"Default"
70487048
],
70497049
"description": "The name of the security alert policy."
70507050
},
@@ -7989,7 +7989,7 @@
79897989
"name": {
79907990
"type": "string",
79917991
"enum": [
7992-
"default"
7992+
"Default"
79937993
],
79947994
"description": "The name of the threat detection policy."
79957995
},

schemas/2021-02-01-preview/Microsoft.Sql.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@
587587
"oneOf": [
588588
{
589589
"type": "string",
590-
"pattern": "^.*/default$"
590+
"pattern": "^.*/Default$"
591591
},
592592
{
593593
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -950,7 +950,7 @@
950950
"oneOf": [
951951
{
952952
"type": "string",
953-
"pattern": "^.*/default$"
953+
"pattern": "^.*/Default$"
954954
},
955955
{
956956
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -1835,7 +1835,7 @@
18351835
"oneOf": [
18361836
{
18371837
"type": "string",
1838-
"pattern": "^.*/default$"
1838+
"pattern": "^.*/Default$"
18391839
},
18401840
{
18411841
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -2942,7 +2942,7 @@
29422942
"oneOf": [
29432943
{
29442944
"type": "string",
2945-
"pattern": "^.*/default$"
2945+
"pattern": "^.*/Default$"
29462946
},
29472947
{
29482948
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -5612,7 +5612,7 @@
56125612
"name": {
56135613
"type": "string",
56145614
"enum": [
5615-
"default"
5615+
"Default"
56165616
],
56175617
"description": "The name of the security alert policy."
56185618
},
@@ -5858,7 +5858,7 @@
58585858
"name": {
58595859
"type": "string",
58605860
"enum": [
5861-
"default"
5861+
"Default"
58625862
],
58635863
"description": "The name of the security alert policy."
58645864
},
@@ -7239,7 +7239,7 @@
72397239
"name": {
72407240
"type": "string",
72417241
"enum": [
7242-
"default"
7242+
"Default"
72437243
],
72447244
"description": "The name of the security alert policy."
72457245
},
@@ -8222,7 +8222,7 @@
82228222
"name": {
82238223
"type": "string",
82248224
"enum": [
8225-
"default"
8225+
"Default"
82268226
],
82278227
"description": "The name of the threat detection policy."
82288228
},

0 commit comments

Comments
 (0)