File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
schemas/2021-03-01-preview Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 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"
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 {
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 {
You can’t perform that action at this time.
0 commit comments