Skip to content

Commit 1a448d6

Browse files
author
msftbot[bot]
authored
[ReleasePR mixedreality] [Hub Generated] Public private branch 'raonon-MixedReality-UpdateResourceResponse' (#1861)
Create to sync Azure/azure-rest-api-specs#15763 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...AzureSDKAutomation:sdkAuto/mixedreality?expand=1)
2 parents 6fd36e3 + b933c84 commit 1a448d6

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)