Skip to content

Commit 1405761

Browse files
authored
Add files via upload
1 parent 99c3853 commit 1405761

File tree

1 file changed

+4
-6
lines changed
  • specification/purviewdatagovernace/data-plane/Azure.Analaytics.Purview.DataQuality/preview/2025-09-01-preview/examples

1 file changed

+4
-6
lines changed

specification/purviewdatagovernace/data-plane/Azure.Analaytics.Purview.DataQuality/preview/2025-09-01-preview/examples/ScanRuns_Get.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"title": "ScanRuns_Get",
1111
"responses": {
1212
"200": {
13-
"body": {
14-
"Runs": [
13+
"body":
14+
[
1515
{
1616
"accountId": "acc-333e4567-e89b-12d3-a456-426614174222",
1717
"businessDomainId": "abcdef12-3456-7890-abcd-ef1234567890",
@@ -30,11 +30,9 @@
3030
"startedBy": "user-11111111-2222-3333-4444-555555555555",
3131
"status": "InProgress",
3232
"succeeded": 0,
33-
"totalJobCount": 2
33+
"totalJobCount": 1
3434
}
35-
],
36-
"count": 1
35+
]
3736
}
38-
}
3937
}
4038
}

0 commit comments

Comments
 (0)