Skip to content

Commit 7b55795

Browse files
authored
Update create-service-group-rest-api.md
1 parent e900cc7 commit 7b55795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/governance/service-groups/create-service-group-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ endpoint and request body:
6262

6363

6464
In the preceding examples, the new service group is created under the root service group. To
65-
specify a different service group as the parent, use the **properties.parent.id** property.
65+
specify a different service group as the parent, use the **properties.parent.resourceId** property.
6666

6767
- REST API URI
6868

@@ -77,7 +77,7 @@ specify a different service group as the parent, use the **properties.parent.id*
7777
"properties": {
7878
"displayName": "Contoso Group",
7979
"parent": {
80-
"id": "/providers/Microsoft.Management/serviceGroups/HoldingGroup"
80+
"resourceId": "/providers/Microsoft.Management/serviceGroups/HoldingGroup"
8181
}
8282
}
8383
}

0 commit comments

Comments
 (0)