Skip to content

Commit

Permalink
Fix remote rendering test pipeline (#23485)
Browse files Browse the repository at this point in the history
* Added missing env var

* Added change log

* Added cspell ignore list for test-resources due to false positive

* Remove unnecessary changelog entries

* Add empty version change (as there were no changes)

Co-authored-by: Michael Zappe <[email protected]>
  • Loading branch information
MichaelZp0 and Michael Zappe authored Apr 1, 2022
1 parent 8358194 commit ea6b6f4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
# Release History

## 1.0.0b2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
## 1.0.0b2 (2022-11-03)

## 1.0.0b1 (2021-11-15)

Expand Down
7 changes: 7 additions & 0 deletions sdk/remoterendering/cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"version": "0.2",
"language": "en",
"ignorePaths": [
"./test-resources.json"
]
}
4 changes: 4 additions & 0 deletions sdk/remoterendering/test-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@
"REMOTERENDERING_ARR_SERVICE_ENDPOINT": {
"type": "string",
"value": "[concat('https://remoterendering.', parameters('location'), '.mixedreality.azure.com')]"
},
"REMOTERENDERING_STORAGE_ENDPOINT_SUFFIX": {
"type": "string",
"value": "core.windows.net"
}
}
}

0 comments on commit ea6b6f4

Please sign in to comment.