From a43f2177349b17d3d2c6b07f948000989bda0db3 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 26 Sep 2023 08:24:44 +0000 Subject: [PATCH] CodeGen from PR 25970 in Azure/azure-rest-api-specs Merge ea69b1bc53f6c336e67ab39617bb8b31f625932f into 85d0d6c98a47a6b6c2c1684cf94cc8e089c3c4ab --- .../subscriptionDeploymentTemplate.json | 3 -- .../Microsoft.Security.json | 43 ------------------- 2 files changed, 46 deletions(-) delete mode 100644 schemas/2021-01-15-preview/Microsoft.Security.json diff --git a/schemas/2018-05-01/subscriptionDeploymentTemplate.json b/schemas/2018-05-01/subscriptionDeploymentTemplate.json index 18ed8f918f..bd20b39506 100644 --- a/schemas/2018-05-01/subscriptionDeploymentTemplate.json +++ b/schemas/2018-05-01/subscriptionDeploymentTemplate.json @@ -1547,9 +1547,6 @@ { "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.Security.json#/subscription_resourceDefinitions/securityContacts" }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15-preview/Microsoft.Security.json#/subscription_resourceDefinitions/ingestionSettings" - }, { "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Security.json#/subscription_resourceDefinitions/assessmentMetadata" }, diff --git a/schemas/2021-01-15-preview/Microsoft.Security.json b/schemas/2021-01-15-preview/Microsoft.Security.json deleted file mode 100644 index f0dbcf159a..0000000000 --- a/schemas/2021-01-15-preview/Microsoft.Security.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "id": "https://schema.management.azure.com/schemas/2021-01-15-preview/Microsoft.Security.json#", - "$schema": "http://json-schema.org/draft-04/schema#", - "title": "Microsoft.Security", - "description": "Microsoft Security Resource Types", - "resourceDefinitions": {}, - "subscription_resourceDefinitions": { - "ingestionSettings": { - "type": "object", - "properties": { - "apiVersion": { - "type": "string", - "enum": [ - "2021-01-15-preview" - ] - }, - "name": { - "type": "string", - "description": "Name of the ingestion setting" - }, - "properties": { - "type": "object", - "properties": {}, - "description": "Ingestion setting data" - }, - "type": { - "type": "string", - "enum": [ - "Microsoft.Security/ingestionSettings" - ] - } - }, - "required": [ - "apiVersion", - "name", - "properties", - "type" - ], - "description": "Microsoft.Security/ingestionSettings" - } - }, - "definitions": {} -} \ No newline at end of file