Skip to content

Commit afffd26

Browse files
committed
Updates
1 parent 28e637e commit afffd26

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

api-reference/beta/resources/identitygovernance-cancelrunsscope.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Inherits from [cancelScope](identitygovernance-cancelscope.md).
2020

2121
## Properties
2222

23-
|Property|Type|Description|
24-
|:---|:---|:---|
25-
|runs|[microsoft.graph.identityGovernance.run](identitygovernance-run.md) collection|The workflow runs to cancel. Currently limited to 1 run per request. Required.|
23+
None.
2624

2725
## Relationships
2826

29-
None.
27+
|Property|Type|Description|
28+
|:---|:---|:---|
29+
|runs|[microsoft.graph.identityGovernance.run](identitygovernance-run.md) collection|The workflow runs to cancel. Currently limited to 1 run per request. Required.|
3030

3131
## JSON representation
3232

@@ -40,11 +40,6 @@ The following JSON representation shows the resource type.
4040
-->
4141
```json
4242
{
43-
"@odata.type": "#microsoft.graph.identityGovernance.cancelRunsScope",
44-
"runs": [
45-
{
46-
"id": "String"
47-
}
48-
]
43+
"@odata.type": "#microsoft.graph.identityGovernance.cancelRunsScope"
4944
}
5045
```

0 commit comments

Comments
 (0)