Skip to content

Commit 0906afc

Browse files
Fix MV
Fix MV in Patch examples
1 parent eeffdee commit 0906afc

File tree

4 files changed

+8
-4
lines changed
  • specification/mixedreality/resource-manager/Microsoft.MixedReality

4 files changed

+8
-4
lines changed

specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2019-02-28-preview/examples/SpatialAnchorsAccount/Patch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"spatialAnchorsAccountName": "MyAccount",
77
"api-version": "2019-02-28-preview",
88
"spatialAnchorsAccount": {
9-
"Tags": {
9+
"location": "eastus2euap",
10+
"tags": {
1011
"heroine": "juliet",
1112
"hero": "romeo"
1213
}

specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2019-12-02-preview/examples/remote-rendering/Patch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"accountName": "MyAccount",
77
"api-version": "2019-02-28-preview",
88
"remoteRenderingAccount": {
9-
"Tags": {
9+
"location": "eastus2euap",
10+
"tags": {
1011
"heroine": "juliet",
1112
"hero": "romeo"
1213
}

specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2019-12-02-preview/examples/spatial-anchors/Patch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"accountName": "MyAccount",
77
"api-version": "2019-02-28-preview",
88
"spatialAnchorsAccount": {
9-
"Tags": {
9+
"location": "eastus2euap",
10+
"tags": {
1011
"heroine": "juliet",
1112
"hero": "romeo"
1213
}

specification/mixedreality/resource-manager/Microsoft.MixedReality/stable/2020-05-01/examples/spatial-anchors/Patch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"accountName": "MyAccount",
66
"api-version": "2020-05-01",
77
"spatialAnchorsAccount": {
8-
"Tags": {
8+
"location": "eastus2euap",
9+
"tags": {
910
"heroine": "juliet",
1011
"hero": "romeo"
1112
}

0 commit comments

Comments
 (0)