Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions schemas/2021-03-01-preview/Microsoft.MixedReality.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@
}
]
},
"kind": {
"oneOf": [
{
"$ref": "#/definitions/Sku"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The resource model definition representing SKU"
},
"location": {
"type": "string",
"description": "The geo-location where the resource lives"
Expand All @@ -41,6 +52,17 @@
],
"description": "Name of an Mixed Reality Account."
},
"plan": {
"oneOf": [
{
"$ref": "#/definitions/Identity"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Identity for the resource."
},
"properties": {
"oneOf": [
{
Expand All @@ -52,6 +74,17 @@
],
"description": "Common Properties shared by Mixed Reality Accounts"
},
"sku": {
"oneOf": [
{
"$ref": "#/definitions/Sku"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The resource model definition representing SKU"
},
"tags": {
"oneOf": [
{
Expand Down