Skip to content

Commit

Permalink
CodeGen from PR 17105 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge d8ca6977b88da6b825538f87e64223357e08caf1 into 58891380ba22c3565ca884dee3831445f638b545
  • Loading branch information
SDKAuto committed Dec 15, 2021
1 parent 6492306 commit f8b3625
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 0 deletions.
97 changes: 97 additions & 0 deletions schemas/2021-06-01-preview/Microsoft.OpenEnergyPlatform.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
}
}
}
}
3 changes: 3 additions & 0 deletions schemas/common/autogeneratedResources.json
Original file line number Diff line number Diff line change
Expand Up @@ -9943,6 +9943,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"
},
Expand Down

0 comments on commit f8b3625

Please sign in to comment.