Skip to content

Commit 7c00a93

Browse files
Add MSI property to Remote Rendering Account (#9476)
* Add MSI property to Remote Rendering Account * Fix typo * Fix examples * Fix case mismatch in examples
1 parent 9504ebf commit 7c00a93

File tree

6 files changed

+37
-0
lines changed

6 files changed

+37
-0
lines changed

specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2020-04-06-preview/examples/remote-rendering/Get.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"accountDomain": "mixedreality.azure.com"
1414
},
1515
"tags": {},
16+
"identity": {
17+
"type": "SystemAssigned"
18+
},
1619
"location": "eastus2euap",
1720
"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/MyResourceGroup/providers/Microsoft.MixedReality/remoteRenderingAccounts/MyAccount",
1821
"name": "MyAccount",

specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2020-04-06-preview/examples/remote-rendering/GetByResourceGroup.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"accountDomain": "mixedreality.azure.com"
1515
},
1616
"tags": {},
17+
"identity": {
18+
"type": "SystemAssigned"
19+
},
1720
"location": "eastus2euap",
1821
"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/MyResourceGroup/providers/Microsoft.MixedReality/remoteRenderingAccounts/alpha",
1922
"name": "alpha",
@@ -25,6 +28,9 @@
2528
"accountDomain": "mixedreality.azure.com"
2629
},
2730
"tags": {},
31+
"identity": {
32+
"type": "SystemAssigned"
33+
},
2834
"location": "eastus2euap",
2935
"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/MyResourceGroup/providers/Microsoft.MixedReality/remoteRenderingAccounts/omega",
3036
"name": "omega",

specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2020-04-06-preview/examples/remote-rendering/GetBySubscription.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"accountDomain": "mixedreality.azure.com"
1414
},
1515
"tags": {},
16+
"identity": {
17+
"type": "SystemAssigned"
18+
},
1619
"location": "eastus2euap",
1720
"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/MyResourceGroup/providers/Microsoft.MixedReality/remoteRenderingAccounts/alpha",
1821
"name": "alpha",
@@ -24,6 +27,9 @@
2427
"accountDomain": "mixedreality.azure.com"
2528
},
2629
"tags": {},
30+
"identity": {
31+
"type": "SystemAssigned"
32+
},
2733
"location": "eastus2euap",
2834
"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/MyResourceGroup/providers/Microsoft.MixedReality/remoteRenderingAccounts/omega",
2935
"name": "omega",

specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2020-04-06-preview/examples/remote-rendering/Patch.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"accountName": "MyAccount",
66
"api-version": "2020-04-06-preview",
77
"remoteRenderingAccount": {
8+
"identity": {
9+
"type": "SystemAssigned"
10+
},
811
"location": "eastus2euap",
912
"tags": {
1013
"heroine": "juliet",
@@ -23,6 +26,9 @@
2326
"heroine": "juliet",
2427
"hero": "romeo"
2528
},
29+
"identity": {
30+
"type": "SystemAssigned"
31+
},
2632
"location": "eastus2euap",
2733
"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/MyResourceGroup/providers/Microsoft.MixedReality/remoteRenderingAccounts/MyAccount",
2834
"name": "MyAccount",

specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2020-04-06-preview/examples/remote-rendering/Put.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"accountName": "MyAccount",
66
"api-version": "2020-04-06-preview",
77
"remoteRenderingAccount": {
8+
"identity": {
9+
"type": "SystemAssigned"
10+
},
811
"location": "eastus2euap"
912
}
1013
},
@@ -16,6 +19,9 @@
1619
"accountDomain": "mixedreality.azure.com"
1720
},
1821
"tags": {},
22+
"identity": {
23+
"type": "SystemAssigned"
24+
},
1925
"location": "eastus2euap",
2026
"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/MyResourceGroup/providers/Microsoft.MixedReality/remoteRenderingAccounts/MyAccount",
2127
"name": "MyAccount",
@@ -29,6 +35,9 @@
2935
"accountDomain": "mixedreality.azure.com"
3036
},
3137
"tags": {},
38+
"identity": {
39+
"type": "SystemAssigned"
40+
},
3241
"location": "eastus2euap",
3342
"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/MyResourceGroup/providers/Microsoft.MixedReality/remoteRenderingAccounts/MyAccount",
3443
"name": "MyAccount",

specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2020-04-06-preview/remote-rendering.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,13 @@
388388
"description": "RemoteRenderingAccount Response.",
389389
"type": "object",
390390
"properties": {
391+
"identity": {
392+
"allOf": [
393+
{
394+
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Identity"
395+
}
396+
]
397+
},
391398
"properties": {
392399
"x-ms-client-flatten": true,
393400
"description": "Property bag.",

0 commit comments

Comments
 (0)