Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ endpoint and request body:
```

In the preceding examples, the new management group is created under the root management group. To
specify a different management group as the parent, use the **properties.parent.id** property.
specify a different management group as the parent, use the **properties.details.parent.id** property.

- REST API URI

Expand All @@ -91,8 +91,10 @@ specify a different management group as the parent, use the **properties.parent.
{
"properties": {
"displayName": "Contoso Group",
"parent": {
"id": "/providers/Microsoft.Management/managementGroups/HoldingGroup"
"details": {
"parent": {
"id": "/providers/Microsoft.Management/managementGroups/HoldingGroup"
Comment thread
meghanagupta95 marked this conversation as resolved.
}
}
}
}
Expand Down