feat: expose HoloLake development lane to authenticated carriers
This commit is contained in:
parent
3294447dce
commit
96769846ac
7 changed files with 324 additions and 9 deletions
|
|
@ -27,6 +27,10 @@ test('one account has one writer while readers and reviewers can remain parallel
|
|||
assert.equal(bridge.account_concurrency.parallel_readers_allowed, true)
|
||||
assert.equal(bridge.account_concurrency.parallel_reviewers_allowed, true)
|
||||
assert.equal(bridge.account_concurrency.parallel_editors_allowed, false)
|
||||
assert.equal(bridge.implementation.authenticated_broker_development_lane_runtime, true)
|
||||
assert.equal(bridge.implementation.development_lane_human_projection_runtime, true)
|
||||
assert.equal(bridge.implementation.visitor_development_lane_rejected, true)
|
||||
assert.equal(bridge.implementation.native_general_programming_tool_loop_runtime, false)
|
||||
})
|
||||
|
||||
test('language-space reads are resumable pages rather than silent truncation', () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue