From 0a941b19a32e1fbcb89f17b44949042f7ee2a3ce Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 21 Aug 2026 07:28:29 +0000 Subject: [PATCH 1/8] Updated markdown help --- ...enantRelationshipDelegatedAdminCustomer.md | 50 ++-------------- ...RelationshipDelegatedAdminCustomerCount.md | 44 ++++---------- ...tedAdminCustomerServiceManagementDetail.md | 40 ++----------- ...minCustomerServiceManagementDetailCount.md | 46 ++++----------- ...tRelationshipDelegatedAdminRelationship.md | 50 ++-------------- ...egatedAdminRelationshipAccessAssignment.md | 50 ++-------------- ...dAdminRelationshipAccessAssignmentCount.md | 46 ++++----------- ...tionshipDelegatedAdminRelationshipCount.md | 44 ++++---------- ...shipDelegatedAdminRelationshipOperation.md | 50 ++-------------- ...elegatedAdminRelationshipOperationCount.md | 46 ++++----------- ...onshipDelegatedAdminRelationshipRequest.md | 50 ++-------------- ...pDelegatedAdminRelationshipRequestCount.md | 46 ++++----------- .../Microsoft.Graph.Beta.Identity.Partner.md | 21 +------ ...enantRelationshipDelegatedAdminCustomer.md | 42 +++++--------- ...tedAdminCustomerServiceManagementDetail.md | 44 +++++--------- ...tRelationshipDelegatedAdminRelationship.md | 52 +++-------------- ...egatedAdminRelationshipAccessAssignment.md | 54 +++-------------- ...shipDelegatedAdminRelationshipOperation.md | 44 +++++--------- ...onshipDelegatedAdminRelationshipRequest.md | 50 ++-------------- ...enantRelationshipDelegatedAdminCustomer.md | 42 +++++--------- ...tedAdminCustomerServiceManagementDetail.md | 42 +++++--------- ...tRelationshipDelegatedAdminRelationship.md | 51 ++-------------- ...egatedAdminRelationshipAccessAssignment.md | 51 ++-------------- ...shipDelegatedAdminRelationshipOperation.md | 42 +++++--------- ...onshipDelegatedAdminRelationshipRequest.md | 42 +++++--------- ...enantRelationshipDelegatedAdminCustomer.md | 44 +++++--------- ...tedAdminCustomerServiceManagementDetail.md | 44 +++++--------- ...tRelationshipDelegatedAdminRelationship.md | 58 ++++--------------- ...egatedAdminRelationshipAccessAssignment.md | 54 +++-------------- ...shipDelegatedAdminRelationshipOperation.md | 44 +++++--------- ...onshipDelegatedAdminRelationshipRequest.md | 44 +++++--------- 31 files changed, 300 insertions(+), 1127 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 53aa105926bf..b0a588d2b681 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminCustomer --- @@ -15,9 +15,6 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminCustomer Read the properties of a delegatedAdminCustomer object. -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminCustomer](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminCustomer?view=graph-powershell-1.0) - ## SYNTAX ### List (Default) @@ -60,27 +57,14 @@ This cmdlet has the following aliases, Read the properties of a delegatedAdminCustomer object. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Beta.Identity.Partner Get-MgBetaTenantRelationshipDelegatedAdminCustomer -``` -This example shows how to use the Get-MgBetaTenantRelationshipDelegatedAdminCustomer Cmdlet. - - ## PARAMETERS ### -All @@ -541,7 +525,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -552,28 +536,6 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgBetaTenantRelationshipDelegatedAdminCustomer](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomer) -- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-beta) -- [Graph API Reference](https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomer) +- [](https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-beta) +- [](https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md index ad51e44bebd3..c2affa24aec3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount --- @@ -15,9 +15,6 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount Get the number of the resource -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminCustomerCount](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminCustomerCount?view=graph-powershell-1.0) - ## SYNTAX ### Get (Default) @@ -38,13 +35,15 @@ This cmdlet has the following aliases, Get the number of the resource -**Permissions** +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | +{{ Add code here }} ## PARAMETERS @@ -282,27 +281,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomercount) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomercount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index 0314bb5f37a4..8b73fa7b7a02 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail --- @@ -15,9 +15,6 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail Contains the management details of a service in the customer tenant that's managed by delegated administration. -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail?view=graph-powershell-1.0) - ## SYNTAX ### List (Default) @@ -63,18 +60,13 @@ This cmdlet has the following aliases, Contains the management details of a service in the customer tenant that's managed by delegated administration. ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Beta.Identity.Partner Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail -DelegatedAdminCustomerId $delegatedAdminCustomerId -``` -This example shows how to use the Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail Cmdlet. - - ## PARAMETERS ### -All @@ -562,7 +554,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -573,27 +565,5 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) -- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) +- [](https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md index f1a57c1d5dfe..fbaddb044f54 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetailcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount --- @@ -15,9 +15,6 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail Get the number of the resource -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount?view=graph-powershell-1.0) - ## SYNTAX ### Get (Default) @@ -49,13 +46,15 @@ This cmdlet has the following aliases, Get the number of the resource -**Permissions** +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | +{{ Add code here }} ## PARAMETERS @@ -343,7 +342,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -354,27 +353,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetailcount) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetailcount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md index b9faed644b3f..74c8a64873d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationship Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationship --- @@ -15,9 +15,6 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminRelationship Read the properties of a delegatedAdminRelationship object. -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminRelationship](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminRelationship?view=graph-powershell-1.0) - ## SYNTAX ### List (Default) @@ -60,27 +57,14 @@ This cmdlet has the following aliases, Read the properties of a delegatedAdminRelationship object. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Beta.Identity.Partner Get-MgBetaTenantRelationshipDelegatedAdminRelationship -``` -This example shows how to use the Get-MgBetaTenantRelationshipDelegatedAdminRelationship Cmdlet. - - ## PARAMETERS ### -All @@ -541,7 +525,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -552,28 +536,6 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgBetaTenantRelationshipDelegatedAdminRelationship](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationship) -- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-beta) -- [Graph API Reference](https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationship) +- [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-beta) +- [](https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index 0b3dbb746de1..4172023f87b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment --- @@ -15,9 +15,6 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment Read the properties of a delegatedAdminAccessAssignment object. -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment?view=graph-powershell-1.0) - ## SYNTAX ### List (Default) @@ -62,27 +59,14 @@ This cmdlet has the following aliases, Read the properties of a delegatedAdminAccessAssignment object. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Beta.Identity.Partner Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment -DelegatedAdminRelationshipId $delegatedAdminRelationshipId -``` -This example shows how to use the Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment Cmdlet. - - ## PARAMETERS ### -All @@ -570,7 +554,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -581,28 +565,6 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) -- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-beta) -- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) +- [](https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-beta) +- [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md index ae159268fd00..64d44b83db59 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount --- @@ -15,9 +15,6 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCou Get the number of the resource -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount?view=graph-powershell-1.0) - ## SYNTAX ### Get (Default) @@ -49,13 +46,15 @@ This cmdlet has the following aliases, Get the number of the resource -**Permissions** +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | +{{ Add code here }} ## PARAMETERS @@ -343,7 +342,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -354,27 +353,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignmentcount) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignmentcount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md index eb9723b5c0e7..361038e95183 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount --- @@ -15,9 +15,6 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount Get the number of the resource -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminRelationshipCount](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminRelationshipCount?view=graph-powershell-1.0) - ## SYNTAX ### Get (Default) @@ -38,13 +35,15 @@ This cmdlet has the following aliases, Get the number of the resource -**Permissions** +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | +{{ Add code here }} ## PARAMETERS @@ -282,27 +281,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipcount) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipcount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index 023266bf3a0d..9f064eaacf5e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation --- @@ -15,9 +15,6 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation Read the properties of a delegatedAdminRelationshipOperation object. -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminRelationshipOperation](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminRelationshipOperation?view=graph-powershell-1.0) - ## SYNTAX ### List (Default) @@ -62,27 +59,14 @@ This cmdlet has the following aliases, Read the properties of a delegatedAdminRelationshipOperation object. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Beta.Identity.Partner Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation -DelegatedAdminRelationshipId $delegatedAdminRelationshipId -``` -This example shows how to use the Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation Cmdlet. - - ## PARAMETERS ### -All @@ -570,7 +554,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -581,28 +565,6 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipoperation) -- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-beta) -- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipoperation) +- [](https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-beta) +- [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md index ef89abb38874..ed77e08f4ca4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount --- @@ -15,9 +15,6 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount Get the number of the resource -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount?view=graph-powershell-1.0) - ## SYNTAX ### Get (Default) @@ -49,13 +46,15 @@ This cmdlet has the following aliases, Get the number of the resource -**Permissions** +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | +{{ Add code here }} ## PARAMETERS @@ -343,7 +342,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -354,27 +353,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipoperationcount) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipoperationcount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index e8fd46ef16b6..0cefaa910182 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshiprequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest --- @@ -15,9 +15,6 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest Read the properties and relationships of a delegatedAdminRelationshipRequest object. -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminRelationshipRequest](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminRelationshipRequest?view=graph-powershell-1.0) - ## SYNTAX ### List (Default) @@ -60,27 +57,14 @@ This cmdlet has the following aliases, Read the properties and relationships of a delegatedAdminRelationshipRequest object. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Beta.Identity.Partner Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest -DelegatedAdminRelationshipId $delegatedAdminRelationshipId -``` -This example shows how to use the Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest Cmdlet. - - ## PARAMETERS ### -All @@ -568,7 +552,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -579,28 +563,6 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshiprequest) -- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-beta) -- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshiprequest) +- [](https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-beta) +- [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md index 0f2bd5ab8332..2ed7fea1103d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshiprequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount --- @@ -15,9 +15,6 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount Get the number of the resource -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount?view=graph-powershell-1.0) - ## SYNTAX ### Get (Default) @@ -49,13 +46,15 @@ This cmdlet has the following aliases, Get the number of the resource -**Permissions** +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | +{{ Add code here }} ## PARAMETERS @@ -343,7 +342,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -354,27 +353,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshiprequestcount) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshiprequestcount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Microsoft.Graph.Beta.Identity.Partner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Microsoft.Graph.Beta.Identity.Partner.md index debfe16362a4..8e125fea9a1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Microsoft.Graph.Beta.Identity.Partner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Microsoft.Graph.Beta.Identity.Partner.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.Identity.Partner -Module Guid: e836bd44-79b3-4489-b0e6-6e45c9c17d6a +Module Guid: 97e5ce24-6f18-4ac1-8a75-b94d5b9625b9 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.identity.partner/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US @@ -83,22 +83,3 @@ Microsoft Graph PowerShell Cmdlets ### [Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest](Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md) - - - - - - - - - - - - - - - - - - - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md index c02f3a01d383..923ead15b16b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadmincustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTenantRelationshipDelegatedAdminCustomer --- @@ -15,9 +15,6 @@ title: New-MgBetaTenantRelationshipDelegatedAdminCustomer Create new navigation property to delegatedAdminCustomers for tenantRelationships -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [New-MgTenantRelationshipDelegatedAdminCustomer](/powershell/module/Microsoft.Graph.Identity.Partner/New-MgTenantRelationshipDelegatedAdminCustomer?view=graph-powershell-1.0) - ## SYNTAX ### CreateExpanded (Default) @@ -50,6 +47,16 @@ This cmdlet has the following aliases, Create new navigation property to delegatedAdminCustomers for tenantRelationships +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} + ## PARAMETERS ### -AdditionalProperties @@ -427,7 +434,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: delegatedAdminCustomer +BODYPARAMETER : delegatedAdminCustomer [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -455,27 +462,4 @@ Read-only. ## RELATED LINKS -- [New-MgBetaTenantRelationshipDelegatedAdminCustomer](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadmincustomer) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadmincustomer) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index fe423bfe8b74..0c02750baa84 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail --- @@ -15,9 +15,6 @@ title: New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail Create new navigation property to serviceManagementDetails for tenantRelationships -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail](/powershell/module/Microsoft.Graph.Identity.Partner/New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail?view=graph-powershell-1.0) - ## SYNTAX ### CreateExpanded (Default) @@ -73,6 +70,16 @@ This cmdlet has the following aliases, Create new navigation property to serviceManagementDetails for tenantRelationships +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} + ## PARAMETERS ### -AdditionalProperties @@ -516,7 +523,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: delegatedAdminServiceManagementDetail +BODYPARAMETER : delegatedAdminServiceManagementDetail [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -525,7 +532,7 @@ Read-only. [ServiceName ]: The name of a managed service. Read-only. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -536,27 +543,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md index f3d10c1f9452..70003614668b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationship Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTenantRelationshipDelegatedAdminRelationship --- @@ -15,9 +15,6 @@ title: New-MgBetaTenantRelationshipDelegatedAdminRelationship Create a new delegatedAdminRelationship object. -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [New-MgTenantRelationshipDelegatedAdminRelationship](/powershell/module/Microsoft.Graph.Identity.Partner/New-MgTenantRelationshipDelegatedAdminRelationship?view=graph-powershell-1.0) - ## SYNTAX ### CreateExpanded (Default) @@ -55,18 +52,9 @@ This cmdlet has the following aliases, Create a new delegatedAdminRelationship object. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DelegatedAdminRelationship.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DelegatedAdminRelationship.ReadWrite.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Beta.Identity.Partner @@ -92,10 +80,6 @@ $params = @{ New-MgBetaTenantRelationshipDelegatedAdminRelationship -BodyParameter $params -``` -This example shows how to use the New-MgBetaTenantRelationshipDelegatedAdminRelationship Cmdlet. - - ## PARAMETERS ### -AccessAssignments @@ -716,13 +700,13 @@ Read-only. Read-only. [Status ]: delegatedAdminAccessAssignmentStatus -ACCESSDETAILS ``: delegatedAdminAccessDetails +ACCESSDETAILS : delegatedAdminAccessDetails [(Any) ]: This indicates any property can be added to this object. [UnifiedRoles ]: The directory roles that the Microsoft partner is assigned in the customer tenant. [RoleDefinitionId ]: The unified role definition ID of the directory role. Refer to unifiedRoleDefinition resource. -BODYPARAMETER ``: delegatedAdminRelationship +BODYPARAMETER : delegatedAdminRelationship [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -792,7 +776,7 @@ Read-only. [Status ]: delegatedAdminRelationshipRequestStatus [Status ]: delegatedAdminRelationshipStatus -CUSTOMER ``: delegatedAdminRelationshipCustomerParticipant +CUSTOMER : delegatedAdminRelationshipCustomerParticipant [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the customer tenant as set by Microsoft Entra ID. Read-only @@ -823,27 +807,5 @@ Read-only. ## RELATED LINKS -- [New-MgBetaTenantRelationshipDelegatedAdminRelationship](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationship) -- [Graph API Reference](https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationship) +- [](https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index e5f06b276bf3..de39f61541eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment --- @@ -15,9 +15,6 @@ title: New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment Create a new delegatedAdminAccessAssignment object. -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment](/powershell/module/Microsoft.Graph.Identity.Partner/New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment?view=graph-powershell-1.0) - ## SYNTAX ### CreateExpanded (Default) @@ -77,18 +74,9 @@ This cmdlet has the following aliases, Create a new delegatedAdminAccessAssignment object. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DelegatedAdminRelationship.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DelegatedAdminRelationship.ReadWrite.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Beta.Identity.Partner @@ -117,10 +105,6 @@ $params = @{ New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment -DelegatedAdminRelationshipId $delegatedAdminRelationshipId -BodyParameter $params -``` -This example shows how to use the New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment Cmdlet. - - ## PARAMETERS ### -AccessContainer @@ -647,19 +631,19 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ACCESSCONTAINER ``: delegatedAdminAccessContainer +ACCESSCONTAINER : delegatedAdminAccessContainer [(Any) ]: This indicates any property can be added to this object. [AccessContainerId ]: The identifier of the access container (for example, a security group). For 'securityGroup' access containers, this must be a valid ID of a Microsoft Entra security group in the Microsoft partner's tenant. [AccessContainerType ]: delegatedAdminAccessContainerType -ACCESSDETAILS ``: delegatedAdminAccessDetails +ACCESSDETAILS : delegatedAdminAccessDetails [(Any) ]: This indicates any property can be added to this object. [UnifiedRoles ]: The directory roles that the Microsoft partner is assigned in the customer tenant. [RoleDefinitionId ]: The unified role definition ID of the directory role. Refer to unifiedRoleDefinition resource. -BODYPARAMETER ``: delegatedAdminAccessAssignment +BODYPARAMETER : delegatedAdminAccessAssignment [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -679,7 +663,7 @@ Read-only. Read-only. [Status ]: delegatedAdminAccessAssignmentStatus -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -690,27 +674,5 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) -- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) +- [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index a6ff0221c20d..ada3bb1c11f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshipoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation --- @@ -15,9 +15,6 @@ title: New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation Create new navigation property to operations for tenantRelationships -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [New-MgTenantRelationshipDelegatedAdminRelationshipOperation](/powershell/module/Microsoft.Graph.Identity.Partner/New-MgTenantRelationshipDelegatedAdminRelationshipOperation?view=graph-powershell-1.0) - ## SYNTAX ### CreateExpanded (Default) @@ -75,6 +72,16 @@ This cmdlet has the following aliases, Create new navigation property to operations for tenantRelationships +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} + ## PARAMETERS ### -AdditionalProperties @@ -600,7 +607,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: delegatedAdminRelationshipOperation +BODYPARAMETER : delegatedAdminRelationshipOperation [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -613,7 +620,7 @@ Read-only. [OperationType ]: delegatedAdminRelationshipOperationType [Status ]: longRunningOperationStatus -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -624,27 +631,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshipoperation) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshipoperation) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 2cbae73955c1..5fd3278d98be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshiprequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest --- @@ -15,9 +15,6 @@ title: New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest Create a new delegatedAdminRelationshipRequest object. -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [New-MgTenantRelationshipDelegatedAdminRelationshipRequest](/powershell/module/Microsoft.Graph.Identity.Partner/New-MgTenantRelationshipDelegatedAdminRelationshipRequest?view=graph-powershell-1.0) - ## SYNTAX ### CreateExpanded (Default) @@ -72,18 +69,9 @@ This cmdlet has the following aliases, Create a new delegatedAdminRelationshipRequest object. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DelegatedAdminRelationship.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DelegatedAdminRelationship.ReadWrite.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Beta.Identity.Partner @@ -93,10 +81,6 @@ $params = @{ New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest -DelegatedAdminRelationshipId $delegatedAdminRelationshipId -BodyParameter $params -``` -This example shows how to use the New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest Cmdlet. - - ## PARAMETERS ### -Action @@ -594,7 +578,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: delegatedAdminRelationshipRequest +BODYPARAMETER : delegatedAdminRelationshipRequest [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -605,7 +589,7 @@ Read-only. Read-only. [Status ]: delegatedAdminRelationshipRequestStatus -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -616,27 +600,5 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshiprequest) -- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshiprequest) +- [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 88276510a10c..1cbb35266749 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadmincustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTenantRelationshipDelegatedAdminCustomer --- @@ -15,9 +15,6 @@ title: Remove-MgBetaTenantRelationshipDelegatedAdminCustomer Delete navigation property delegatedAdminCustomers for tenantRelationships -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Remove-MgTenantRelationshipDelegatedAdminCustomer](/powershell/module/Microsoft.Graph.Identity.Partner/Remove-MgTenantRelationshipDelegatedAdminCustomer?view=graph-powershell-1.0) - ## SYNTAX ### Delete (Default) @@ -47,6 +44,16 @@ This cmdlet has the following aliases, Delete navigation property delegatedAdminCustomers for tenantRelationships +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} + ## PARAMETERS ### -Break @@ -377,7 +384,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -388,27 +395,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Remove-MgBetaTenantRelationshipDelegatedAdminCustomer](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadmincustomer) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadmincustomer) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index 3877f925a4f6..22c6f08dde88 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail --- @@ -15,9 +15,6 @@ title: Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDet Delete navigation property serviceManagementDetails for tenantRelationships -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail](/powershell/module/Microsoft.Graph.Identity.Partner/Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail?view=graph-powershell-1.0) - ## SYNTAX ### Delete (Default) @@ -49,6 +46,16 @@ This cmdlet has the following aliases, Delete navigation property serviceManagementDetails for tenantRelationships +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} + ## PARAMETERS ### -Break @@ -400,7 +407,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -411,27 +418,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md index b99dd07a46e1..e4c56970e74b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationship Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationship --- @@ -16,9 +16,6 @@ title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationship Delete a delegatedAdminRelationship object. A relationship can only be deleted if it's in the 'created' status. -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Remove-MgTenantRelationshipDelegatedAdminRelationship](/powershell/module/Microsoft.Graph.Identity.Partner/Remove-MgTenantRelationshipDelegatedAdminRelationship?view=graph-powershell-1.0) - ## SYNTAX ### Delete (Default) @@ -49,27 +46,13 @@ This cmdlet has the following aliases, Delete a delegatedAdminRelationship object. A relationship can only be deleted if it's in the 'created' status. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DelegatedAdminRelationship.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DelegatedAdminRelationship.ReadWrite.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Beta.Identity.Partner -Remove-MgBetaTenantRelationshipDelegatedAdminRelationship -DelegatedAdminRelationshipId $delegatedAdminRelationshipId -IfMatch W/'"JyI0NzAwNjg0NS0wMDAwLTE5MDAtMDAwMC02MGY0Yjg4MzAwMDAiJw=="' - - -``` -This example shows how to use the Remove-MgBetaTenantRelationshipDelegatedAdminRelationship Cmdlet. - +Remove-MgBetaTenantRelationshipDelegatedAdminRelationship -DelegatedAdminRelationshipId $delegatedAdminRelationshipId -IfMatch W/'"JyI0NzAwNjg0NS0wMDAwLTE5MDAtMDAwMC02MGY0Yjg4MzAwMDAiJw=="' ## PARAMETERS @@ -401,7 +384,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -412,27 +395,5 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Remove-MgBetaTenantRelationshipDelegatedAdminRelationship](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationship) -- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationship) +- [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index bc40ee5f31a8..ed97ae59038c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment --- @@ -15,9 +15,6 @@ title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment Delete a delegatedAdminAccessAssignment object. -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment](/powershell/module/Microsoft.Graph.Identity.Partner/Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment?view=graph-powershell-1.0) - ## SYNTAX ### Delete (Default) @@ -49,27 +46,13 @@ This cmdlet has the following aliases, Delete a delegatedAdminAccessAssignment object. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DelegatedAdminRelationship.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DelegatedAdminRelationship.ReadWrite.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Beta.Identity.Partner -Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment -DelegatedAdminRelationshipId $delegatedAdminRelationshipId -DelegatedAdminAccessAssignmentId $delegatedAdminAccessAssignmentId -IfMatch W/'"JyI0NzAwNjg0NS0wMDAwLTE5MDAtMDAwMC02MGY0Yjg4MzAwMDAiJw=="' - - -``` -This example shows how to use the Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment Cmdlet. - +Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment -DelegatedAdminRelationshipId $delegatedAdminRelationshipId -DelegatedAdminAccessAssignmentId $delegatedAdminAccessAssignmentId -IfMatch W/'"JyI0NzAwNjg0NS0wMDAwLTE5MDAtMDAwMC02MGY0Yjg4MzAwMDAiJw=="' ## PARAMETERS @@ -422,7 +405,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -433,27 +416,5 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) -- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) +- [](https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index e0961238aec3..e04b893b3ec9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshipoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation --- @@ -15,9 +15,6 @@ title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation Delete navigation property operations for tenantRelationships -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation](/powershell/module/Microsoft.Graph.Identity.Partner/Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation?view=graph-powershell-1.0) - ## SYNTAX ### Delete (Default) @@ -49,6 +46,16 @@ This cmdlet has the following aliases, Delete navigation property operations for tenantRelationships +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} + ## PARAMETERS ### -Break @@ -400,7 +407,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -411,27 +418,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshipoperation) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshipoperation) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index b91c09aeb567..81304dd85dcc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshiprequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest --- @@ -15,9 +15,6 @@ title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest Delete navigation property requests for tenantRelationships -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest](/powershell/module/Microsoft.Graph.Identity.Partner/Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest?view=graph-powershell-1.0) - ## SYNTAX ### Delete (Default) @@ -49,6 +46,16 @@ This cmdlet has the following aliases, Delete navigation property requests for tenantRelationships +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} + ## PARAMETERS ### -Break @@ -400,7 +407,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -411,27 +418,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshiprequest) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshiprequest) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 35bde3d8374d..fc4bf4aa5add 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadmincustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipDelegatedAdminCustomer --- @@ -15,9 +15,6 @@ title: Update-MgBetaTenantRelationshipDelegatedAdminCustomer Update the navigation property delegatedAdminCustomers in tenantRelationships -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Update-MgTenantRelationshipDelegatedAdminCustomer](/powershell/module/Microsoft.Graph.Identity.Partner/Update-MgTenantRelationshipDelegatedAdminCustomer?view=graph-powershell-1.0) - ## SYNTAX ### UpdateExpanded (Default) @@ -71,6 +68,16 @@ This cmdlet has the following aliases, Update the navigation property delegatedAdminCustomers in tenantRelationships +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} + ## PARAMETERS ### -AdditionalProperties @@ -543,7 +550,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: delegatedAdminCustomer +BODYPARAMETER : delegatedAdminCustomer [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -560,7 +567,7 @@ Read-only. [TenantId ]: The Microsoft Entra ID-assigned tenant ID of the customer. Read-only. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -579,27 +586,4 @@ Read-only. ## RELATED LINKS -- [Update-MgBetaTenantRelationshipDelegatedAdminCustomer](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadmincustomer) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadmincustomer) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index 80ad3083b978..0b28772442b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail --- @@ -15,9 +15,6 @@ title: Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDet Update the navigation property serviceManagementDetails in tenantRelationships -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail](/powershell/module/Microsoft.Graph.Identity.Partner/Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail?view=graph-powershell-1.0) - ## SYNTAX ### UpdateExpanded (Default) @@ -73,6 +70,16 @@ This cmdlet has the following aliases, Update the navigation property serviceManagementDetails in tenantRelationships +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} + ## PARAMETERS ### -AdditionalProperties @@ -543,7 +550,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: delegatedAdminServiceManagementDetail +BODYPARAMETER : delegatedAdminServiceManagementDetail [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -552,7 +559,7 @@ Read-only. [ServiceName ]: The name of a managed service. Read-only. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -563,27 +570,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md index d4eb865a30d8..261cff8ab6aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationship Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipDelegatedAdminRelationship --- @@ -14,10 +14,7 @@ title: Update-MgBetaTenantRelationshipDelegatedAdminRelationship ## SYNOPSIS Update the properties of a delegatedAdminRelationship object. -The following restrictions apply:\r- You can update this relationship when its status property is created.\r- You can update the autoExtendDuration property when status is either created or active.\r- You can only remove the Microsoft Entra Global Administrator role when the status property is active, which indicates a long-running operation. - -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Update-MgTenantRelationshipDelegatedAdminRelationship](/powershell/module/Microsoft.Graph.Identity.Partner/Update-MgTenantRelationshipDelegatedAdminRelationship?view=graph-powershell-1.0) +The following restrictions apply:\r\n- You can update this relationship when its status property is created.\r\n- You can update the autoExtendDuration property when status is either created or active.\r\n- You can only remove the Microsoft Entra Global Administrator role when the status property is active, which indicates a long-running operation. ## SYNTAX @@ -83,20 +80,11 @@ This cmdlet has the following aliases, ## DESCRIPTION Update the properties of a delegatedAdminRelationship object. -The following restrictions apply:\r- You can update this relationship when its status property is created.\r- You can update the autoExtendDuration property when status is either created or active.\r- You can only remove the Microsoft Entra Global Administrator role when the status property is active, which indicates a long-running operation. - -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DelegatedAdminRelationship.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DelegatedAdminRelationship.ReadWrite.All, | +The following restrictions apply:\r\n- You can update this relationship when its status property is created.\r\n- You can update the autoExtendDuration property when status is either created or active.\r\n- You can only remove the Microsoft Entra Global Administrator role when the status property is active, which indicates a long-running operation. ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Beta.Identity.Partner @@ -127,10 +115,6 @@ $params = @{ Update-MgBetaTenantRelationshipDelegatedAdminRelationship -DelegatedAdminRelationshipId $delegatedAdminRelationshipId -BodyParameter $params -``` -This example shows how to use the Update-MgBetaTenantRelationshipDelegatedAdminRelationship Cmdlet. - - ## PARAMETERS ### -AccessAssignments @@ -906,13 +890,13 @@ Read-only. Read-only. [Status ]: delegatedAdminAccessAssignmentStatus -ACCESSDETAILS ``: delegatedAdminAccessDetails +ACCESSDETAILS : delegatedAdminAccessDetails [(Any) ]: This indicates any property can be added to this object. [UnifiedRoles ]: The directory roles that the Microsoft partner is assigned in the customer tenant. [RoleDefinitionId ]: The unified role definition ID of the directory role. Refer to unifiedRoleDefinition resource. -BODYPARAMETER ``: delegatedAdminRelationship +BODYPARAMETER : delegatedAdminRelationship [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -982,13 +966,13 @@ Read-only. [Status ]: delegatedAdminRelationshipRequestStatus [Status ]: delegatedAdminRelationshipStatus -CUSTOMER ``: delegatedAdminRelationshipCustomerParticipant +CUSTOMER : delegatedAdminRelationshipCustomerParticipant [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the customer tenant as set by Microsoft Entra ID. Read-only [TenantId ]: The Microsoft Entra ID-assigned tenant ID of the customer tenant. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -1021,27 +1005,5 @@ Read-only. ## RELATED LINKS -- [Update-MgBetaTenantRelationshipDelegatedAdminRelationship](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationship) -- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationship) +- [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index 16d5718f39e1..e7710a65f137 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment --- @@ -15,9 +15,6 @@ title: Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment Update the properties of a delegatedAdminAccessAssignment object. -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment](/powershell/module/Microsoft.Graph.Identity.Partner/Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment?view=graph-powershell-1.0) - ## SYNTAX ### UpdateExpanded (Default) @@ -78,18 +75,9 @@ This cmdlet has the following aliases, Update the properties of a delegatedAdminAccessAssignment object. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DelegatedAdminRelationship.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DelegatedAdminRelationship.ReadWrite.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Beta.Identity.Partner @@ -111,10 +99,6 @@ $params = @{ Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment -DelegatedAdminRelationshipId $delegatedAdminRelationshipId -DelegatedAdminAccessAssignmentId $delegatedAdminAccessAssignmentId -BodyParameter $params -``` -This example shows how to use the Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment Cmdlet. - - ## PARAMETERS ### -AccessContainer @@ -668,19 +652,19 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ACCESSCONTAINER ``: delegatedAdminAccessContainer +ACCESSCONTAINER : delegatedAdminAccessContainer [(Any) ]: This indicates any property can be added to this object. [AccessContainerId ]: The identifier of the access container (for example, a security group). For 'securityGroup' access containers, this must be a valid ID of a Microsoft Entra security group in the Microsoft partner's tenant. [AccessContainerType ]: delegatedAdminAccessContainerType -ACCESSDETAILS ``: delegatedAdminAccessDetails +ACCESSDETAILS : delegatedAdminAccessDetails [(Any) ]: This indicates any property can be added to this object. [UnifiedRoles ]: The directory roles that the Microsoft partner is assigned in the customer tenant. [RoleDefinitionId ]: The unified role definition ID of the directory role. Refer to unifiedRoleDefinition resource. -BODYPARAMETER ``: delegatedAdminAccessAssignment +BODYPARAMETER : delegatedAdminAccessAssignment [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -700,7 +684,7 @@ Read-only. Read-only. [Status ]: delegatedAdminAccessAssignmentStatus -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -711,27 +695,5 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) -- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) +- [](https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index 2fd026cf2317..372243d18507 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshipoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation --- @@ -15,9 +15,6 @@ title: Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation Update the navigation property operations in tenantRelationships -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Update-MgTenantRelationshipDelegatedAdminRelationshipOperation](/powershell/module/Microsoft.Graph.Identity.Partner/Update-MgTenantRelationshipDelegatedAdminRelationshipOperation?view=graph-powershell-1.0) - ## SYNTAX ### UpdateExpanded (Default) @@ -75,6 +72,16 @@ This cmdlet has the following aliases, Update the navigation property operations in tenantRelationships +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} + ## PARAMETERS ### -AdditionalProperties @@ -627,7 +634,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: delegatedAdminRelationshipOperation +BODYPARAMETER : delegatedAdminRelationshipOperation [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -640,7 +647,7 @@ Read-only. [OperationType ]: delegatedAdminRelationshipOperationType [Status ]: longRunningOperationStatus -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -651,27 +658,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshipoperation) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshipoperation) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 889c125c7fb3..21670b4e642a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshiprequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/07/2026 +ms.date: 08/21/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest --- @@ -15,9 +15,6 @@ title: Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest Update the navigation property requests in tenantRelationships -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Update-MgTenantRelationshipDelegatedAdminRelationshipRequest](/powershell/module/Microsoft.Graph.Identity.Partner/Update-MgTenantRelationshipDelegatedAdminRelationshipRequest?view=graph-powershell-1.0) - ## SYNTAX ### UpdateExpanded (Default) @@ -74,6 +71,16 @@ This cmdlet has the following aliases, Update the navigation property requests in tenantRelationships +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} + ## PARAMETERS ### -Action @@ -598,7 +605,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: delegatedAdminRelationshipRequest +BODYPARAMETER : delegatedAdminRelationshipRequest [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -609,7 +616,7 @@ Read-only. Read-only. [Status ]: delegatedAdminRelationshipRequestStatus -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -620,27 +627,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshiprequest) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshiprequest) From 930b187f60adaa8cbeaca809a7b489feb1ff7e7f Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 21 Aug 2026 07:28:35 +0000 Subject: [PATCH 2/8] Escaped disallowed html tags --- ...enantRelationshipDelegatedAdminCustomer.md | 24 ++++++++++++- ...RelationshipDelegatedAdminCustomerCount.md | 22 ++++++++++++ ...tedAdminCustomerServiceManagementDetail.md | 24 ++++++++++++- ...minCustomerServiceManagementDetailCount.md | 24 ++++++++++++- ...tRelationshipDelegatedAdminRelationship.md | 24 ++++++++++++- ...egatedAdminRelationshipAccessAssignment.md | 24 ++++++++++++- ...dAdminRelationshipAccessAssignmentCount.md | 24 ++++++++++++- ...tionshipDelegatedAdminRelationshipCount.md | 22 ++++++++++++ ...shipDelegatedAdminRelationshipOperation.md | 24 ++++++++++++- ...elegatedAdminRelationshipOperationCount.md | 24 ++++++++++++- ...onshipDelegatedAdminRelationshipRequest.md | 24 ++++++++++++- ...pDelegatedAdminRelationshipRequestCount.md | 24 ++++++++++++- .../Microsoft.Graph.Beta.Identity.Partner.md | 19 +++++++++++ ...enantRelationshipDelegatedAdminCustomer.md | 24 ++++++++++++- ...tedAdminCustomerServiceManagementDetail.md | 26 ++++++++++++-- ...tRelationshipDelegatedAdminRelationship.md | 28 +++++++++++++-- ...egatedAdminRelationshipAccessAssignment.md | 30 +++++++++++++--- ...shipDelegatedAdminRelationshipOperation.md | 26 ++++++++++++-- ...onshipDelegatedAdminRelationshipRequest.md | 26 ++++++++++++-- ...enantRelationshipDelegatedAdminCustomer.md | 24 ++++++++++++- ...tedAdminCustomerServiceManagementDetail.md | 24 ++++++++++++- ...tRelationshipDelegatedAdminRelationship.md | 24 ++++++++++++- ...egatedAdminRelationshipAccessAssignment.md | 24 ++++++++++++- ...shipDelegatedAdminRelationshipOperation.md | 24 ++++++++++++- ...onshipDelegatedAdminRelationshipRequest.md | 24 ++++++++++++- ...enantRelationshipDelegatedAdminCustomer.md | 26 ++++++++++++-- ...tedAdminCustomerServiceManagementDetail.md | 26 ++++++++++++-- ...tRelationshipDelegatedAdminRelationship.md | 34 +++++++++++++++---- ...egatedAdminRelationshipAccessAssignment.md | 30 +++++++++++++--- ...shipDelegatedAdminRelationshipOperation.md | 26 ++++++++++++-- ...onshipDelegatedAdminRelationshipRequest.md | 26 ++++++++++++-- 31 files changed, 727 insertions(+), 48 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md index b0a588d2b681..6654edcd6649 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -525,7 +525,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -539,3 +539,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomer) - [](https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-beta) - [](https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md index c2affa24aec3..b9dc74eec4d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md @@ -282,3 +282,25 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomercount) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index 8b73fa7b7a02..1d59e7fab7ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -554,7 +554,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -567,3 +567,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) - [](https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md index fbaddb044f54..a396878a5387 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md @@ -342,7 +342,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -354,3 +354,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetailcount) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md index 74c8a64873d5..2e488769b2b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -525,7 +525,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -539,3 +539,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationship) - [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-beta) - [](https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index 4172023f87b4..4b70ac494ae4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -554,7 +554,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -568,3 +568,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) - [](https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-beta) - [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md index 64d44b83db59..5c39c675d9ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md @@ -342,7 +342,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -354,3 +354,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignmentcount) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md index 361038e95183..aec1dde2fdee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md @@ -282,3 +282,25 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipcount) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index 9f064eaacf5e..826adf3fe440 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -554,7 +554,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -568,3 +568,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipoperation) - [](https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-beta) - [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md index ed77e08f4ca4..230587236bd4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md @@ -342,7 +342,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -354,3 +354,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipoperationcount) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 0cefaa910182..ca5544b203a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -552,7 +552,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -566,3 +566,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshiprequest) - [](https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-beta) - [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md index 2ed7fea1103d..9ea4746e3f1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md @@ -342,7 +342,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -354,3 +354,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshiprequestcount) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Microsoft.Graph.Beta.Identity.Partner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Microsoft.Graph.Beta.Identity.Partner.md index 8e125fea9a1f..fc6a308ea6fd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Microsoft.Graph.Beta.Identity.Partner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Microsoft.Graph.Beta.Identity.Partner.md @@ -83,3 +83,22 @@ Microsoft Graph PowerShell Cmdlets ### [Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest](Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md) + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 923ead15b16b..76404c421c2a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -434,7 +434,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : delegatedAdminCustomer +BODYPARAMETER ``: delegatedAdminCustomer [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -463,3 +463,25 @@ Read-only. ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadmincustomer) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index 0c02750baa84..64e3ab59b4db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -523,7 +523,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : delegatedAdminServiceManagementDetail +BODYPARAMETER ``: delegatedAdminServiceManagementDetail [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -532,7 +532,7 @@ Read-only. [ServiceName ]: The name of a managed service. Read-only. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -544,3 +544,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md index 70003614668b..4fe558fbfc9d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -700,13 +700,13 @@ Read-only. Read-only. [Status ]: delegatedAdminAccessAssignmentStatus -ACCESSDETAILS : delegatedAdminAccessDetails +ACCESSDETAILS ``: delegatedAdminAccessDetails [(Any) ]: This indicates any property can be added to this object. [UnifiedRoles ]: The directory roles that the Microsoft partner is assigned in the customer tenant. [RoleDefinitionId ]: The unified role definition ID of the directory role. Refer to unifiedRoleDefinition resource. -BODYPARAMETER : delegatedAdminRelationship +BODYPARAMETER ``: delegatedAdminRelationship [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -776,7 +776,7 @@ Read-only. [Status ]: delegatedAdminRelationshipRequestStatus [Status ]: delegatedAdminRelationshipStatus -CUSTOMER : delegatedAdminRelationshipCustomerParticipant +CUSTOMER ``: delegatedAdminRelationshipCustomerParticipant [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the customer tenant as set by Microsoft Entra ID. Read-only @@ -809,3 +809,25 @@ Read-only. - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationship) - [](https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index de39f61541eb..bccf63178c3f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -631,19 +631,19 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ACCESSCONTAINER : delegatedAdminAccessContainer +ACCESSCONTAINER ``: delegatedAdminAccessContainer [(Any) ]: This indicates any property can be added to this object. [AccessContainerId ]: The identifier of the access container (for example, a security group). For 'securityGroup' access containers, this must be a valid ID of a Microsoft Entra security group in the Microsoft partner's tenant. [AccessContainerType ]: delegatedAdminAccessContainerType -ACCESSDETAILS : delegatedAdminAccessDetails +ACCESSDETAILS ``: delegatedAdminAccessDetails [(Any) ]: This indicates any property can be added to this object. [UnifiedRoles ]: The directory roles that the Microsoft partner is assigned in the customer tenant. [RoleDefinitionId ]: The unified role definition ID of the directory role. Refer to unifiedRoleDefinition resource. -BODYPARAMETER : delegatedAdminAccessAssignment +BODYPARAMETER ``: delegatedAdminAccessAssignment [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -663,7 +663,7 @@ Read-only. Read-only. [Status ]: delegatedAdminAccessAssignmentStatus -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -676,3 +676,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) - [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index ada3bb1c11f9..a3d504906f95 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -607,7 +607,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : delegatedAdminRelationshipOperation +BODYPARAMETER ``: delegatedAdminRelationshipOperation [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -620,7 +620,7 @@ Read-only. [OperationType ]: delegatedAdminRelationshipOperationType [Status ]: longRunningOperationStatus -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -632,3 +632,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshipoperation) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 5fd3278d98be..dc48788b6436 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -578,7 +578,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : delegatedAdminRelationshipRequest +BODYPARAMETER ``: delegatedAdminRelationshipRequest [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -589,7 +589,7 @@ Read-only. Read-only. [Status ]: delegatedAdminRelationshipRequestStatus -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -602,3 +602,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshiprequest) - [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 1cbb35266749..4e6c0dcf7677 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -384,7 +384,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -396,3 +396,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadmincustomer) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index 22c6f08dde88..0993df11197a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -407,7 +407,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -419,3 +419,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md index e4c56970e74b..953e0fe06167 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -384,7 +384,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -397,3 +397,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationship) - [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index ed97ae59038c..56ae717b9e97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -405,7 +405,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -418,3 +418,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) - [](https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index e04b893b3ec9..4f29c74a1fa7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -407,7 +407,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -419,3 +419,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshipoperation) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 81304dd85dcc..123803bf541d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -407,7 +407,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -419,3 +419,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshiprequest) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md index fc4bf4aa5add..6f7af5fd21b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -550,7 +550,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : delegatedAdminCustomer +BODYPARAMETER ``: delegatedAdminCustomer [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -567,7 +567,7 @@ Read-only. [TenantId ]: The Microsoft Entra ID-assigned tenant ID of the customer. Read-only. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -587,3 +587,25 @@ Read-only. ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadmincustomer) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index 0b28772442b7..ea5b211d73a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -550,7 +550,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : delegatedAdminServiceManagementDetail +BODYPARAMETER ``: delegatedAdminServiceManagementDetail [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -559,7 +559,7 @@ Read-only. [ServiceName ]: The name of a managed service. Read-only. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -571,3 +571,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md index 261cff8ab6aa..dfa9343c7de3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -14,7 +14,7 @@ title: Update-MgBetaTenantRelationshipDelegatedAdminRelationship ## SYNOPSIS Update the properties of a delegatedAdminRelationship object. -The following restrictions apply:\r\n- You can update this relationship when its status property is created.\r\n- You can update the autoExtendDuration property when status is either created or active.\r\n- You can only remove the Microsoft Entra Global Administrator role when the status property is active, which indicates a long-running operation. +The following restrictions apply:\r- You can update this relationship when its status property is created.\r- You can update the autoExtendDuration property when status is either created or active.\r- You can only remove the Microsoft Entra Global Administrator role when the status property is active, which indicates a long-running operation. ## SYNTAX @@ -80,7 +80,7 @@ This cmdlet has the following aliases, ## DESCRIPTION Update the properties of a delegatedAdminRelationship object. -The following restrictions apply:\r\n- You can update this relationship when its status property is created.\r\n- You can update the autoExtendDuration property when status is either created or active.\r\n- You can only remove the Microsoft Entra Global Administrator role when the status property is active, which indicates a long-running operation. +The following restrictions apply:\r- You can update this relationship when its status property is created.\r- You can update the autoExtendDuration property when status is either created or active.\r- You can only remove the Microsoft Entra Global Administrator role when the status property is active, which indicates a long-running operation. ## EXAMPLES @@ -890,13 +890,13 @@ Read-only. Read-only. [Status ]: delegatedAdminAccessAssignmentStatus -ACCESSDETAILS : delegatedAdminAccessDetails +ACCESSDETAILS ``: delegatedAdminAccessDetails [(Any) ]: This indicates any property can be added to this object. [UnifiedRoles ]: The directory roles that the Microsoft partner is assigned in the customer tenant. [RoleDefinitionId ]: The unified role definition ID of the directory role. Refer to unifiedRoleDefinition resource. -BODYPARAMETER : delegatedAdminRelationship +BODYPARAMETER ``: delegatedAdminRelationship [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -966,13 +966,13 @@ Read-only. [Status ]: delegatedAdminRelationshipRequestStatus [Status ]: delegatedAdminRelationshipStatus -CUSTOMER : delegatedAdminRelationshipCustomerParticipant +CUSTOMER ``: delegatedAdminRelationshipCustomerParticipant [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the customer tenant as set by Microsoft Entra ID. Read-only [TenantId ]: The Microsoft Entra ID-assigned tenant ID of the customer tenant. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -1007,3 +1007,25 @@ Read-only. - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationship) - [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index e7710a65f137..cf1f74fac44c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -652,19 +652,19 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ACCESSCONTAINER : delegatedAdminAccessContainer +ACCESSCONTAINER ``: delegatedAdminAccessContainer [(Any) ]: This indicates any property can be added to this object. [AccessContainerId ]: The identifier of the access container (for example, a security group). For 'securityGroup' access containers, this must be a valid ID of a Microsoft Entra security group in the Microsoft partner's tenant. [AccessContainerType ]: delegatedAdminAccessContainerType -ACCESSDETAILS : delegatedAdminAccessDetails +ACCESSDETAILS ``: delegatedAdminAccessDetails [(Any) ]: This indicates any property can be added to this object. [UnifiedRoles ]: The directory roles that the Microsoft partner is assigned in the customer tenant. [RoleDefinitionId ]: The unified role definition ID of the directory role. Refer to unifiedRoleDefinition resource. -BODYPARAMETER : delegatedAdminAccessAssignment +BODYPARAMETER ``: delegatedAdminAccessAssignment [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -684,7 +684,7 @@ Read-only. Read-only. [Status ]: delegatedAdminAccessAssignmentStatus -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -697,3 +697,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) - [](https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index 372243d18507..e910c6a70042 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -634,7 +634,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : delegatedAdminRelationshipOperation +BODYPARAMETER ``: delegatedAdminRelationshipOperation [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -647,7 +647,7 @@ Read-only. [OperationType ]: delegatedAdminRelationshipOperationType [Status ]: longRunningOperationStatus -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -659,3 +659,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshipoperation) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 21670b4e642a..4b9941cd3fcb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -605,7 +605,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : delegatedAdminRelationshipRequest +BODYPARAMETER ``: delegatedAdminRelationshipRequest [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -616,7 +616,7 @@ Read-only. Read-only. [Status ]: delegatedAdminRelationshipRequestStatus -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [DelegatedAdminAccessAssignmentId ]: The unique identifier of delegatedAdminAccessAssignment [DelegatedAdminCustomerId ]: The unique identifier of delegatedAdminCustomer [DelegatedAdminRelationshipId ]: The unique identifier of delegatedAdminRelationship @@ -628,3 +628,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshiprequest) + + + + + + + + + + + + + + + + + + + + + + From a6dddb1a1048198b1a6532cc0d1871a615a66988 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 21 Aug 2026 07:41:14 +0000 Subject: [PATCH 3/8] Inserted permissions Table --- .../Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md | 8 ++++++++ ...MgBetaTenantRelationshipDelegatedAdminCustomerCount.md | 8 ++++++++ ...pDelegatedAdminCustomerServiceManagementDetailCount.md | 8 ++++++++ ...-MgBetaTenantRelationshipDelegatedAdminRelationship.md | 8 ++++++++ ...ationshipDelegatedAdminRelationshipAccessAssignment.md | 8 ++++++++ ...shipDelegatedAdminRelationshipAccessAssignmentCount.md | 8 ++++++++ ...taTenantRelationshipDelegatedAdminRelationshipCount.md | 8 ++++++++ ...nantRelationshipDelegatedAdminRelationshipOperation.md | 8 ++++++++ ...elationshipDelegatedAdminRelationshipOperationCount.md | 8 ++++++++ ...TenantRelationshipDelegatedAdminRelationshipRequest.md | 8 ++++++++ ...tRelationshipDelegatedAdminRelationshipRequestCount.md | 8 ++++++++ ...-MgBetaTenantRelationshipDelegatedAdminRelationship.md | 8 ++++++++ ...ationshipDelegatedAdminRelationshipAccessAssignment.md | 8 ++++++++ ...TenantRelationshipDelegatedAdminRelationshipRequest.md | 8 ++++++++ ...-MgBetaTenantRelationshipDelegatedAdminRelationship.md | 8 ++++++++ ...ationshipDelegatedAdminRelationshipAccessAssignment.md | 8 ++++++++ ...-MgBetaTenantRelationshipDelegatedAdminRelationship.md | 8 ++++++++ ...ationshipDelegatedAdminRelationshipAccessAssignment.md | 8 ++++++++ 18 files changed, 144 insertions(+) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 6654edcd6649..f0901ad69dfd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -57,6 +57,14 @@ This cmdlet has the following aliases, Read the properties of a delegatedAdminCustomer object. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md index b9dc74eec4d0..e460b347da36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md @@ -35,6 +35,14 @@ This cmdlet has the following aliases, Get the number of the resource +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md index a396878a5387..9aa7d3f4bfa1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md @@ -46,6 +46,14 @@ This cmdlet has the following aliases, Get the number of the resource +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md index 2e488769b2b5..7dfe706fffdb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -57,6 +57,14 @@ This cmdlet has the following aliases, Read the properties of a delegatedAdminRelationship object. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index 4b70ac494ae4..9236a6e81e71 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -59,6 +59,14 @@ This cmdlet has the following aliases, Read the properties of a delegatedAdminAccessAssignment object. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md index 5c39c675d9ec..8706fa346220 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md @@ -46,6 +46,14 @@ This cmdlet has the following aliases, Get the number of the resource +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md index aec1dde2fdee..e9f5d5cf1e11 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md @@ -35,6 +35,14 @@ This cmdlet has the following aliases, Get the number of the resource +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index 826adf3fe440..229be4d0cf75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -59,6 +59,14 @@ This cmdlet has the following aliases, Read the properties of a delegatedAdminRelationshipOperation object. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md index 230587236bd4..0cf51d5cf2d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md @@ -46,6 +46,14 @@ This cmdlet has the following aliases, Get the number of the resource +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index ca5544b203a5..4beea28c4c98 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -57,6 +57,14 @@ This cmdlet has the following aliases, Read the properties and relationships of a delegatedAdminRelationshipRequest object. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md index 9ea4746e3f1f..0be9ce77832b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md @@ -46,6 +46,14 @@ This cmdlet has the following aliases, Get the number of the resource +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md index 4fe558fbfc9d..9d8901e78f26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -52,6 +52,14 @@ This cmdlet has the following aliases, Create a new delegatedAdminRelationship object. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DelegatedAdminRelationship.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DelegatedAdminRelationship.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index bccf63178c3f..19bfd4f98c18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -74,6 +74,14 @@ This cmdlet has the following aliases, Create a new delegatedAdminAccessAssignment object. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DelegatedAdminRelationship.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DelegatedAdminRelationship.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index dc48788b6436..0d4aeb3b72ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -69,6 +69,14 @@ This cmdlet has the following aliases, Create a new delegatedAdminRelationshipRequest object. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DelegatedAdminRelationship.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DelegatedAdminRelationship.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md index 953e0fe06167..e10c9a4422d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -46,6 +46,14 @@ This cmdlet has the following aliases, Delete a delegatedAdminRelationship object. A relationship can only be deleted if it's in the 'created' status. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DelegatedAdminRelationship.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DelegatedAdminRelationship.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index 56ae717b9e97..2966f563a9de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -46,6 +46,14 @@ This cmdlet has the following aliases, Delete a delegatedAdminAccessAssignment object. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DelegatedAdminRelationship.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DelegatedAdminRelationship.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md index dfa9343c7de3..8fbacfa574c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -82,6 +82,14 @@ This cmdlet has the following aliases, Update the properties of a delegatedAdminRelationship object. The following restrictions apply:\r- You can update this relationship when its status property is created.\r- You can update the autoExtendDuration property when status is either created or active.\r- You can only remove the Microsoft Entra Global Administrator role when the status property is active, which indicates a long-running operation. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DelegatedAdminRelationship.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DelegatedAdminRelationship.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index cf1f74fac44c..6faf135b0da6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -75,6 +75,14 @@ This cmdlet has the following aliases, Update the properties of a delegatedAdminAccessAssignment object. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DelegatedAdminRelationship.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DelegatedAdminRelationship.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 From ea3730d46caf836f9c412b49eb1a8d7baa21dbbb Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 21 Aug 2026 07:41:28 +0000 Subject: [PATCH 4/8] Updated metadata parameters --- .../Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md | 3 +++ .../Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md | 3 +++ ...elationshipDelegatedAdminCustomerServiceManagementDetail.md | 3 +++ ...onshipDelegatedAdminCustomerServiceManagementDetailCount.md | 3 +++ .../Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md | 3 +++ ...ntRelationshipDelegatedAdminRelationshipAccessAssignment.md | 3 +++ ...ationshipDelegatedAdminRelationshipAccessAssignmentCount.md | 3 +++ ...-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md | 3 +++ ...etaTenantRelationshipDelegatedAdminRelationshipOperation.md | 3 +++ ...nantRelationshipDelegatedAdminRelationshipOperationCount.md | 3 +++ ...gBetaTenantRelationshipDelegatedAdminRelationshipRequest.md | 3 +++ ...TenantRelationshipDelegatedAdminRelationshipRequestCount.md | 3 +++ .../New-MgBetaTenantRelationshipDelegatedAdminCustomer.md | 3 +++ ...elationshipDelegatedAdminCustomerServiceManagementDetail.md | 3 +++ .../New-MgBetaTenantRelationshipDelegatedAdminRelationship.md | 3 +++ ...ntRelationshipDelegatedAdminRelationshipAccessAssignment.md | 3 +++ ...etaTenantRelationshipDelegatedAdminRelationshipOperation.md | 3 +++ ...gBetaTenantRelationshipDelegatedAdminRelationshipRequest.md | 3 +++ .../Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md | 3 +++ ...elationshipDelegatedAdminCustomerServiceManagementDetail.md | 3 +++ ...emove-MgBetaTenantRelationshipDelegatedAdminRelationship.md | 3 +++ ...ntRelationshipDelegatedAdminRelationshipAccessAssignment.md | 3 +++ ...etaTenantRelationshipDelegatedAdminRelationshipOperation.md | 3 +++ ...gBetaTenantRelationshipDelegatedAdminRelationshipRequest.md | 3 +++ .../Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md | 3 +++ ...elationshipDelegatedAdminCustomerServiceManagementDetail.md | 3 +++ ...pdate-MgBetaTenantRelationshipDelegatedAdminRelationship.md | 3 +++ ...ntRelationshipDelegatedAdminRelationshipAccessAssignment.md | 3 +++ ...etaTenantRelationshipDelegatedAdminRelationshipOperation.md | 3 +++ ...gBetaTenantRelationshipDelegatedAdminRelationshipRequest.md | 3 +++ 30 files changed, 90 insertions(+) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md index f0901ad69dfd..c1a478942f88 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -15,6 +15,9 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminCustomer Read the properties of a delegatedAdminCustomer object. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminCustomer](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminCustomer?view=graph-powershell-1.0) + ## SYNTAX ### List (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md index e460b347da36..d9585bdff530 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md @@ -15,6 +15,9 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminCustomerCount](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminCustomerCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index 1d59e7fab7ce..32ff5df6524c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -15,6 +15,9 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail Contains the management details of a service in the customer tenant that's managed by delegated administration. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail?view=graph-powershell-1.0) + ## SYNTAX ### List (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md index 9aa7d3f4bfa1..0181a79317b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md @@ -15,6 +15,9 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md index 7dfe706fffdb..a1018d9ee173 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -15,6 +15,9 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminRelationship Read the properties of a delegatedAdminRelationship object. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminRelationship](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminRelationship?view=graph-powershell-1.0) + ## SYNTAX ### List (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index 9236a6e81e71..774c01791e7a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -15,6 +15,9 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment Read the properties of a delegatedAdminAccessAssignment object. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment?view=graph-powershell-1.0) + ## SYNTAX ### List (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md index 8706fa346220..04d634dd1a0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md @@ -15,6 +15,9 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCou Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md index e9f5d5cf1e11..449069c03fa5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md @@ -15,6 +15,9 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminRelationshipCount](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminRelationshipCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index 229be4d0cf75..dc7ff9141884 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -15,6 +15,9 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation Read the properties of a delegatedAdminRelationshipOperation object. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminRelationshipOperation](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminRelationshipOperation?view=graph-powershell-1.0) + ## SYNTAX ### List (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md index 0cf51d5cf2d1..c9bcb09a5d16 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md @@ -15,6 +15,9 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 4beea28c4c98..123740a8e248 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -15,6 +15,9 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest Read the properties and relationships of a delegatedAdminRelationshipRequest object. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminRelationshipRequest](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminRelationshipRequest?view=graph-powershell-1.0) + ## SYNTAX ### List (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md index 0be9ce77832b..cb06cfee2f5f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md @@ -15,6 +15,9 @@ title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount](/powershell/module/Microsoft.Graph.Identity.Partner/Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 76404c421c2a..e69e4687352e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -15,6 +15,9 @@ title: New-MgBetaTenantRelationshipDelegatedAdminCustomer Create new navigation property to delegatedAdminCustomers for tenantRelationships +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [New-MgTenantRelationshipDelegatedAdminCustomer](/powershell/module/Microsoft.Graph.Identity.Partner/New-MgTenantRelationshipDelegatedAdminCustomer?view=graph-powershell-1.0) + ## SYNTAX ### CreateExpanded (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index 64e3ab59b4db..fa00f9c6c846 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -15,6 +15,9 @@ title: New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail Create new navigation property to serviceManagementDetails for tenantRelationships +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail](/powershell/module/Microsoft.Graph.Identity.Partner/New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail?view=graph-powershell-1.0) + ## SYNTAX ### CreateExpanded (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md index 9d8901e78f26..6e059f354aeb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -15,6 +15,9 @@ title: New-MgBetaTenantRelationshipDelegatedAdminRelationship Create a new delegatedAdminRelationship object. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [New-MgTenantRelationshipDelegatedAdminRelationship](/powershell/module/Microsoft.Graph.Identity.Partner/New-MgTenantRelationshipDelegatedAdminRelationship?view=graph-powershell-1.0) + ## SYNTAX ### CreateExpanded (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index 19bfd4f98c18..df57ce95ad7d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -15,6 +15,9 @@ title: New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment Create a new delegatedAdminAccessAssignment object. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment](/powershell/module/Microsoft.Graph.Identity.Partner/New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment?view=graph-powershell-1.0) + ## SYNTAX ### CreateExpanded (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index a3d504906f95..ad251acc7b63 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -15,6 +15,9 @@ title: New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation Create new navigation property to operations for tenantRelationships +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [New-MgTenantRelationshipDelegatedAdminRelationshipOperation](/powershell/module/Microsoft.Graph.Identity.Partner/New-MgTenantRelationshipDelegatedAdminRelationshipOperation?view=graph-powershell-1.0) + ## SYNTAX ### CreateExpanded (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 0d4aeb3b72ca..f57bdab98f17 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -15,6 +15,9 @@ title: New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest Create a new delegatedAdminRelationshipRequest object. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [New-MgTenantRelationshipDelegatedAdminRelationshipRequest](/powershell/module/Microsoft.Graph.Identity.Partner/New-MgTenantRelationshipDelegatedAdminRelationshipRequest?view=graph-powershell-1.0) + ## SYNTAX ### CreateExpanded (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 4e6c0dcf7677..de6918636ed9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -15,6 +15,9 @@ title: Remove-MgBetaTenantRelationshipDelegatedAdminCustomer Delete navigation property delegatedAdminCustomers for tenantRelationships +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgTenantRelationshipDelegatedAdminCustomer](/powershell/module/Microsoft.Graph.Identity.Partner/Remove-MgTenantRelationshipDelegatedAdminCustomer?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index 0993df11197a..2b38b9fd7155 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -15,6 +15,9 @@ title: Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDet Delete navigation property serviceManagementDetails for tenantRelationships +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail](/powershell/module/Microsoft.Graph.Identity.Partner/Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md index e10c9a4422d8..99bfa46653a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -16,6 +16,9 @@ title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationship Delete a delegatedAdminRelationship object. A relationship can only be deleted if it's in the 'created' status. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgTenantRelationshipDelegatedAdminRelationship](/powershell/module/Microsoft.Graph.Identity.Partner/Remove-MgTenantRelationshipDelegatedAdminRelationship?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index 2966f563a9de..eb16a4d318c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -15,6 +15,9 @@ title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment Delete a delegatedAdminAccessAssignment object. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment](/powershell/module/Microsoft.Graph.Identity.Partner/Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index 4f29c74a1fa7..c75078f28a30 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -15,6 +15,9 @@ title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation Delete navigation property operations for tenantRelationships +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation](/powershell/module/Microsoft.Graph.Identity.Partner/Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 123803bf541d..6a48280767d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -15,6 +15,9 @@ title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest Delete navigation property requests for tenantRelationships +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest](/powershell/module/Microsoft.Graph.Identity.Partner/Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 6f7af5fd21b7..2e8fae7868fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -15,6 +15,9 @@ title: Update-MgBetaTenantRelationshipDelegatedAdminCustomer Update the navigation property delegatedAdminCustomers in tenantRelationships +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgTenantRelationshipDelegatedAdminCustomer](/powershell/module/Microsoft.Graph.Identity.Partner/Update-MgTenantRelationshipDelegatedAdminCustomer?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index ea5b211d73a3..a220d381caad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -15,6 +15,9 @@ title: Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDet Update the navigation property serviceManagementDetails in tenantRelationships +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail](/powershell/module/Microsoft.Graph.Identity.Partner/Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md index 8fbacfa574c9..88089e8a4e91 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -16,6 +16,9 @@ title: Update-MgBetaTenantRelationshipDelegatedAdminRelationship Update the properties of a delegatedAdminRelationship object. The following restrictions apply:\r- You can update this relationship when its status property is created.\r- You can update the autoExtendDuration property when status is either created or active.\r- You can only remove the Microsoft Entra Global Administrator role when the status property is active, which indicates a long-running operation. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgTenantRelationshipDelegatedAdminRelationship](/powershell/module/Microsoft.Graph.Identity.Partner/Update-MgTenantRelationshipDelegatedAdminRelationship?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index 6faf135b0da6..db3a55c1b3b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -15,6 +15,9 @@ title: Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment Update the properties of a delegatedAdminAccessAssignment object. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment](/powershell/module/Microsoft.Graph.Identity.Partner/Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index e910c6a70042..8e71c790eb07 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -15,6 +15,9 @@ title: Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation Update the navigation property operations in tenantRelationships +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgTenantRelationshipDelegatedAdminRelationshipOperation](/powershell/module/Microsoft.Graph.Identity.Partner/Update-MgTenantRelationshipDelegatedAdminRelationshipOperation?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 4b9941cd3fcb..6181c86d9c9e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -15,6 +15,9 @@ title: Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest Update the navigation property requests in tenantRelationships +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgTenantRelationshipDelegatedAdminRelationshipRequest](/powershell/module/Microsoft.Graph.Identity.Partner/Update-MgTenantRelationshipDelegatedAdminRelationshipRequest?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) From 19a16c1f4bc72019068fc8ac804418c551f8b10d Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 21 Aug 2026 07:41:33 +0000 Subject: [PATCH 5/8] Repaired examples and descriptions --- ...t-MgBetaTenantRelationshipDelegatedAdminCustomer.md | 7 ++++++- ...hipDelegatedAdminCustomerServiceManagementDetail.md | 7 ++++++- ...BetaTenantRelationshipDelegatedAdminRelationship.md | 7 ++++++- ...onshipDelegatedAdminRelationshipAccessAssignment.md | 7 ++++++- ...tRelationshipDelegatedAdminRelationshipOperation.md | 7 ++++++- ...antRelationshipDelegatedAdminRelationshipRequest.md | 7 ++++++- ...BetaTenantRelationshipDelegatedAdminRelationship.md | 7 ++++++- ...onshipDelegatedAdminRelationshipAccessAssignment.md | 7 ++++++- ...antRelationshipDelegatedAdminRelationshipRequest.md | 7 ++++++- ...BetaTenantRelationshipDelegatedAdminRelationship.md | 10 ++++++++-- ...onshipDelegatedAdminRelationshipAccessAssignment.md | 10 ++++++++-- ...BetaTenantRelationshipDelegatedAdminRelationship.md | 7 ++++++- ...onshipDelegatedAdminRelationshipAccessAssignment.md | 7 ++++++- 13 files changed, 82 insertions(+), 15 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md index c1a478942f88..416ba181cb0f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -69,13 +69,18 @@ Read the properties of a delegatedAdminCustomer object. | Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Identity.Partner Get-MgBetaTenantRelationshipDelegatedAdminCustomer +``` +This example shows how to use the Get-MgBetaTenantRelationshipDelegatedAdminCustomer Cmdlet. + + ## PARAMETERS ### -All diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index 32ff5df6524c..51bad394b737 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -63,13 +63,18 @@ This cmdlet has the following aliases, Contains the management details of a service in the customer tenant that's managed by delegated administration. ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Identity.Partner Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail -DelegatedAdminCustomerId $delegatedAdminCustomerId +``` +This example shows how to use the Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail Cmdlet. + + ## PARAMETERS ### -All diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md index a1018d9ee173..babcf6080f17 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -69,13 +69,18 @@ Read the properties of a delegatedAdminRelationship object. | Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Identity.Partner Get-MgBetaTenantRelationshipDelegatedAdminRelationship +``` +This example shows how to use the Get-MgBetaTenantRelationshipDelegatedAdminRelationship Cmdlet. + + ## PARAMETERS ### -All diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index 774c01791e7a..2cbdedcd09a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -71,13 +71,18 @@ Read the properties of a delegatedAdminAccessAssignment object. | Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Identity.Partner Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment -DelegatedAdminRelationshipId $delegatedAdminRelationshipId +``` +This example shows how to use the Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment Cmdlet. + + ## PARAMETERS ### -All diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index dc7ff9141884..a59de3e59a8f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -71,13 +71,18 @@ Read the properties of a delegatedAdminRelationshipOperation object. | Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Identity.Partner Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation -DelegatedAdminRelationshipId $delegatedAdminRelationshipId +``` +This example shows how to use the Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation Cmdlet. + + ## PARAMETERS ### -All diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 123740a8e248..413733a5a90c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -69,13 +69,18 @@ Read the properties and relationships of a delegatedAdminRelationshipRequest obj | Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Identity.Partner Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest -DelegatedAdminRelationshipId $delegatedAdminRelationshipId +``` +This example shows how to use the Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest Cmdlet. + + ## PARAMETERS ### -All diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md index 6e059f354aeb..eec6d67e0847 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -64,8 +64,9 @@ Create a new delegatedAdminRelationship object. | Application | DelegatedAdminRelationship.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Identity.Partner @@ -91,6 +92,10 @@ $params = @{ New-MgBetaTenantRelationshipDelegatedAdminRelationship -BodyParameter $params +``` +This example shows how to use the New-MgBetaTenantRelationshipDelegatedAdminRelationship Cmdlet. + + ## PARAMETERS ### -AccessAssignments diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index df57ce95ad7d..3a041faef700 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -86,8 +86,9 @@ Create a new delegatedAdminAccessAssignment object. | Application | DelegatedAdminRelationship.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Identity.Partner @@ -116,6 +117,10 @@ $params = @{ New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment -DelegatedAdminRelationshipId $delegatedAdminRelationshipId -BodyParameter $params +``` +This example shows how to use the New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment Cmdlet. + + ## PARAMETERS ### -AccessContainer diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index f57bdab98f17..a4a08fba2792 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -81,8 +81,9 @@ Create a new delegatedAdminRelationshipRequest object. | Application | DelegatedAdminRelationship.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Identity.Partner @@ -92,6 +93,10 @@ $params = @{ New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest -DelegatedAdminRelationshipId $delegatedAdminRelationshipId -BodyParameter $params +``` +This example shows how to use the New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest Cmdlet. + + ## PARAMETERS ### -Action diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md index 99bfa46653a3..69a272d20176 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -58,12 +58,18 @@ A relationship can only be deleted if it's in the 'created' status. | Application | DelegatedAdminRelationship.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Identity.Partner -Remove-MgBetaTenantRelationshipDelegatedAdminRelationship -DelegatedAdminRelationshipId $delegatedAdminRelationshipId -IfMatch W/'"JyI0NzAwNjg0NS0wMDAwLTE5MDAtMDAwMC02MGY0Yjg4MzAwMDAiJw=="' +Remove-MgBetaTenantRelationshipDelegatedAdminRelationship -DelegatedAdminRelationshipId $delegatedAdminRelationshipId -IfMatch W/'"JyI0NzAwNjg0NS0wMDAwLTE5MDAtMDAwMC02MGY0Yjg4MzAwMDAiJw=="' + + +``` +This example shows how to use the Remove-MgBetaTenantRelationshipDelegatedAdminRelationship Cmdlet. + ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index eb16a4d318c2..db10182cbef8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -58,12 +58,18 @@ Delete a delegatedAdminAccessAssignment object. | Application | DelegatedAdminRelationship.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Identity.Partner -Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment -DelegatedAdminRelationshipId $delegatedAdminRelationshipId -DelegatedAdminAccessAssignmentId $delegatedAdminAccessAssignmentId -IfMatch W/'"JyI0NzAwNjg0NS0wMDAwLTE5MDAtMDAwMC02MGY0Yjg4MzAwMDAiJw=="' +Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment -DelegatedAdminRelationshipId $delegatedAdminRelationshipId -DelegatedAdminAccessAssignmentId $delegatedAdminAccessAssignmentId -IfMatch W/'"JyI0NzAwNjg0NS0wMDAwLTE5MDAtMDAwMC02MGY0Yjg4MzAwMDAiJw=="' + + +``` +This example shows how to use the Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment Cmdlet. + ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md index 88089e8a4e91..6c60c22f2e39 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -94,8 +94,9 @@ The following restrictions apply:\r- You can update this relationship when its s | Application | DelegatedAdminRelationship.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Identity.Partner @@ -126,6 +127,10 @@ $params = @{ Update-MgBetaTenantRelationshipDelegatedAdminRelationship -DelegatedAdminRelationshipId $delegatedAdminRelationshipId -BodyParameter $params +``` +This example shows how to use the Update-MgBetaTenantRelationshipDelegatedAdminRelationship Cmdlet. + + ## PARAMETERS ### -AccessAssignments diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index db3a55c1b3b2..f173e8b782bd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -87,8 +87,9 @@ Update the properties of a delegatedAdminAccessAssignment object. | Application | DelegatedAdminRelationship.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Identity.Partner @@ -110,6 +111,10 @@ $params = @{ Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment -DelegatedAdminRelationshipId $delegatedAdminRelationshipId -DelegatedAdminAccessAssignmentId $delegatedAdminAccessAssignmentId -BodyParameter $params +``` +This example shows how to use the Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment Cmdlet. + + ## PARAMETERS ### -AccessContainer From 73d6ac4eb9af4ec39f00c088bc3956665bb28782 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 21 Aug 2026 07:41:36 +0000 Subject: [PATCH 6/8] Remove boiler plate code injected by Autorest --- ...taTenantRelationshipDelegatedAdminCustomerCount.md | 11 +---------- ...egatedAdminCustomerServiceManagementDetailCount.md | 11 +---------- ...DelegatedAdminRelationshipAccessAssignmentCount.md | 11 +---------- ...nantRelationshipDelegatedAdminRelationshipCount.md | 11 +---------- ...ionshipDelegatedAdminRelationshipOperationCount.md | 11 +---------- ...ationshipDelegatedAdminRelationshipRequestCount.md | 11 +---------- ...-MgBetaTenantRelationshipDelegatedAdminCustomer.md | 11 +---------- ...ipDelegatedAdminCustomerServiceManagementDetail.md | 11 +---------- ...RelationshipDelegatedAdminRelationshipOperation.md | 11 +---------- ...-MgBetaTenantRelationshipDelegatedAdminCustomer.md | 11 +---------- ...ipDelegatedAdminCustomerServiceManagementDetail.md | 11 +---------- ...RelationshipDelegatedAdminRelationshipOperation.md | 11 +---------- ...ntRelationshipDelegatedAdminRelationshipRequest.md | 11 +---------- ...-MgBetaTenantRelationshipDelegatedAdminCustomer.md | 11 +---------- ...ipDelegatedAdminCustomerServiceManagementDetail.md | 11 +---------- ...RelationshipDelegatedAdminRelationshipOperation.md | 11 +---------- ...ntRelationshipDelegatedAdminRelationshipRequest.md | 11 +---------- 17 files changed, 17 insertions(+), 170 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md index d9585bdff530..fa491c7163e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md @@ -46,16 +46,6 @@ Get the number of the resource | Delegated (personal Microsoft account) | Not supported | | Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -313,5 +303,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md index 0181a79317b9..822507ac8e93 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md @@ -57,16 +57,6 @@ Get the number of the resource | Delegated (personal Microsoft account) | Not supported | | Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -385,5 +375,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md index 04d634dd1a0e..79424944f920 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md @@ -57,16 +57,6 @@ Get the number of the resource | Delegated (personal Microsoft account) | Not supported | | Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -385,5 +375,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md index 449069c03fa5..fae9839858d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md @@ -46,16 +46,6 @@ Get the number of the resource | Delegated (personal Microsoft account) | Not supported | | Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -313,5 +303,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md index c9bcb09a5d16..78f15adb4816 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md @@ -57,16 +57,6 @@ Get the number of the resource | Delegated (personal Microsoft account) | Not supported | | Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -385,5 +375,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md index cb06cfee2f5f..4a6e7dc6f4a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md @@ -57,16 +57,6 @@ Get the number of the resource | Delegated (personal Microsoft account) | Not supported | | Application | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All, | -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -385,5 +375,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md index e69e4687352e..7cc0619e7935 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -50,16 +50,6 @@ This cmdlet has the following aliases, Create new navigation property to delegatedAdminCustomers for tenantRelationships -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -AdditionalProperties @@ -486,5 +476,6 @@ Read-only. + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index fa00f9c6c846..34e5e93e3596 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -73,16 +73,6 @@ This cmdlet has the following aliases, Create new navigation property to serviceManagementDetails for tenantRelationships -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -AdditionalProperties @@ -567,5 +557,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index ad251acc7b63..57c8a49a1a6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -75,16 +75,6 @@ This cmdlet has the following aliases, Create new navigation property to operations for tenantRelationships -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -AdditionalProperties @@ -655,5 +645,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md index de6918636ed9..1411bc245e56 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -47,16 +47,6 @@ This cmdlet has the following aliases, Delete navigation property delegatedAdminCustomers for tenantRelationships -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -419,5 +409,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index 2b38b9fd7155..5626475b8a77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -49,16 +49,6 @@ This cmdlet has the following aliases, Delete navigation property serviceManagementDetails for tenantRelationships -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -442,5 +432,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index c75078f28a30..9008e2e706f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -49,16 +49,6 @@ This cmdlet has the following aliases, Delete navigation property operations for tenantRelationships -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -442,5 +432,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 6a48280767d2..e01dad51878b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -49,16 +49,6 @@ This cmdlet has the following aliases, Delete navigation property requests for tenantRelationships -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -442,5 +432,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 2e8fae7868fb..8c1b761bcab2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -71,16 +71,6 @@ This cmdlet has the following aliases, Update the navigation property delegatedAdminCustomers in tenantRelationships -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -AdditionalProperties @@ -610,5 +600,6 @@ Read-only. + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index a220d381caad..f42536eef1d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -73,16 +73,6 @@ This cmdlet has the following aliases, Update the navigation property serviceManagementDetails in tenantRelationships -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -AdditionalProperties @@ -594,5 +584,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index 8e71c790eb07..494271cfa578 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -75,16 +75,6 @@ This cmdlet has the following aliases, Update the navigation property operations in tenantRelationships -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -AdditionalProperties @@ -682,5 +672,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 6181c86d9c9e..8fa66adac3ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -74,16 +74,6 @@ This cmdlet has the following aliases, Update the navigation property requests in tenantRelationships -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Action @@ -651,5 +641,6 @@ INPUTOBJECT ``: Identity Parameter + From cf2f4682b612d5e8a88e38e3318ae5864c01fbf6 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 21 Aug 2026 07:41:53 +0000 Subject: [PATCH 7/8] Corrected related link to conform to the new platyps rules --- .../Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md | 6 +++--- ...t-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md | 2 +- ...tionshipDelegatedAdminCustomerServiceManagementDetail.md | 4 ++-- ...hipDelegatedAdminCustomerServiceManagementDetailCount.md | 2 +- ...et-MgBetaTenantRelationshipDelegatedAdminRelationship.md | 6 +++--- ...elationshipDelegatedAdminRelationshipAccessAssignment.md | 6 +++--- ...onshipDelegatedAdminRelationshipAccessAssignmentCount.md | 2 +- ...BetaTenantRelationshipDelegatedAdminRelationshipCount.md | 2 +- ...TenantRelationshipDelegatedAdminRelationshipOperation.md | 6 +++--- ...tRelationshipDelegatedAdminRelationshipOperationCount.md | 2 +- ...taTenantRelationshipDelegatedAdminRelationshipRequest.md | 6 +++--- ...antRelationshipDelegatedAdminRelationshipRequestCount.md | 2 +- .../New-MgBetaTenantRelationshipDelegatedAdminCustomer.md | 2 +- ...tionshipDelegatedAdminCustomerServiceManagementDetail.md | 2 +- ...ew-MgBetaTenantRelationshipDelegatedAdminRelationship.md | 4 ++-- ...elationshipDelegatedAdminRelationshipAccessAssignment.md | 4 ++-- ...TenantRelationshipDelegatedAdminRelationshipOperation.md | 2 +- ...taTenantRelationshipDelegatedAdminRelationshipRequest.md | 4 ++-- ...Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md | 2 +- ...tionshipDelegatedAdminCustomerServiceManagementDetail.md | 2 +- ...ve-MgBetaTenantRelationshipDelegatedAdminRelationship.md | 4 ++-- ...elationshipDelegatedAdminRelationshipAccessAssignment.md | 4 ++-- ...TenantRelationshipDelegatedAdminRelationshipOperation.md | 2 +- ...taTenantRelationshipDelegatedAdminRelationshipRequest.md | 2 +- ...Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md | 2 +- ...tionshipDelegatedAdminCustomerServiceManagementDetail.md | 2 +- ...te-MgBetaTenantRelationshipDelegatedAdminRelationship.md | 4 ++-- ...elationshipDelegatedAdminRelationshipAccessAssignment.md | 4 ++-- ...TenantRelationshipDelegatedAdminRelationshipOperation.md | 2 +- ...taTenantRelationshipDelegatedAdminRelationshipRequest.md | 2 +- 30 files changed, 48 insertions(+), 48 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 416ba181cb0f..93953734b5b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -552,9 +552,9 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomer) -- [](https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-beta) -- [](https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-beta) +- [Get-MgBetaTenantRelationshipDelegatedAdminCustomer](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomer) +- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md index fa491c7163e4..0d88e1094d46 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md @@ -282,7 +282,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomercount) +- [Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomercount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index 51bad394b737..c7b0dcf21278 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -573,8 +573,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) -- [](https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-beta) +- [Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) +- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md index 822507ac8e93..833ba1b3c7e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md @@ -354,7 +354,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetailcount) +- [Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetailcount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md index babcf6080f17..b18d651ab254 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -552,9 +552,9 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationship) -- [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-beta) -- [](https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-beta) +- [Get-MgBetaTenantRelationshipDelegatedAdminRelationship](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationship) +- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index 2cbdedcd09a1..a088eb771f26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -581,9 +581,9 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) -- [](https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-beta) -- [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-beta) +- [Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) +- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md index 79424944f920..8dbdfdb06c76 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md @@ -354,7 +354,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignmentcount) +- [Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignmentcount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md index fae9839858d4..b5b208fa25dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md @@ -282,7 +282,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipcount) +- [Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipcount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index a59de3e59a8f..6a9896ee5658 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -581,9 +581,9 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipoperation) -- [](https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-beta) -- [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-beta) +- [Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipoperation) +- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md index 78f15adb4816..13bccee7d581 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md @@ -354,7 +354,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipoperationcount) +- [Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipoperationcount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 413733a5a90c..1a8ace214e6b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -579,9 +579,9 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshiprequest) -- [](https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-beta) -- [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-beta) +- [Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshiprequest) +- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md index 4a6e7dc6f4a1..e0c8518d111c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md @@ -354,7 +354,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshiprequestcount) +- [Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshiprequestcount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 7cc0619e7935..8fbffb8c8740 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -455,7 +455,7 @@ Read-only. ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadmincustomer) +- [New-MgBetaTenantRelationshipDelegatedAdminCustomer](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadmincustomer) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index 34e5e93e3596..c64a76223159 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -536,7 +536,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) +- [New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md index eec6d67e0847..f22d53713be6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -823,8 +823,8 @@ Read-only. ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationship) -- [](https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-beta) +- [New-MgBetaTenantRelationshipDelegatedAdminRelationship](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationship) +- [Graph API Reference](https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index 3a041faef700..ea55f15072b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -690,8 +690,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) -- [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-beta) +- [New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) +- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index 57c8a49a1a6a..8841ef9213b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -624,7 +624,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshipoperation) +- [New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshipoperation) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index a4a08fba2792..5d361528cc0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -616,8 +616,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshiprequest) -- [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-beta) +- [New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshiprequest) +- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 1411bc245e56..9d4d573edc48 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -388,7 +388,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadmincustomer) +- [Remove-MgBetaTenantRelationshipDelegatedAdminCustomer](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadmincustomer) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index 5626475b8a77..1240cb9e3f03 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -411,7 +411,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) +- [Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md index 69a272d20176..ee295a05a38e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -412,8 +412,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationship) -- [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-beta) +- [Remove-MgBetaTenantRelationshipDelegatedAdminRelationship](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationship) +- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index db10182cbef8..f94e3e561310 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -433,8 +433,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) -- [](https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-beta) +- [Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) +- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index 9008e2e706f7..bffdae416074 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -411,7 +411,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshipoperation) +- [Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshipoperation) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index e01dad51878b..d537191342f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -411,7 +411,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshiprequest) +- [Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshiprequest) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 8c1b761bcab2..9fbb24500107 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -579,7 +579,7 @@ Read-only. ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadmincustomer) +- [Update-MgBetaTenantRelationshipDelegatedAdminCustomer](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadmincustomer) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index f42536eef1d5..bd5539501de6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -563,7 +563,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) +- [Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md index 6c60c22f2e39..07b4e028f23f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -1021,8 +1021,8 @@ Read-only. ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationship) -- [](https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-beta) +- [Update-MgBetaTenantRelationshipDelegatedAdminRelationship](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationship) +- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index f173e8b782bd..5736718f5bcc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -711,8 +711,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) -- [](https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-beta) +- [Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment) +- [Graph API Reference](https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index 494271cfa578..e8edec7a5547 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -651,7 +651,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshipoperation) +- [Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshipoperation) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 8fa66adac3ff..bdd7b1b5368d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -620,7 +620,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshiprequest) +- [Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshiprequest) From 4c2537c6e9a863b1239a3155dc8865080f49679f Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 21 Aug 2026 07:42:10 +0000 Subject: [PATCH 8/8] Updating reference docs for Identity.Partner (beta) --- .../Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md | 2 +- .../Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md | 2 +- ...RelationshipDelegatedAdminCustomerServiceManagementDetail.md | 2 +- ...ionshipDelegatedAdminCustomerServiceManagementDetailCount.md | 2 +- .../Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md | 2 +- ...antRelationshipDelegatedAdminRelationshipAccessAssignment.md | 2 +- ...lationshipDelegatedAdminRelationshipAccessAssignmentCount.md | 2 +- ...t-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md | 2 +- ...BetaTenantRelationshipDelegatedAdminRelationshipOperation.md | 2 +- ...enantRelationshipDelegatedAdminRelationshipOperationCount.md | 2 +- ...MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md | 2 +- ...aTenantRelationshipDelegatedAdminRelationshipRequestCount.md | 2 +- .../New-MgBetaTenantRelationshipDelegatedAdminCustomer.md | 2 +- ...RelationshipDelegatedAdminCustomerServiceManagementDetail.md | 2 +- .../New-MgBetaTenantRelationshipDelegatedAdminRelationship.md | 2 +- ...antRelationshipDelegatedAdminRelationshipAccessAssignment.md | 2 +- ...BetaTenantRelationshipDelegatedAdminRelationshipOperation.md | 2 +- ...MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md | 2 +- .../Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md | 2 +- ...RelationshipDelegatedAdminCustomerServiceManagementDetail.md | 2 +- ...Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md | 2 +- ...antRelationshipDelegatedAdminRelationshipAccessAssignment.md | 2 +- ...BetaTenantRelationshipDelegatedAdminRelationshipOperation.md | 2 +- ...MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md | 2 +- .../Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md | 2 +- ...RelationshipDelegatedAdminCustomerServiceManagementDetail.md | 2 +- ...Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md | 2 +- ...antRelationshipDelegatedAdminRelationshipAccessAssignment.md | 2 +- ...BetaTenantRelationshipDelegatedAdminRelationshipOperation.md | 2 +- ...MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 93953734b5b3..53aa105926bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminCustomer --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md index 0d88e1094d46..ad51e44bebd3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index c7b0dcf21278..0314bb5f37a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md index 833ba1b3c7e0..f1a57c1d5dfe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetailcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md index b18d651ab254..b9faed644b3f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationship Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationship --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index a088eb771f26..0b3dbb746de1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md index 8dbdfdb06c76..ae159268fd00 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md index b5b208fa25dc..eb9723b5c0e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index 6a9896ee5658..023266bf3a0d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md index 13bccee7d581..ef89abb38874 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 1a8ace214e6b..e8fd46ef16b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshiprequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md index e0c8518d111c..0f2bd5ab8332 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshiprequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 8fbffb8c8740..c02f3a01d383 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadmincustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTenantRelationshipDelegatedAdminCustomer --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index c64a76223159..fe423bfe8b74 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md index f22d53713be6..f3d10c1f9452 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationship Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTenantRelationshipDelegatedAdminRelationship --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index ea55f15072b8..e5f06b276bf3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index 8841ef9213b9..a6ff0221c20d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshipoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 5d361528cc0a..2cbae73955c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshiprequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 9d4d573edc48..88276510a10c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadmincustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTenantRelationshipDelegatedAdminCustomer --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index 1240cb9e3f03..3877f925a4f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md index ee295a05a38e..b99dd07a46e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationship Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationship --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index f94e3e561310..bc40ee5f31a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index bffdae416074..e0961238aec3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshipoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index d537191342f6..b91c09aeb567 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshiprequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 9fbb24500107..35bde3d8374d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadmincustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipDelegatedAdminCustomer --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index bd5539501de6..80ad3083b978 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md index 07b4e028f23f..d4eb865a30d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationship Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipDelegatedAdminRelationship --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index 5736718f5bcc..16d5718f39e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index e8edec7a5547..2fd026cf2317 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshipoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index bdd7b1b5368d..889c125c7fb3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshiprequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest ---