You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/management.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1980,6 +1980,10 @@
1980
1980
"path",
1981
1981
"ancestors"
1982
1982
],
1983
+
"x-ms-enum": {
1984
+
"name": "ManagementGroupExpandType",
1985
+
"modelAsString": true
1986
+
},
1983
1987
"x-ms-parameter-location": "method",
1984
1988
"description": "The $expand=children query string parameter allows clients to request inclusion of children in the response payload. $expand=path includes the path from the root group to the current group. $expand=ancestors includes the ancestor Ids of the current group."
1985
1989
},
@@ -2047,6 +2051,10 @@
2047
2051
"ParentOnly",
2048
2052
"ChildrenOnly"
2049
2053
],
2054
+
"x-ms-enum": {
2055
+
"name": "EntitySearchType",
2056
+
"modelAsString": true
2057
+
},
2050
2058
"x-ms-parameter-location": "method",
2051
2059
"description": "The $search parameter is used in conjunction with the $filter parameter to return three different outputs depending on the parameter passed in. \nWith $search=AllowedParents the API will return the entity info of all groups that the requested entity will be able to reparent to as determined by the user's permissions.\nWith $search=AllowedChildren the API will return the entity info of all entities that can be added as children of the requested entity.\nWith $search=ParentAndFirstLevelChildren the API will return the parent and first level of children that the user has either direct access to or indirect access via one of their descendants.\nWith $search=ParentOnly the API will return only the group if the user has access to at least one of the descendants of the group.\nWith $search=ChildrenOnly the API will return only the first level of children of the group entity info specified in $filter. The user must have direct access to the children entities or one of it's descendants for it to show up in the results."
2052
2060
},
@@ -2121,6 +2129,10 @@
2121
2129
"SubscriptionsOnly",
2122
2130
"Audit"
2123
2131
],
2132
+
"x-ms-enum": {
2133
+
"name": "EntityViewParameterType",
2134
+
"modelAsString": true
2135
+
},
2124
2136
"x-ms-parameter-location": "method",
2125
2137
"description": "The view parameter allows clients to filter the type of data that is returned by the getEntities call."
0 commit comments