From 9bd80e130afd8d38de3ac4bbf67c9c974e7412be Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 3 Sep 2021 06:36:56 +0000 Subject: [PATCH] CodeGen from PR 15750 in Azure/azure-rest-api-specs Change SecurityAlertPolicyName from default to Default (#15750) * Change SecurityAlertPolicyName from default to Default * modify example files --- schemas/2020-11-01-preview/Microsoft.Sql.json | 16 ++++++++-------- schemas/2021-02-01-preview/Microsoft.Sql.json | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/schemas/2020-11-01-preview/Microsoft.Sql.json b/schemas/2020-11-01-preview/Microsoft.Sql.json index 7db77793ca..fc6202b866 100644 --- a/schemas/2020-11-01-preview/Microsoft.Sql.json +++ b/schemas/2020-11-01-preview/Microsoft.Sql.json @@ -587,7 +587,7 @@ "oneOf": [ { "type": "string", - "pattern": "^.*/default$" + "pattern": "^.*/Default$" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -950,7 +950,7 @@ "oneOf": [ { "type": "string", - "pattern": "^.*/default$" + "pattern": "^.*/Default$" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -1783,7 +1783,7 @@ "oneOf": [ { "type": "string", - "pattern": "^.*/default$" + "pattern": "^.*/Default$" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -2852,7 +2852,7 @@ "oneOf": [ { "type": "string", - "pattern": "^.*/default$" + "pattern": "^.*/Default$" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -5490,7 +5490,7 @@ "name": { "type": "string", "enum": [ - "default" + "Default" ], "description": "The name of the security alert policy." }, @@ -5736,7 +5736,7 @@ "name": { "type": "string", "enum": [ - "default" + "Default" ], "description": "The name of the security alert policy." }, @@ -7044,7 +7044,7 @@ "name": { "type": "string", "enum": [ - "default" + "Default" ], "description": "The name of the security alert policy." }, @@ -7989,7 +7989,7 @@ "name": { "type": "string", "enum": [ - "default" + "Default" ], "description": "The name of the threat detection policy." }, diff --git a/schemas/2021-02-01-preview/Microsoft.Sql.json b/schemas/2021-02-01-preview/Microsoft.Sql.json index dadde224c2..f494d5b9e2 100644 --- a/schemas/2021-02-01-preview/Microsoft.Sql.json +++ b/schemas/2021-02-01-preview/Microsoft.Sql.json @@ -587,7 +587,7 @@ "oneOf": [ { "type": "string", - "pattern": "^.*/default$" + "pattern": "^.*/Default$" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -950,7 +950,7 @@ "oneOf": [ { "type": "string", - "pattern": "^.*/default$" + "pattern": "^.*/Default$" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -1835,7 +1835,7 @@ "oneOf": [ { "type": "string", - "pattern": "^.*/default$" + "pattern": "^.*/Default$" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -2942,7 +2942,7 @@ "oneOf": [ { "type": "string", - "pattern": "^.*/default$" + "pattern": "^.*/Default$" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -5612,7 +5612,7 @@ "name": { "type": "string", "enum": [ - "default" + "Default" ], "description": "The name of the security alert policy." }, @@ -5858,7 +5858,7 @@ "name": { "type": "string", "enum": [ - "default" + "Default" ], "description": "The name of the security alert policy." }, @@ -7239,7 +7239,7 @@ "name": { "type": "string", "enum": [ - "default" + "Default" ], "description": "The name of the security alert policy." }, @@ -8222,7 +8222,7 @@ "name": { "type": "string", "enum": [ - "default" + "Default" ], "description": "The name of the threat detection policy." },