Skip to content

Commit 8dc4d33

Browse files
author
SDKAuto
committed
CodeGen from PR 15763 in Azure/azure-rest-api-specs
Merge 44db5d144edf9ef838600e07d53902f26984a5c6 into 21056051e0ceb137195559aeff9df03f56a5d9af
1 parent 8840c59 commit 8dc4d33

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

schemas/2021-03-01-preview/Microsoft.MixedReality.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@
2323
}
2424
]
2525
},
26+
"kind": {
27+
"oneOf": [
28+
{
29+
"$ref": "#/definitions/Sku"
30+
},
31+
{
32+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
33+
}
34+
],
35+
"description": "The resource model definition representing SKU"
36+
},
2637
"location": {
2738
"type": "string",
2839
"description": "The geo-location where the resource lives"
@@ -41,6 +52,17 @@
4152
],
4253
"description": "Name of an Mixed Reality Account."
4354
},
55+
"plan": {
56+
"oneOf": [
57+
{
58+
"$ref": "#/definitions/Identity"
59+
},
60+
{
61+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
62+
}
63+
],
64+
"description": "Identity for the resource."
65+
},
4466
"properties": {
4567
"oneOf": [
4668
{
@@ -52,6 +74,17 @@
5274
],
5375
"description": "Common Properties shared by Mixed Reality Accounts"
5476
},
77+
"sku": {
78+
"oneOf": [
79+
{
80+
"$ref": "#/definitions/Sku"
81+
},
82+
{
83+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
84+
}
85+
],
86+
"description": "The resource model definition representing SKU"
87+
},
5588
"tags": {
5689
"oneOf": [
5790
{

0 commit comments

Comments
 (0)