Skip to content

Commit

Permalink
Fix MV (#9397)
Browse files Browse the repository at this point in the history
Fix MV in Patch examples
  • Loading branch information
XiangyuL-Microsoft authored May 9, 2020
1 parent eeffdee commit 9504ebf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"spatialAnchorsAccountName": "MyAccount",
"api-version": "2019-02-28-preview",
"spatialAnchorsAccount": {
"Tags": {
"location": "eastus2euap",
"tags": {
"heroine": "juliet",
"hero": "romeo"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"accountName": "MyAccount",
"api-version": "2019-02-28-preview",
"remoteRenderingAccount": {
"Tags": {
"location": "eastus2euap",
"tags": {
"heroine": "juliet",
"hero": "romeo"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"accountName": "MyAccount",
"api-version": "2019-02-28-preview",
"spatialAnchorsAccount": {
"Tags": {
"location": "eastus2euap",
"tags": {
"heroine": "juliet",
"hero": "romeo"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"accountName": "MyAccount",
"api-version": "2020-05-01",
"spatialAnchorsAccount": {
"Tags": {
"location": "eastus2euap",
"tags": {
"heroine": "juliet",
"hero": "romeo"
}
Expand Down

0 comments on commit 9504ebf

Please sign in to comment.