From 67ffb605b3b066ea0d23bc9f45a10b5a1ede38ff Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 12 Apr 2021 09:09:35 +0000 Subject: [PATCH] CodeGen from PR 13885 in Azure/azure-rest-api-specs Merge e0c6e63a3e6a018649a73c820b0b7651a1f2c88f into c4fc9427b7f79d8ccdf04c460f68560a99dfb1bf --- .../Microsoft.EnterpriseKnowledgeGraph.json | 145 ------------------ schemas/common/autogeneratedResources.json | 3 - 2 files changed, 148 deletions(-) delete mode 100644 schemas/2018-12-03/Microsoft.EnterpriseKnowledgeGraph.json diff --git a/schemas/2018-12-03/Microsoft.EnterpriseKnowledgeGraph.json b/schemas/2018-12-03/Microsoft.EnterpriseKnowledgeGraph.json deleted file mode 100644 index 7d5146cd07..0000000000 --- a/schemas/2018-12-03/Microsoft.EnterpriseKnowledgeGraph.json +++ /dev/null @@ -1,145 +0,0 @@ -{ - "id": "https://schema.management.azure.com/schemas/2018-12-03/Microsoft.EnterpriseKnowledgeGraph.json#", - "$schema": "http://json-schema.org/draft-04/schema#", - "title": "Microsoft.EnterpriseKnowledgeGraph", - "description": "Microsoft EnterpriseKnowledgeGraph Resource Types", - "resourceDefinitions": { - "services": { - "type": "object", - "properties": { - "apiVersion": { - "type": "string", - "enum": [ - "2018-12-03" - ] - }, - "location": { - "type": "string", - "description": "Specifies the location of the resource." - }, - "name": { - "oneOf": [ - { - "type": "string", - "pattern": "^[a-zA-Z0-9][a-zA-Z0-9_.-]*$", - "minLength": 2, - "maxLength": 64 - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The name of the EnterpriseKnowledgeGraph resource." - }, - "properties": { - "oneOf": [ - { - "$ref": "#/definitions/EnterpriseKnowledgeGraphProperties" - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The parameters to provide for the EnterpriseKnowledgeGraph." - }, - "sku": { - "oneOf": [ - { - "$ref": "#/definitions/Sku" - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The SKU of the EnterpriseKnowledgeGraph service account." - }, - "tags": { - "oneOf": [ - { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "properties": {} - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Contains resource tags defined as key/value pairs." - }, - "type": { - "type": "string", - "enum": [ - "Microsoft.EnterpriseKnowledgeGraph/services" - ] - } - }, - "required": [ - "apiVersion", - "name", - "properties", - "type" - ], - "description": "Microsoft.EnterpriseKnowledgeGraph/services" - } - }, - "definitions": { - "EnterpriseKnowledgeGraphProperties": { - "type": "object", - "properties": { - "description": { - "type": "string", - "description": "The description of the EnterpriseKnowledgeGraph" - }, - "metadata": { - "type": "object", - "properties": {}, - "description": "Specifies the metadata of the resource." - }, - "provisioningState": { - "oneOf": [ - { - "type": "string", - "enum": [ - "Creating", - "Deleting", - "Failed", - "Succeeded" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The state of EnterpriseKnowledgeGraph provisioning." - } - }, - "description": "The parameters to provide for the EnterpriseKnowledgeGraph." - }, - "Sku": { - "type": "object", - "properties": { - "name": { - "oneOf": [ - { - "type": "string", - "enum": [ - "F0", - "S1" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The sku name." - } - }, - "required": [ - "name" - ], - "description": "The SKU of the EnterpriseKnowledgeGraph service account." - } - } -} \ No newline at end of file diff --git a/schemas/common/autogeneratedResources.json b/schemas/common/autogeneratedResources.json index 1cddc85208..b6a7fa7e83 100644 --- a/schemas/common/autogeneratedResources.json +++ b/schemas/common/autogeneratedResources.json @@ -4453,9 +4453,6 @@ { "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.EngagementFabric.json#/resourceDefinitions/Accounts_Channels" }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-03/Microsoft.EnterpriseKnowledgeGraph.json#/resourceDefinitions/services" - }, { "$ref": "https://schema.management.azure.com/schemas/2017-06-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" },