diff --git a/schemas/2021-06-01-preview/Microsoft.OpenEnergyPlatform.json b/schemas/2021-06-01-preview/Microsoft.OpenEnergyPlatform.json new file mode 100644 index 0000000000..0f5486565e --- /dev/null +++ b/schemas/2021-06-01-preview/Microsoft.OpenEnergyPlatform.json @@ -0,0 +1,97 @@ +{ + "id": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.OpenEnergyPlatform.json#", + "$schema": "http://json-schema.org/draft-04/schema#", + "title": "Microsoft.OpenEnergyPlatform", + "description": "Microsoft OpenEnergyPlatform Resource Types", + "resourceDefinitions": { + "energyServices": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-06-01-preview" + ] + }, + "location": { + "type": "string", + "description": "Geo-location where the resource lives." + }, + "name": { + "type": "string", + "description": "The resource name." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/OepProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ] + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Resource tags." + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.OpenEnergyPlatform/energyServices" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.OpenEnergyPlatform/energyServices" + } + }, + "definitions": { + "Item": { + "type": "object", + "properties": { + "name": { + "type": "string" + } + } + }, + "OepProperties": { + "type": "object", + "properties": { + "authAppId": { + "type": "string" + }, + "dataPartitionNames": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/Item" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ] + } + } + } + } +} \ No newline at end of file diff --git a/schemas/common/autogeneratedResources.json b/schemas/common/autogeneratedResources.json index 67756fce61..42036f0188 100644 --- a/schemas/common/autogeneratedResources.json +++ b/schemas/common/autogeneratedResources.json @@ -9991,6 +9991,9 @@ { "$ref": "https://schema.management.azure.com/schemas/2020-07-07/Microsoft.OffAzure.json#/resourceDefinitions/VMwareSites_vCenters" }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.OpenEnergyPlatform.json#/resourceDefinitions/energyServices" + }, { "$ref": "https://schema.management.azure.com/schemas/2015-03-20/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_savedSearches" },