Microsoft.Management (preview:2017-08-31)

2025/09/26 • 3 new, 3 deleted methods

ManagementGroups_List (new)
Description List management groups for the authenticated user.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups
{
api-version: string ,
$skiptoken: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
type: string ,
name: string ,
properties:
{
tenantId: string ,
displayName: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
ManagementGroups_Get (new)
Description Get the details of the management group.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{groupId}
{
groupId: string ,
api-version: string ,
$expand: string ,
$recurse: boolean ,
}

⚐ Response (200)

{
id: string ,
type: string ,
name: string ,
properties:
{
tenantId: string ,
displayName: string ,
details:
{
version: number ,
updatedTime: string ,
updatedBy: string ,
parent:
{
parentId: string ,
displayName: string ,
}
,
managementGroupType: enum ,
}
,
children:
[
{
childType: enum ,
childId: string ,
displayName: string ,
tenantId: string ,
children:
[
string ,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Operations_List (new)
Description Lists all of the available management REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
ManagementGroups_List (removed)
Description List management groups for the authenticated user.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups
{
api-version: string ,
$skiptoken: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
type: string ,
name: string ,
properties:
{
tenantId: string ,
displayName: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
ManagementGroups_Get (removed)
Description Get the details of the management group.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{groupId}
{
groupId: string ,
api-version: string ,
$expand: string ,
$recurse: boolean ,
}

⚐ Response (200)

{
id: string ,
type: string ,
name: string ,
properties:
{
tenantId: string ,
displayName: string ,
details:
{
version: number ,
updatedTime: string ,
updatedBy: string ,
parent:
{
parentId: string ,
displayName: string ,
}
,
managementGroupType: enum ,
}
,
children:
[
{
childType: enum ,
childId: string ,
displayName: string ,
tenantId: string ,
children:
[
string ,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Operations_List (removed)
Description Lists all of the available management REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}