From 0a6e457fa31db4ea976b927b5948ced36b3286e1 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 12 Apr 2021 09:09:47 +0000 Subject: [PATCH] CodeGen from PR 13885 in Azure/azure-rest-api-specs Merge e0c6e63a3e6a018649a73c820b0b7651a1f2c88f into c4fc9427b7f79d8ccdf04c460f68560a99dfb1bf --- schemas/2017-05-15/Microsoft.Addons.json | 49 ------------------- schemas/2018-03-01/Microsoft.Addons.json | 49 ------------------- .../subscriptionDeploymentTemplate.json | 6 --- 3 files changed, 104 deletions(-) delete mode 100644 schemas/2017-05-15/Microsoft.Addons.json delete mode 100644 schemas/2018-03-01/Microsoft.Addons.json diff --git a/schemas/2017-05-15/Microsoft.Addons.json b/schemas/2017-05-15/Microsoft.Addons.json deleted file mode 100644 index f9abc4a39e..0000000000 --- a/schemas/2017-05-15/Microsoft.Addons.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "id": "https://schema.management.azure.com/schemas/2017-05-15/Microsoft.Addons.json#", - "$schema": "http://json-schema.org/draft-04/schema#", - "title": "Microsoft.Addons", - "description": "Microsoft Addons Resource Types", - "resourceDefinitions": {}, - "subscription_resourceDefinitions": { - "supportProviders_supportPlanTypes": { - "type": "object", - "properties": { - "apiVersion": { - "type": "string", - "enum": [ - "2017-05-15" - ] - }, - "name": { - "oneOf": [ - { - "type": "string", - "enum": [ - "Essential", - "Standard", - "Advanced" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The Canonical support plan type." - }, - "type": { - "type": "string", - "enum": [ - "Microsoft.Addons/supportProviders/supportPlanTypes" - ] - } - }, - "required": [ - "apiVersion", - "name", - "type" - ], - "description": "Microsoft.Addons/supportProviders/supportPlanTypes" - } - }, - "definitions": {} -} \ No newline at end of file diff --git a/schemas/2018-03-01/Microsoft.Addons.json b/schemas/2018-03-01/Microsoft.Addons.json deleted file mode 100644 index c1987cc2a9..0000000000 --- a/schemas/2018-03-01/Microsoft.Addons.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "id": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Addons.json#", - "$schema": "http://json-schema.org/draft-04/schema#", - "title": "Microsoft.Addons", - "description": "Microsoft Addons Resource Types", - "resourceDefinitions": {}, - "subscription_resourceDefinitions": { - "supportProviders_supportPlanTypes": { - "type": "object", - "properties": { - "apiVersion": { - "type": "string", - "enum": [ - "2018-03-01" - ] - }, - "name": { - "oneOf": [ - { - "type": "string", - "enum": [ - "Essential", - "Standard", - "Advanced" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The Canonical support plan type." - }, - "type": { - "type": "string", - "enum": [ - "Microsoft.Addons/supportProviders/supportPlanTypes" - ] - } - }, - "required": [ - "apiVersion", - "name", - "type" - ], - "description": "Microsoft.Addons/supportProviders/supportPlanTypes" - } - }, - "definitions": {} -} \ No newline at end of file diff --git a/schemas/2018-05-01/subscriptionDeploymentTemplate.json b/schemas/2018-05-01/subscriptionDeploymentTemplate.json index 15f62c1764..ea54210778 100644 --- a/schemas/2018-05-01/subscriptionDeploymentTemplate.json +++ b/schemas/2018-05-01/subscriptionDeploymentTemplate.json @@ -57,12 +57,6 @@ }, { "oneOf": [ - { - "$ref": "https://schema.management.azure.com/schemas/2017-05-15/Microsoft.Addons.json#/subscription_resourceDefinitions/supportProviders_supportPlanTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Addons.json#/subscription_resourceDefinitions/supportProviders_supportPlanTypes" - }, { "$ref": "https://schema.management.azure.com/schemas/2017-04-19/Microsoft.Advisor.json#/subscription_resourceDefinitions/configurations" },