This commit is contained in:
Chris Pietschmann 2018-09-05 13:48:48 -05:00
Родитель 4767bf805e
Коммит 8f71ecd462
5 изменённых файлов: 22 добавлений и 22 удалений

Просмотреть файл

@ -816,7 +816,7 @@ able to generate an application for the contract.
"Name": "TelemetryCompliance",
"DisplayName": "Telemetry Compliance",
"Description": "",
"Initiators": ["Admin"],
"Initiators": ["Admin","User"],
"StartState": "Creating",
"Properties": [
@ -1176,7 +1176,7 @@ able to generate an application for the contract.
"Style": "Success",
"Transitions": [
{
"AllowedRoles": ["Admin"],
"AllowedRoles": ["Admin","User"],
"AllowedInstanceRoles": ["InitiatingCounterparty"],
"Description": "...",
"Function": "RequestTransferResponsibility",
@ -1184,7 +1184,7 @@ able to generate an application for the contract.
"DisplayName": "RequestTransferResponsibility"
},
{
"AllowedRoles": ["Admin"],
"AllowedRoles": ["Admin","User"],
"AllowedInstanceRoles": ["Device"],
"Description": "...",
"Function": "IngestTelemetry",
@ -1202,7 +1202,7 @@ able to generate an application for the contract.
"Style": "Success",
"Transitions": [
{
"AllowedRoles": ["Admin"],
"AllowedRoles": ["Admin","User"],
"AllowedInstanceRoles": ["Counterparty"],
"Description": "...",
"Function": "AcceptTransferResponsibility",
@ -1210,7 +1210,7 @@ able to generate an application for the contract.
"DisplayName": "AcceptTransferResponsibility"
},
{
"AllowedRoles": ["Admin"],
"AllowedRoles": ["Admin","User"],
"AllowedInstanceRoles": ["Device"],
"Description": "...",
"Function": "IngestTelemetry",
@ -1228,7 +1228,7 @@ able to generate an application for the contract.
"Style": "Success",
"Transitions": [
{
"AllowedRoles": ["Admin"],
"AllowedRoles": ["Admin","User"],
"AllowedInstanceRoles": ["Counterparty"],
"Description": "...",
"Function": "RequestTransferResponsibility",
@ -1236,7 +1236,7 @@ able to generate an application for the contract.
"DisplayName": "RequestTransferResponsibility"
},
{
"AllowedRoles": ["Admin"],
"AllowedRoles": ["Admin","User"],
"AllowedInstanceRoles": ["Counterparty"],
"Description": "...",
"Function": "TakeFinalDelivery",
@ -1244,7 +1244,7 @@ able to generate an application for the contract.
"DisplayName": "TakeFinalDelivery"
},
{
"AllowedRoles": ["Admin"],
"AllowedRoles": ["Admin","User"],
"AllowedInstanceRoles": ["Device"],
"Description": "...",
"Function": "IngestTelemetry",
@ -1262,7 +1262,7 @@ able to generate an application for the contract.
"Style": "Success",
"Transitions": [
{
"AllowedRoles": ["Admin"],
"AllowedRoles": ["Admin","User"],
"AllowedInstanceRoles": [],
"Description": "...",
"Function": "Complete",

Просмотреть файл

@ -10,7 +10,7 @@ Hands-on lab step-by-step
</div>
<div class="MCWHeader3">
June 2018
September 2018
</div>
Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the example companies, organizations, products, domain names, e-mail addresses, logos, people, places, and events depicted herein are fictitious, and no association with any real company, organization, product, domain name, e-mail address, logo, person, place or event is intended or should be inferred. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of Microsoft Corporation.

Просмотреть файл

@ -21,7 +21,7 @@
"Name": "TelemetryCompliance",
"DisplayName": "Telemetry Compliance",
"Description": "",
"Initiators": ["Admin"],
"Initiators": ["Admin","User"],
"StartState": "Creating",
"Properties": [
{
@ -332,7 +332,7 @@
"Style": "Success",
"Transitions": [
{
"AllowedRoles": ["Admin"],
"AllowedRoles": ["Admin","User"],
"AllowedInstanceRoles": ["InitiatingCounterparty"],
"Description": "...",
"Function": "RequestTransferResponsibility",
@ -340,7 +340,7 @@
"DisplayName": "RequestTransferResponsibility"
},
{
"AllowedRoles": ["Admin"],
"AllowedRoles": ["Admin","User"],
"AllowedInstanceRoles": ["Device"],
"Description": "...",
"Function": "IngestTelemetry",
@ -358,7 +358,7 @@
"Style": "Success",
"Transitions": [
{
"AllowedRoles": ["Admin"],
"AllowedRoles": ["Admin","User"],
"AllowedInstanceRoles": ["Counterparty"],
"Description": "...",
"Function": "AcceptTransferResponsibility",
@ -366,7 +366,7 @@
"DisplayName": "AcceptTransferResponsibility"
},
{
"AllowedRoles": ["Admin"],
"AllowedRoles": ["Admin","User"],
"AllowedInstanceRoles": ["Device"],
"Description": "...",
"Function": "IngestTelemetry",
@ -384,7 +384,7 @@
"Style": "Success",
"Transitions": [
{
"AllowedRoles": ["Admin"],
"AllowedRoles": ["Admin","User"],
"AllowedInstanceRoles": ["Counterparty"],
"Description": "...",
"Function": "RequestTransferResponsibility",
@ -392,7 +392,7 @@
"DisplayName": "RequestTransferResponsibility"
},
{
"AllowedRoles": ["Admin"],
"AllowedRoles": ["Admin","User"],
"AllowedInstanceRoles": ["Counterparty"],
"Description": "...",
"Function": "TakeFinalDelivery",
@ -400,7 +400,7 @@
"DisplayName": "TakeFinalDelivery"
},
{
"AllowedRoles": ["Admin"],
"AllowedRoles": ["Admin","User"],
"AllowedInstanceRoles": ["Device"],
"Description": "...",
"Function": "IngestTelemetry",
@ -418,7 +418,7 @@
"Style": "Success",
"Transitions": [
{
"AllowedRoles": ["Admin"],
"AllowedRoles": ["Admin","User"],
"AllowedInstanceRoles": [],
"Description": "...",
"Function": "Complete",

Просмотреть файл

@ -10,7 +10,7 @@ Whiteboard design session student guide
</div>
<div class="MCWHeader3">
June 2018
September 2018
</div>
Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the example companies, organizations, products, domain names, e-mail addresses, logos, people, places, and events depicted herein are fictitious, and no association with any real company, organization, product, domain name, e-mail address, logo, person, place or event is intended or should be inferred. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of Microsoft Corporation.

Просмотреть файл

@ -9,7 +9,7 @@ Whiteboard design session trainer guide
</div>
<div class="MCWHeader3">
June 2018
September 2018
</div>
Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the example companies, organizations, products, domain names, e-mail addresses, logos, people, places, and events depicted herein are fictitious, and no association with any real company, organization, product, domain name, e-mail address, logo, person, place or event is intended or should be inferred. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of Microsoft Corporation.