Skip to content

Commit 9422f84

Browse files
CordeliaGreyJing Wang
authored andcommitted
[Purview Workflow]Remove workflow dsar api (Azure#22323)
* Remove workflow dsar api * Remove DSAR task type * Rename property and operation id in Workflow API * Remove userRequestIds query parameter * Fix update task status operationid * Add enum items in list workflow task orderby * Fix swagger issue * Fix swagger issue * Remove required property from workflow metadata --------- Co-authored-by: Jing Wang <jiwang6@microsoft.com>
1 parent a4f74f7 commit 9422f84

File tree

7 files changed

+25
-303
lines changed

7 files changed

+25
-303
lines changed

cSpell.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -897,8 +897,6 @@
897897
"filename": "**/specification/purview/data-plane/Azure.Analytics.Purview.Workflow/preview/2022-05-01-preview/purviewWorkflow.json",
898898
"words": [
899899
"userrequests",
900-
"DSAR",
901-
"dsar",
902900
"workflowruns",
903901
"workflowtasks"
904902
]

specification/purview/data-plane/Azure.Analytics.Purview.Workflow/preview/2022-05-01-preview/examples/ClaimDSARTaskRequest.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

specification/purview/data-plane/Azure.Analytics.Purview.Workflow/preview/2022-05-01-preview/examples/GetWorkflowTask.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@
5757
"status": "Pending",
5858
"approvers": {
5959
"eece94d9-0619-4669-bb8a-d6ecec5220bc": {
60-
"reply": "pending"
60+
"reply": "Approved",
61+
"comment": "Thanks!",
62+
"responseTime": "2023-02-06T09:57:46.056708512Z"
6163
}
6264
}
6365
}

specification/purview/data-plane/Azure.Analytics.Purview.Workflow/preview/2022-05-01-preview/examples/ListWorkflowTasks.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"status": "Pending",
5151
"approvers": {
5252
"eece94d9-0619-4669-bb8a-d6ecec5220bc": {
53-
"reply": "pending"
53+
"reply": "Pending"
5454
}
5555
}
5656
}
@@ -96,7 +96,7 @@
9696
"status": "Pending",
9797
"approvers": {
9898
"eece94d9-0619-4669-bb8a-d6ecec5220bc": {
99-
"reply": "pending"
99+
"reply": "Pending"
100100
}
101101
}
102102
}
@@ -142,7 +142,7 @@
142142
"status": "Pending",
143143
"approvers": {
144144
"eece94d9-0619-4669-bb8a-d6ecec5220bc": {
145-
"reply": "pending"
145+
"reply": "Pending"
146146
}
147147
}
148148
}
@@ -165,7 +165,7 @@
165165
"status": "Pending",
166166
"approvers": {
167167
"eece94d9-0619-4669-bb8a-d6ecec5220bc": {
168-
"reply": "pending"
168+
"reply": "Pending"
169169
}
170170
}
171171
}

specification/purview/data-plane/Azure.Analytics.Purview.Workflow/preview/2022-05-01-preview/examples/ReleaseDSARTaskRequest.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

specification/purview/data-plane/Azure.Analytics.Purview.Workflow/preview/2022-05-01-preview/examples/UpdateTaskRequest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"api-version": "2022-05-01-preview",
44
"taskId": "d5bd0215-df84-4245-8e18-3a8f012be376",
55
"taskUpdateCommand": {
6-
"newStatus": "In Progress",
6+
"newStatus": "InProgress",
77
"comment": "Thanks!"
88
}
99
},

0 commit comments

Comments
 (0)